Opaque Assembly objects are replaced by ids so the resulting structure can be used independently from wsi4

Note: this interface is compatible to UiJoiningRepresentation. The only difference is the additional subJoining that is optionally part of a ExternalJoiningStepEntry which is required for joining instructions.

interface ExternalJoining {
    joiningSteps: ExternalJoiningStep[];
}

Properties

Properties

joiningSteps: ExternalJoiningStep[]