Optional activeOptional childrenOptional classOptional disabledGet/Set whether the tree item is disabled. Disabled items are ignored for user interactions.
Optional expandedThe tree item expansion state.
Optional idOptional labelThe tree item label.
Optional levelThe depth of the item, relative to the root.
Optional loadingTo be used for load-on-demand scenarios in order to specify whether the item is loading data.
Optional parentThe parent item of the current tree item (if any)
Optional selectedThe tree item selection state.
Optional styleOptional valueThe value entry that the tree item is visualizing. Required for searching through items.
Marks the item as the tree's active item.