IAttributeFilterStatusBarProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterStatusBarProps
IAttributeFilterStatusBarProps interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
It represents component that display status of current selection.
Signature:
export interface IAttributeFilterStatusBarProps
Properties
Property | Type | Description |
---|---|---|
getItemTitle | (item: IAttributeElement) => string | (BETA) Item title getter used to get translated item empty value |
isFilteredByParentFilters | boolean | (BETA) Indicate that elements are filtered by parents filters or not. |
isInverted | boolean | (BETA) Indicate that current filter is inverted INegativeAttributeFilter or not IPositiveAttributeFilter |
parentFilterTitles | string[] | (BETA) List of parent filter titles that filter current elements. |
selectedItems | IAttributeElement[] | (BETA) List of selected items |
selectedItemsLimit | number | (BETA) Maximum selected items |
totalElementsCountWithCurrentSettings | number | (BETA) Number of elements that respect current criteria. |