NodeGraphPortRef
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:19
Reference to a single port on a node.
Properties
node
node:
string
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:21
Owning node id.
port
port:
string
Defined in: src/components/editor/NodeGraph/NodeGraph.types.ts:23
Port id within that node.