TreeViewFilterSettings
Name | Type | Default | Description |
---|---|---|---|
ignoreCase? |
| Determines if the string comparison is case-insensitive. By defualt, a case-insensitive filtering will be performed. | |
mode? |
| Determines the behavior of the filtering algorithm.
The default mode is | |
operator? |
| The filter operator (comparison). The supported operators are:
The default operator is A custom matcher function can also be provided to the filter settings object:
|