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

Last Updated: 08 January, 2020