treeWithFilteringSupport Function

A HOC component that adds filtering functionality to the supplied tree component.

Note: it is required for the tree to use IPresentationTreeDataProvider

treeWithFilteringSupport<P extends TreeProps>(TreeComponent: React.ComponentType<P extends TreeProps>): React.ComponentType<>

Parameter Type Description
TreeComponent React.ComponentType<P extends TreeProps>  

Defined in

Last Updated: 08 January, 2020