bpmn-visualization API Documentation
    Preparing search index...

    Interface BaseBpmnSemantic

    interface BaseBpmnSemantic {
        id: string;
        isShape: boolean;
        kind: BpmnElementKind;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    isShape: boolean

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

    name: string