Interface DiagramState

Represents diagram's state (configuration) used to save and restore diagrams. It can also be used to construct diagrams from code.

Hierarchy

  • DiagramState

Properties

backgroundColor?: string

Page background color.

connectors?: ConnectorBaseState[]

A collection of connectors.

height?: number

Diagram document height.

stencils?: StencilBaseState[]

A collection of stencils.

width?: number

Diagram document width.

Generated using TypeDoc