bpmn-visualization API Documentation
    Preparing search index...

    Interface EdgeBpmnSemantic

    Extended properties available when BaseBpmnSemantic.isShape is false.

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

    Hierarchy (View Summary)

    Index

    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