TaskTestWorkerUpdate: {
    partOverrideId?: number | null;
    requireSignOff?: boolean;
    roleIds?: number[];
    showNote?: boolean;
    textToStore?: string;
    value?: boolean;
} & DataTestWorkerUpdate

Type declaration

  • OptionalpartOverrideId?: number | null

    Change the part to use for this test.

    Expects the ID of the part.

    null to unset the part override.

  • OptionalrequireSignOff?: boolean

    Change whether or not the user must get sign-off from another user.

  • OptionalroleIds?: number[]

    Change the roles which are allowed to sign-off on this task.

  • OptionalshowNote?: boolean

    Change whether or not the note button should be shown for this test.

  • OptionaltextToStore?: string

    Change the text to store along with the data record.

  • Optionalvalue?: boolean

    Change whether or not the checkbox is currently checked.