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 | 
|---|---|---|---|
| (item: IAttributeElement) => string | (BETA) Item title getter it will return localized title for empty elements. | ||
| boolean | (BETA) This prop means that current Attribute Filter is inverted or not. | ||
| (BETA) List of selected elements | |||
| number | (BETA) Maximum elements in selection. | ||
| boolean | (BETA) (Optional) Display selection status. |