UseNodeGraphOptions
Defined in: src/components/editor/NodeGraph/useNodeGraph.ts:34
Properties
edges?
optionaledges:NodeGraphEdge[]
Defined in: src/components/editor/NodeGraph/useNodeGraph.ts:38
Initial edges.
Default
[]groups?
optionalgroups:NodeGraphGroup[]
Defined in: src/components/editor/NodeGraph/useNodeGraph.ts:40
Initial groups.
Default
[]nodes?
optionalnodes:NodeGraphNode[]
Defined in: src/components/editor/NodeGraph/useNodeGraph.ts:36
Initial nodes.
Default
[]selection?
optionalselection:NodeGraphSelection
Defined in: src/components/editor/NodeGraph/useNodeGraph.ts:42
Initial selection.
Default
{ nodes: [], edges: [], groups: [] }