Optional
activeActive items of tree view.
Optional
allSets the expanded state on all tree nodes, overriding default behavior and current internal state.
Optional
aria-A text string that sets the accessible name of the tree view list. Either this or the aria-labelledby property must be passed in.
Optional
aria-A space separated list of element id's that sets the accessible name of the tree view list. Either this or the aria-label property must be passed in.
Optional
classClass to add if not passed a parentItem property.
Optional
compareComparison function for determining active items.
Data of the tree view.
Optional
defaultSets the default expanded behavior.
Optional
expandedIcon for all expanded node items.
Optional
hasFlag indicating if all nodes in the tree view should have badges.
Optional
hasFlag indicating if all nodes in the tree view should have checkboxes.
Optional
hasFlag indicating if the tree view has guide lines.
Optional
hasFlag indicating that tree nodes should be independently selectable, even when having children.
Optional
iconIcon for all leaf or unexpanded node items.
Optional
idID of the tree view.
Optional
isFlag indicating whether multiple nodes can be selected in the tree view. This will also set the aria-multiselectable attribute on the tree view list which is required to be true when multiple selection is intended. Can only be applied to the root tree view list.
Optional
isFlag indicating if the tree view is nested.
Optional
onCallback for item checkbox selection.
Optional
onCallback for collapsing a node with children.
Optional
onCallback for expanding a node with children.
Optional
onCallback for item selection.
Optional
parentInternal. Parent item of a tree view list item.
Optional
toolbarToolbar to display above the tree view.
Optional
useFlag indicating the tree view should utilize memoization to help render large data sets. Setting this property requires that the activeItems property is passed an array containing every node in the selected item's path.
Optional
variantVariant presentation styles for the tree view.
The main tree view component.