Skip to main content

TreeNode<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