API Reference > ui-components > PropertyGrid > IPropertyDataFilterer IPropertyDataFilterer Interface Beta Interface to be implemented by Property Data Filter classes Implemented by PropertyDataFiltererBase Methods Name Description categoryMatchesFilter(node: PropertyCategory, parents: PropertyCategory[]): Promise<PropertyDataFilterResult> recordMatchesFilter(node: PropertyRecord, parents: PropertyRecord[]): Promise<PropertyDataFilterResult> Properties Name Type Description isActive Readonly boolean onFilterChanged PropertyFilterChangeEvent Defined in ui/components/src/ui-components/propertygrid/dataproviders/filterers/PropertyDataFiltererBase.ts Line 70 Last Updated: 11 June, 2024