AccountabilityDataChartWorkerUpdate: ChartWorkerUpdate & {
    columns?: AccountabilityDataChartColumnWorker[] | null;
}

Type declaration

  • Optionalcolumns?: AccountabilityDataChartColumnWorker[] | null

    Updates the current columns drawn in the table.

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

    When unset, it will revert to the default columns.