Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 500 Bytes

File metadata and controls

13 lines (8 loc) · 500 Bytes

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;