IAttributeFilterStatusBarProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterStatusBarProps
IAttributeFilterStatusBarProps 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 component that display status of current selection.
Signature:
export interface IAttributeFilterStatusBarProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributeTitle? | string | (BETA) (Optional) Title of the attribute used for dependent filter configuration. | |
enableShowingFilteredElements? | boolean | (BETA) (Optional) This enables "show filtered elements" option which manages showing filtered elements. | |
getItemTitle | (item: IAttributeElement) => string | (BETA) Item title getter used to get translated item empty value | |
irrelevantSelection? | IAttributeElement[] | (BETA) (Optional) Irrelevant/filtered out selection elements which are still effective. | |
isFilteredByDependentDateFilters? | boolean | (BETA) (Optional) Indicates if the elements are filtered by dependent date filters or not. | |
isFilteredByLimitingValidationItems? | boolean | (BETA) (Optional) Indicate if the elements are filtered by limit validation items or not. | |
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 | |
onClearIrrelevantSelection? | () => void | (BETA) (Optional) Clear irrelevant/filtered out selection callback. | |
onShowFilteredElements? | () => void | (BETA) (Optional) Show filtered elements callback. | |
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. |