PropertyDataFiltererBase Class

An abstract implementation of IPropertyDataFilterer to share common behavior between different implementations.

Extended by

Implements

Methods

Name Description
constructor(): PropertyDataFiltererBase    
categoryMatchesFilter(node: PropertyCategory, parents: PropertyCategory[]): Promise<PropertyDataFilterResult> Abstract    
recordMatchesFilter(node: PropertyRecord, parents: PropertyRecord[]): Promise<PropertyDataFilterResult> Abstract    

Properties

Name Type Description
isActive Accessor AbstractReadOnly boolean    
onFilterChanged PropertyFilterChangeEvent    

Defined in

Last Updated: 05 April, 2024