type
TreeNode
src
@Js
abstract class TreeNode : Obj
TreeNode models a node in a Tree.
See also: docDomkit
fields
parent |
Parent node of this node, or |
---|
methods
children |
Get the children of this node. |
---|---|
hasChildren |
Return true if this has or might have children. |
isExpanded |
Is this node expanded? |
onElem |
Callback to customize Elem for this node. |