IPropertyDataFilterer Interface
An interface for a filterer that filters PropertyData based on content of PropertyRecord and PropertyCategory objects.
Implemented by
Properties
| Name | Type | Description | |
|---|---|---|---|
| categoryMatchesFilter | (node: PropertyCategory, parents: PropertyCategory[]) => Promise<PropertyDataFilterResult> | ||
| isActive Readonly | boolean | ||
| onFilterChanged | PropertyFilterChangeEvent | ||
| recordMatchesFilter | (node: PropertyRecord, parents: PropertyRecord[]) => Promise<PropertyDataFilterResult> |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.