On this pageTreeNode<T> TreeNode<T> = TreeNodeBase<T> & object Type Declaration children? optional children: TreeNode<T>[] Children of the tree node. parentKey? optional parentKey: Key | null The key of the parent node. Type Parameters T T