AccountabilityDataChartWorkerGet: ChartWorkerGet & {
    columns: AccountabilityDataChartColumnWorker[];
    data?: AccountabilityDataPoint[];
}

Type declaration

  • columns: AccountabilityDataChartColumnWorker[]

    The current columns drawn in the table.

    Will only contain an id field if type is set to traceability, in which case the id field is the Traceability ID.

  • Optionaldata?: AccountabilityDataPoint[]

    The current data used in the table. Will be set to undefined if the table has never been drawn, or if there was an error with the retrieval.