DataStore
extends ExportableObject
Default exportable object for the bpmn2.DataStore
element.
constructorβ
constructor(cellView: dia.CellView, label?: string);
Methodsβ
toDataStoreXMLElement()β
toDataStoreXMLElement(): Element;
Creates dataStore
XML element from the exportable object.
toDataStoreReferenceXMLElement()β
toDataStoreReferenceXMLElement(): Element;
Creates dataStoreReference
XML element from the exportable object.
toShapeXMLElement()β
toShapeXMLElement(): Element;
Creates BPMNShape
XML element from the exportable object.
Propertiesβ
labelβ
label: string | null;
Data store label.