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

Latest commit

 

History

History
22 lines (14 loc) · 861 Bytes

File metadata and controls

22 lines (14 loc) · 861 Bytes

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)