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
Section titled “Type Declaration”
optionalid?:string