interface BpmnElement {
    bpmnSemantic: BpmnSemantic;
    htmlElement: HTMLElement;
}

Properties

bpmnSemantic: BpmnSemantic
htmlElement: HTMLElement