workflow.basenode.hasboundinput.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/workflow > BaseNode > hasBoundInput

BaseNode.hasBoundInput() method

Signature:

protected hasBoundInput(name: SocketName): boolean;

Parameters

ParameterTypeDescription
nameSocketName

Returns:

boolean

Contents

  1. 1BaseNode.hasBoundInput() method
  2. 2Parameters