FunctionsisComputedTreeNodeOn this pageFunction: isComputedTreeNode() function isComputedTreeNode(node): boolean; Returns if a given node is a computed tree node. Parameters ParameterTypeDescriptionnodeobjectNode to check. Returns boolean true if it is a computed tree node, false otherwise.