bpmnlabel
Model definitions for BPMN label.
| CLASS | DESCRIPTION |
|---|---|
BPMNLabel |
BPMNLabel is a label that depicts textual information about a BPMN element. |
Classes¶
BPMNLabel
dataclass
¶
BPMNLabel(
*,
id: Optional[str] = None,
bounds: Optional[Bounds] = None,
label_style: Optional[str] = None
)
Bases: Label
BPMNLabel is a label that depicts textual information about a BPMN element.
| ATTRIBUTE | DESCRIPTION |
|---|---|
label_style |
An optional reference to a diagram’s label style that gives the appearance options for the label. |