CompositePropertyDataFilterer Class
Composite PropertyData filter which can join two filters using logic operators
Extends
Methods
| Name | Description | |
|---|---|---|
| constructor(_leftFilterer: IPropertyDataFilterer, _operator: CompositeFilterType, _rightFilterer: IPropertyDataFilterer): CompositePropertyDataFilterer | ||
| categoryMatchesFilter(node: PropertyCategory, parents: PropertyCategory[]): Promise<PropertyDataFilterResult> | ||
| recordMatchesFilter(node: PropertyRecord, parents: PropertyRecord[]): Promise<PropertyDataFilterResult> |
Properties
| Name | Type | Description | |
|---|---|---|---|
| isActive Accessor ReadOnly | boolean |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| onFilterChanged Inherited | PropertyFilterChangeEvent | PropertyDataFiltererBase |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.