IAttributeFilterHandler
Home > @gooddata/sdk-ui-filters > IAttributeFilterHandler
IAttributeFilterHandler type
Core API for attribute filter components, that allows you to implement custom attribute filter components.
Signature:
export type IAttributeFilterHandler = IMultiSelectAttributeFilterHandler | ISingleSelectAttributeFilterHandler;
References: IMultiSelectAttributeFilterHandler, ISingleSelectAttributeFilterHandler
Remarks
It has the following capabilities:
- Load all the required metadata during the intitialization 
- Attribute elements paging and filtering 
- Loading of the additional attribute elements 
- Single selection handling with working and committed stage 
- Support for static attribute elements (if you don't want to load them from the backend) 
- Support for hiding particular attribute elements