API Reference > presentation-components > Tree > TreeWithFilteringSupportProps TreeWithFilteringSupportProps Interface Props that are injected to the TreeWithFilteringSupport HOC component. Properties Name Type Description activeMatchIndex undefined | number Index of the active match dataProvider IPresentationTreeDataProvider The data provider used by the tree. filter undefined | string The text to search for onFilterApplied undefined | (filter: string, filteredProvider: IPresentationTreeDataProvider) => void Called when filter is applied. onMatchesCounted undefined | (count: number) => void Called when FilteredDataProvider counts the number of matches Defined in presentation/components/src/tree/WithFilteringSupport.tsx Line 24 Last Updated: 13 June, 2024