PartTestWorkerUpdate: {
    partId?: number | null;
} & ValueTestWorkerUpdate

Type declaration

  • OptionalpartId?: number | null

    Change the part to use for this test.

    Expects the ID of the part.

    Use null to unset the part.