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

Last Updated: 13 June, 2024