IAttributeFilterElementsSelectProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterElementsSelectProps
IAttributeFilterElementsSelectProps 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 list of Attribute filter elements. It allows users to search elements and display a number of elements that respect current search criteria. It manipulates with current selection. It allows paging. It displays the current selection status.
Signature:
export interface IAttributeFilterElementsSelectProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(BETA) (Optional) Title of the attribute | ||
boolean |
(BETA) (Optional) This enables "show filtered elements" option which manages showing filtered elements. | ||
(BETA) (Optional) Error | |||
(BETA) (Optional) Irrelevant/filtered out selection elements which are still effective. | |||
boolean |
(BETA) (Optional) | ||
boolean |
(BETA) (Optional) Indicate that elements are filtered by dependent date filters | ||
boolean |
(BETA) (Optional) Indicate that elements are filtered by limiting validation items | ||
boolean |
(BETA) Indicate that elements are filtered by parent filters | ||
boolean |
(BETA) Indicate if current filter is inverted or not see: IPositiveAttributeFilter or INegativeAttributeFilter | ||
boolean |
(BETA) Indicator that AttributeFilter component is in loading state | ||
boolean |
(BETA) Indicator that next page of elements is loading or not | ||
(BETA) List of Attribute filter elements that are loaded and respect current search criteria. | |||
number |
(BETA) Size of next page of elements | ||
() => void |
(BETA) (Optional) | ||
() => void |
(BETA) (Optional) Clear irrelevant/filtered out selection callback. | ||
() => void |
(BETA) Callback to obtain next page of AttributeFilter elements | ||
(searchString: string) => void |
(BETA) Search callback | ||
(selectedItems: IAttributeElement[], isInverted: boolean) => void |
(BETA) Change selection callback | ||
() => void |
(BETA) (Optional) Show filtered elements callback. | ||
string[] |
(BETA) List of parent filter titles that filter current elements | ||
string |
(BETA) Current search string | ||
(BETA) List of current selected items. | |||
number |
(BETA) Number of all elements that respect current search criteria. | ||
number |
(BETA) Number of all elements that respect current search criteria. | ||
boolean |
(BETA) (Optional) Whether the filter is rendered without apply button. |