Extended properties available when BaseBpmnSemantic.isShape is false.

interface EdgeBpmnSemantic {
    id: string;
    isShape: boolean;
    kind: BpmnElementKind;
    name: string;
    sourceRefId: string;
    targetRefId: string;
}

Hierarchy (view full)

Properties

id: string
isShape: boolean

true when relates to a BPMN Shape, false when relates to a BPMN Edge.

name: string
sourceRefId: string
targetRefId: string