public add(child as TreeNode) as TreeNode:
Appends a child node and returns this.
this
root.add(TreeNode("Views", "[]", "group"))