NodeGraphNodeInput
NodeGraphNodeInput =
Omit<NodeGraphNode,"id"> &object
Defined in: src/components/editor/NodeGraph/useNodeGraph.ts:32
A node accepted by addNode — the id is generated when omitted.
Type Declaration
id?
optionalid:string
NodeGraphNodeInput =
Omit<NodeGraphNode,"id"> &object
Defined in: src/components/editor/NodeGraph/useNodeGraph.ts:32
A node accepted by addNode — the id is generated when omitted.
optionalid:string