workflow.nodebinding.md
February 13, 2024 ยท View on GitHub
Home > @datashaper/workflow > NodeBinding
NodeBinding interface
A binding for a value being emitted from a node
Signature:
export interface NodeBinding<T>
Properties
| 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) |