Skip to content

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?

optional id: string