Flow
extends AbstractFlow
Default exportable object for the bpmn2.Flow
link.
constructorβ
constructor(cellView: dia.LinkView, label?: string, type?: string);
Methodsβ
getType()β
getType(): string;
Returns the flow type. Override this method to change how the flow type is retrieved.
toFlowXMLElement()β
toFlowXMLElement(): Element;
Creates flow
XML element from the exportable object.
Propertiesβ
labelβ
label: string | null;
Flow label.
typeβ
type: string | null;
Flow type.