NodeGraphDataState
Defined in: src/components/editor/NodeGraph/NodeGraphStore.ts:13
Snapshot of the data slice — the canonical graph contents.
Properties
Section titled “Properties”defaultNodeSize
Section titled “defaultNodeSize”defaultNodeSize:
object
Defined in: src/components/editor/NodeGraph/NodeGraphStore.ts:17
height
Section titled “height”height:
number
width:
number
edges: readonly
NodeGraphEdge[]
Defined in: src/components/editor/NodeGraph/NodeGraphStore.ts:15
groups
Section titled “groups”groups: readonly
NodeGraphGroup[]
Defined in: src/components/editor/NodeGraph/NodeGraphStore.ts:16
nodes: readonly
NodeGraphNode[]
Defined in: src/components/editor/NodeGraph/NodeGraphStore.ts:14