IAttributeFilterSelectionStatusProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterSelectionStatusProps
IAttributeFilterSelectionStatusProps interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
It represents a selection status component.
Signature:
export interface IAttributeFilterSelectionStatusProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
getItemTitle | (item: IAttributeElement) => string | (BETA) Item title getter it will return localized title for empty elements. | |
isInverted | boolean | (BETA) This prop means that current Attribute Filter is inverted or not. | |
selectedItems | IAttributeElement[] | (BETA) List of selected elements | |
selectedItemsLimit | number | (BETA) Maximum elements in selection. |