Home > @datashaper/workflow > NodeBinding
A binding for a value being emitted from a node
Signature:
export interface NodeBinding<T> | Property | Modifiers | Type | Description |
|---|---|---|---|
| input? | SocketName | (Optional) The named input on the target node (otherwise default) | |
| node | Node<T> | The source node to bind data from | |
| output? | SocketName | (Optional) The named output on the source node (otherwise default) |