Skip to content
Entangle UI v0.13.0

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.

optional id?: string