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