Interface representing a node in a tree data structure.
A tree node contains a value and references to its child nodes.
The type of the iterable used for child nodes, which can be synchronous or asynchronous.
The type of the value contained in the tree node.
The type of the tree node itself, extending ITreeNode.
Readonly
Interface representing a node in a tree data structure.
A tree node contains a value and references to its child nodes.
Template: I
The type of the iterable used for child nodes, which can be synchronous or asynchronous.