workflow.basenode.isbindingrequired.md

April 14, 2023 ยท View on GitHub

Home > @datashaper/workflow > BaseNode > isBindingRequired

BaseNode.isBindingRequired property

If 'isBindingRequired' is true (the default), then config-changes will not drive recomputes if no input bindings are present.

Signature:

protected get isBindingRequired(): boolean;