OEEDataChartWorkerGet: NonSPCChartWorkerGet & {
    columns: OEEDataChartColumnWorker[];
    data?: OEEDataDetail[];
}

Type declaration

  • columns: OEEDataChartColumnWorker[]

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

    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.