The node interface, representing the node of a tree.
The unique key of the node
Remove a listener from this node.
Name of the listener to remove.
Set a listener for events on this node.
The listener name
The callback for each event.
Optional
The event types requiring notification, or undefined if all event types.
Generated using TypeDoc
The node interface, representing the node of a tree.