Tree
Presentation features for Tree component.
Classes
| Name | Description | |
|---|---|---|
| PresentationTreeDataProvider | Presentation Rules-driven tree data provider. | Deprecated | 
| UnifiedSelectionTreeEventHandler | Tree event handler that handles unified selection. | Deprecated | 
Enumerations
| Name | Description | |
|---|---|---|
| InfoTreeNodeItemType | Type that is assigned to a PresentationInfoTreeNodeItem to determine what type of message an item conveys. | Deprecated | 
Global Functions
| Name | Description | |
|---|---|---|
| createInfoNode | ||
| customizeTreeNodeItem | Applies customization from Node to TreeNodeItem. | Deprecated | 
| isFilterablePresentationTreeNodeItem | Function that check if supplied PresentationTreeNodeItem is FilterablePresentationTreeNodeItem. | Deprecated | 
| isPresentationInfoTreeNodeItem | Function that checks if supplied TreeNodeItem is PresentationInfoTreeNodeItem. | Deprecated | 
| isPresentationTreeNodeItem | Function that checks if supplied TreeNodeItem is PresentationTreeNodeItem. | Deprecated | 
| PresentationTree | Component that provides a convenient API for using usePresentationTreeState hook with ControlledTree. | Deprecated | 
| PresentationTreeNodeRenderer | Component for rendering tree nodes produced by PresentationTreeDataProvider. | Deprecated | 
| PresentationTreeRenderer | Tree renderer component that enables hierarchy level filtering in trees using PresentationTreeDataProvider. | Deprecated | 
| useControlledPresentationTreeFiltering | A custom hook that creates filtered model source and node loader for supplied filter. | Deprecated | 
| useFilterablePresentationTree | Hook that enables hierarchy level filtering with action handlers for setting and clearing filters. | Deprecated | 
| useHierarchyLevelFiltering | Custom hook that creates callbacks for filtering hierarchy levels in the tree. | Deprecated | 
| usePresentationTreeNodeLoader | Custom hooks which creates PagedTreeNodeLoader with PresentationTreeDataProvider using | Deprecated | 
| usePresentationTreeState | Custom hook that creates and manages state for ControlledTree component based on presentation data. | Deprecated | 
| useUnifiedSelectionTreeEventHandler | A custom hook which creates and disposes UnifiedSelectionTreeEventHandler | Deprecated | 
Interfaces
Type Aliases
| Name | Description | |
|---|---|---|
| FilterablePresentationTreeNodeItem | Describes tree node item that supports hierarchy level filtering. | Deprecated | 
| HierarchyLevelFilteringDescriptor | Describes descriptor used for hierarchy level filtering. | Deprecated | 
| PresentationTreeProps | Props for PresentationTree component. | 
Last Updated: 10 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.