ChartTestWorkerUpdate: {
    chartType?: DataEntryChartType;
    dataType?: DataRecordType;
    linkedTests?: string[];
} & VisualTestWorkerUpdate

Type declaration

  • OptionalchartType?: DataEntryChartType

    Change the chart type to display in this test.

  • OptionaldataType?: DataRecordType

    Change the data type to display in this test.

  • OptionallinkedTests?: string[]

    The list of test script IDs linked to this test. These tests' data types must match the chart test's data type.