Home > @uniformdev/canvas > EvaluateNodeTreeVisibilityOptions

EvaluateNodeTreeVisibilityOptions interface

Signature:

Extends: Pick<EvaluateNodeVisibilityOptions, 'rules'>

Properties

PropertyModifiersTypeDescription
contextTreeNodeInfoTypes<unknown>
showIndeterminate?boolean(Optional) Controls the overall result when indeterminate criteria are found (unknown rule types, or rule evaluators that return null) When true, indeterminate criteria will not fail the summary result When false, indeterminate criteria will fail the summary result, and the node will be hidden