New to Kendo UI for Angular? Start a free 30-day trial
FilterState
Information about the current filter state of each node in the component.
Emitted by the filterStateChange
Name | Type | Default | Description |
---|---|---|---|
filterSettings |
|
The settings according to which the current filter was performed. | |
matchCount |
|
The number of nodes which match the current filter term. | |
nodes |
|
The list of TreeView node wrappers which contain metadata about the current filtered state of the component. Useful for custom implementations of auto-expanding nodes triggered by filtering. | |
term |
|
The current filter term of the TreeView. |