API Reference > presentation-components > Tree > TreeWithUnifiedSelectionProps TreeWithUnifiedSelectionProps Interface Props that are injected to the TreeWithUnifiedSelection HOC component. Properties Name Type Description dataProvider IPresentationTreeDataProvider The data provider used by the tree. onNodesDeselected undefined | (items: TreeNodeItem[]) => boolean Called when nodes are deselected. onNodesSelected undefined | (items: TreeNodeItem[], replace: boolean) => boolean Called when nodes are selected. Defined in presentation/components/src/tree/WithUnifiedSelection.tsx Line 21 Last Updated: 13 June, 2024