Skip to content

FlowState

The complete state of the flow diagram. Represents the current state of all nodes, edges, and metadata.

edges: Edge<object>[]

All edges currently in the diagram


metadata: Metadata

Diagram metadata (selection, viewport, etc.)


nodes: Node[]

All nodes currently in the diagram