Initializes a new tree view.
HTML element that will host the tree view.
Additional options.
Attaches the tree view to the DOM.
Detaches the tree view from the DOM.
Reacts to the event of a tree node being clicked.
Tree node metadata.
Tree node HTML element.
Reacts to the event of a tree node being collapsed.
Tree node metadata.
Tree node HTML element.
Reacts to the event of a tree node being expanded.
Tree node metadata.
Tree node HTML element.
Reacts to the event of a tree node loading its children.
Tree node metadata.
Tree node HTML element.
Creates new HTML representation of a tree node.
Tree node metadata.
New block-based HTML element.
Generated using TypeDoc
Core implementation of tree view component providing the basic functionality.