Home > @datashaper/workflow > Node_2 > bind
Binds an input socket to an upstream node
Signature:
bind(binding: NodeBinding<T> | VariadicNodeBinding<T>): void;| Parameter | Type | Description |
|---|---|---|
| binding | NodeBinding<T> | VariadicNodeBinding<T> | the node binding to apply. If an array, binds variadic input |
Returns:
void