withInput

Associates the provided input with the current node reference, creating a pair that links the node to its corresponding input.

Return

A NodeOutputPair containing the node reference and the provided input.

Parameters

input

The input value to associate with the node reference.