ISingleSelectAttributeFilterHandler
Home > @gooddata/sdk-ui-filters > ISingleSelectAttributeFilterHandler
ISingleSelectAttributeFilterHandler interface
Core API for attribute filter components, that allows you to implement custom attribute filter components.
Signature:
export interface ISingleSelectAttributeFilterHandler extends IAttributeFilterLoader, IStagedSingleSelectionHandler<AttributeElementKey | undefined> 
Extends: IAttributeFilterLoader, IStagedSingleSelectionHandler<AttributeElementKey | undefined>
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