API Reference > presentation-components > Tree > treeWithUnifiedSelection treeWithUnifiedSelection Function A HOC component that adds unified selection functionality to the supplied tree component. Note: it is required for the tree to use PresentationTreeDataProvider treeWithUnifiedSelection<P extends TreeProps>(TreeComponent: ComponentClass<P extends TreeProps>): ForwardRefExoticComponent<RefAttributes<Component<P, any, any>>> Parameter Type Description TreeComponent ComponentClass<P extends TreeProps> Returns - ForwardRefExoticComponent<RefAttributes<Component<P, any, any>>> Defined in presentation/components/src/tree/WithUnifiedSelection.tsx Line 50 Last Updated: 13 June, 2024