Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 699 Bytes

File metadata and controls

24 lines (14 loc) · 699 Bytes

Home > @datashaper/workflow > Node_2 > bind

Node_2.bind() method

Binds an input socket to an upstream node

Signature:

bind(binding: NodeBinding<T> | VariadicNodeBinding<T>): void;

Parameters

Parameter Type Description
binding NodeBinding<T> | VariadicNodeBinding<T> the node binding to apply. If an array, binds variadic input

Returns:

void