workflow.node_2.binding.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/workflow > Node_2 > binding

Node_2.binding() method

Retrieves an existing input binding by id

Signature:

binding(input?: SocketName): Maybe<NodeBinding<T>>;

Parameters

ParameterTypeDescription
inputSocketName(Optional)

Returns:

Maybe<NodeBinding<T>>

Contents

  1. 1Node_2.binding() method
  2. 2Parameters