Property used to retrieve the children of a node.
Note: This is subject to being replaced by a function in future versions.
Special mode that allows only one path to be expanded. Expands all ancestor nodes of the selected node, as well as the selected node itself. Collapses all others.
The initial list of suggested entries.
Rendering function used to display a suggested entry (i.e. an entry displayed in the dropdown).
Whether or not to expand a node when it is selected.
Property used to determine whether a node is expanded or not.
Note: This is subject to being replaced by a function in future versions.
Property used to determine whether a node has children that need to be lazy-loaded.
Note: This is subject to being replaced by a function in future versions.
Function for retrieving children of a node.
Used for highlighting suggested entries. Also used by the default filtering functions int TrivialCore
.
Html string defining what to display when the list of results from the queryFunction
is empty.
The initially selected entry. (Caution: use selectedEntries
for TrivialTagBox
).
The ID of the initially selected entry in the tree.
Note: This option is subject to change!
Whether or not to show the expander controls for parent nodes.
HTML string defining the spinner to be displayed while lazy children are being retrieved.
Calculates a unique value for an entry. Used to identify nodes in the tree.
Generated using TypeDoc
Animation duration in milliseconds for expand and collapse animations.