Skip to content

style

Model definition for a style.

CLASS DESCRIPTION
Style

A style is a container for properties that affect the formatting of a set of diagram elements.

Classes

Style dataclass

Style(*, id: Optional[str] = None)

A style is a container for properties that affect the formatting of a set of diagram elements.

ATTRIBUTE DESCRIPTION
id

The unique id of this element.

TYPE: Optional[str]

Attributes

id class-attribute instance-attribute
id: Optional[str] = field(default=None, metadata={'type': 'Attribute'})

The unique id of this element.

Functions