Home > @uniformdev/canvas > evaluateWalkTreeNodeVisibility
evaluateWalkTreeNodeVisibility() function
Warning: This API is now obsolete.
beta functionality subject to change
Function to call to evaluate visibility rules when traversing the node tree with walkNodeTree.
If the function returns false, that means the current node is removed and you should stop any other code handling.
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ rules, showIndeterminate, context, } | EvaluateNodeTreeVisibilityOptions |
Returns:
boolean | undefined