DataCanvasItemGet: {
    locations: {
        width?: number;
        x: number;
        y: number;
    }[];
    type: InspectionTest;
}

Type declaration

  • locations: {
        width?: number;
        x: number;
        y: number;
    }[]

    The placement of items in this test. For most tests, this will only contain one item. However, for the SPC test it will contain one item for each subgroup value.

  • type: InspectionTest

    The type of this test.