FilterState
Interface
Represents the current filter state of the TreeView.
Emitted by the filterStateChange event.
Definition
Package:@progress/kendo-angular-treeview
Properties
The filter settings used for the current filter operation.
matchCount
number
The number of nodes that match the current filter term.
The list of TreeView node wrappers containing metadata about the current filtered state. Useful for custom implementations of auto-expanding nodes triggered by filtering.
term
string
The current filter term applied to the TreeView.