SPCDataChartWorkerGet: SPCChartWorkerGet & {
    columns?: SPCDataChartColumnWorker[];
    data?: SPCDataDetail[];
}

Type declaration

  • Optionalcolumns?: SPCDataChartColumnWorker[]

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

    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.