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

PropertyModifiersTypeDescription
input?SocketName(Optional) The named input on the target node (otherwise default)
nodeNode<T>The source node to bind data from
output?SocketName(Optional) The named output on the source node (otherwise default)

Contents

  1. 1NodeBinding interface
  2. 2Properties