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

Hierarchy (view full)

Properties

Properties

id: string
isShape: boolean

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

name: string