Skip to main content
Version: 4.2

Group

extends ExportableObject

Default exportable object for the bpmn2.Group element.

constructor

constructor(cellView: dia.CellView, label?: string);

Methods

toCategoryXMLElement()

toCategoryXMLElement(): Element;

Creates category XML element from the exportable object.

toGroupXMLElement()

toGroupXMLElement(): Element;

Creates group XML element from the exportable object.

toShapeXMLElement()

toShapeXMLElement(): Element;

Creates BPMNShape XML element from the exportable object.

Properties

label

label: string | null;

Group label.