API Reference > ui-components > PropertyGrid > CompositePropertyDataFilterer CompositePropertyDataFilterer Class Beta Composite PropertyData filter which can join two filters using logic operators Extends PropertyDataFiltererBase 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 PropertyFilterChangeEvent PropertyDataFiltererBase Defined in ui/components/src/ui-components/propertygrid/dataproviders/filterers/CompositePropertyDataFilterer.ts Line 26 Last Updated: 11 June, 2024