interface WrappedElement {
    element: BPMNElement;
    key: string;
}

Properties

Properties

element: BPMNElement
key: string

Generated using TypeDoc