DMSDataChartWorkerGet: NonSPCChartWorkerGet & {
    columns: DMSDataChartColumnWorker[];
    data?: DMSDataDetail[];
}

Type declaration

  • columns: DMSDataChartColumnWorker[]

    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?: DMSDataDetail[]

    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.