interface ExportableJoiningStep {
    cameraOrientation: undefined | CameraOrientation3;
    comment: string;
    entries: ExportableJoiningStepEntry[];
}

Hierarchy (view full)

Properties

cameraOrientation: undefined | CameraOrientation3
comment: string