Home > @uniformdev/canvas > EvaluateNodeTreeVisibilityOptions
EvaluateNodeTreeVisibilityOptions interface
Signature:
Extends: Pick<EvaluateNodeVisibilityOptions, 'rules'>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
context | TreeNodeInfoTypes<unknown> | ||
rootNodeInvisibleHandling? | 'throw' | 'ignore' | (Optional) When evaluating visibility of a root node, this controls what happens when the node is found to be invisible. When 'throw' (default), an error is thrown. When 'ignore', the node is left intact. False is still returned. | |
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 |