API Reference > presentation-components > Tree > DEPRECATED_controlledTreeWithFilteringSupport DEPRECATED_controlledTreeWithFilteringSupport Function Deprecated Use hooks. Will be removed in iModel.js 3.0 Beta A HOC component that adds filtering functionality to the supplied controlled tree component. DEPRECATED_controlledTreeWithFilteringSupport<P extends ControlledTreeWithVisibleNodesProps<P>>(TreeComponent: FC<P>): FC<Omit<CombinedProps, "visibleNodes">> note It's required for the tree to use PresentationTreeDataProvider and wrap supplied tree component in DEPRECATED_controlledTreeWithVisibleNodes HOC Parameter Type Description TreeComponent FC<P> Returns - FC<Omit<CombinedProps, "visibleNodes">> Defined in presentation/components/src/presentation-components/tree/controlled/WithFilteringSupport.tsx Line 47 Last Updated: 12 June, 2024