RatingTestWorkerGet: {
    buttons: IRatingTestButton[];
    ncuOnFailure: number;
    partOverride?: GSBaseEntity;
    sampleSize: number;
    value: IdNameEntity | undefined;
} & DataTestWorkerGet

Type declaration

  • buttons: IRatingTestButton[]

    The list of buttons to display for the test.

  • ncuOnFailure: number

    The count of non-conforming units when an option with a defect is selected.

  • OptionalpartOverride?: GSBaseEntity

    The part override set on this test.

  • sampleSize: number

    The sample size to use for this test.

  • value: IdNameEntity | undefined

    The selected option. This will be formatted as:

    { id: defectId, name: buttonLabel }
    

    If no defect was selected, the id will be undefined.