For a list of all members of this type, see Node members.
| Name | Description | |
|---|---|---|
![]() | collapseSiblings | This will collapse all sibling nodes. If they are currently animating expanded, the animation is stopped and reversed. |
![]() | dispose | Disposes the object and all of its children. |
![]() | hasChildren | Returns a boolean value which indicates whether or not this node has any child nodes beneath it. |
![]() | isAfter | Checks if this node instance is after the passed as a parameter node. |
![]() | remove | Removes the node from the parent node nodes collection |
![]() | toggle | Changes the Expanded state of the node to the opposite value from what it is currently. If the node is expanded, then it will be collapsed. If the node is collapsed, it will be expanded. |