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.
Input tree node.
New block-based HTML element.
Generated using TypeDoc
Tree view component built using the Bootstrap (v5) framework.
The component makes use of Bootstrap Icons, so classes such as
bi-folder
orbi-clock
can be used in INode'sicon
property.