Skip to main content

Function: isComputedTreeNode()

function isComputedTreeNode(node): boolean;

Returns if a given node is a computed tree node.

Parameters​

ParameterTypeDescription
nodeobjectNode to check.

Returns​

boolean

true if it is a computed tree node, false otherwise.