FilterDescriptorCollectionBase<TDescriptor extends FilterDescriptor> Class

Deprecated  in 3.5. Use the Table component in @itwin/itwinui-react instead, which does not use this interface.

Collection of filter descriptors.

Extended by

Methods

Name Description
constructor<TDescriptor extends FilterDescriptor>(): FilterDescriptorCollectionBase<TDescriptor>    
add(item: TDescriptor): void Adds an FilterDescriptor to the collection.  
clear(): void Clears the collection.  
remove(item: TDescriptor): boolean Removes a particular FilterDescriptor from the collection.  

Properties

Name Type Description
count Accessor ReadOnly number Gets the count of items in the collection.  
descriptors Accessor ReadOnly TDescriptor[]    
isActive Accessor ReadOnly boolean Determines if the collection is active.  

Defined in

Last Updated: 20 June, 2023