ChartTestWorkerGet: {
    chartType: DataEntryChartType;
    dataType: DataRecordType;
    linkedTests: string[];
} & VisualTestWorkerGet

Type declaration

  • chartType: DataEntryChartType

    The chart type to display in this test.

  • dataType: DataRecordType

    The data type to display in this test.

  • linkedTests: string[]

    The list of test script IDs linked to this test.