Tree
Types related to Tree component in @bentley/ui-components package.
Classes
| Name | Description | |
|---|---|---|
| PresentationTreeDataProvider | Presentation Rules-driven tree data provider. | |
| UnifiedSelectionTreeEventHandler | Tree event handler that handles unified selection. | Beta | 
Global Functions
| Name | Description | |
|---|---|---|
| controlledTreeWithFilteringSupport | A HOC component that adds filtering functionality to the supplied | Beta | 
| controlledTreeWithModelSource | A HOC component that injects visible nodes into supplied tree component. | Beta | 
| controlledTreeWithUnifiedSelection | A HOC component that adds unified selection functionality to the supplied | Beta | 
| treeWithFilteringSupport | A HOC component that adds filtering functionality to the supplied | |
| treeWithUnifiedSelection | A HOC component that adds unified selection functionality to the supplied | |
| useControlledTreeFiltering | A custom hook that creates filtered model source and node loader for supplied filter. | Beta | 
| useControlledTreeUnifiedSelection | A custom hook that enables unified selection in ControlledTree component. | Beta | 
| usePresentationNodeLoader | Custom hooks which creates PagedTreeNodeLoader with PresentationTreeDataProvider using | Beta | 
Interfaces
| Name | Description | |
|---|---|---|
| ControlledTreeWithFilteringSupportProps | Props that are injected to the ControlledTreeWithFilteringSupport HOC component. | Beta | 
| ControlledTreeWithModelSourceProps | Props that are injected to the ControlledTreeWithModelSource HOC component. | Beta | 
| ControlledTreeWithUnifiedSelectionProps | Props that are injected to the ControlledTreeWithUnifiedSelection HOC component. | Beta | 
| IPresentationTreeDataProvider | Presentation tree data provider. | |
| PresentationNodeLoaderProps | Properties for usePresentationNodeLoader hook. | Beta | 
| TreeWithFilteringSupportProps | Props that are injected to the TreeWithFilteringSupport HOC component. | |
| TreeWithUnifiedSelectionProps | Props that are injected to the TreeWithUnifiedSelection HOC component. | 
Last Updated: 08 January, 2020