Marks the item as the tree's active item.
Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.
The tree item expansion state.
The tree item label.
The depth of the item, relative to the root.
To be used for load-on-demand scenarios in order to specify whether the item is loading data.
The parent item of the current tree item (if any)
The tree item selection state.
A reference to the tree the item is a part of.
The value entry that the tree item is visualizing. Required for searching through items.
The full path to the tree item, starting from the top-most ancestor.
Collapses the tree item.
Expands the tree item.
Returns a collection of child items. If the parameter value is true returns all tree item's direct children, otherwise - only the direct children.
Toggles tree item expansion state.
The tree-item component represents a child item of the tree component or another tree item.
igc-tree-item
label - Renders the tree item container.
indicator - Renders the expand indicator container.
loading - Renders the tree item loading indicator container.
indentation - Renders the container (by default the space) before the tree item.
wrapper - The wrapper for the tree item.
selected - Indicates selected state. Applies to
wrapper
.focused - Indicates focused state. Applies to
wrapper
.active - Indicates an active state. Applies to
wrapper
.indicator - The expand indicator of the tree item.
label - The tree item content.
text - The tree item displayed text.
select - The checkbox of the tree item when selection is enabled.