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 |
---|---|---|---|
string |
(BETA) (Optional) Title of the attribute used for dependent filter configuration. | ||
boolean |
(BETA) (Optional) This enables "show filtered elements" option which manages showing filtered elements. | ||
(item: IAttributeElement) => string |
(BETA) Item title getter used to get translated item empty value | ||
(BETA) (Optional) Irrelevant/filtered out selection elements which are still effective. | |||
boolean |
(BETA) (Optional) Indicates if the elements are filtered by dependent date filters or not. | ||
boolean |
(BETA) (Optional) Indicate if the elements are filtered by limit validation items or not. | ||
boolean |
(BETA) Indicate that elements are filtered by parents filters or not. | ||
boolean |
(BETA) Indicate that current filter is inverted INegativeAttributeFilter or not IPositiveAttributeFilter | ||
() => void |
(BETA) (Optional) Clear irrelevant/filtered out selection callback. | ||
() => void |
(BETA) (Optional) Show filtered elements callback. | ||
string[] |
(BETA) List of parent filter titles that filter current elements. | ||
(BETA) List of selected items | |||
number |
(BETA) Maximum selected items | ||
number |
(BETA) Number of elements that respect current criteria. | ||
boolean |
(BETA) (Optional) Whether the filter is rendered without apply button. |