IAttributeFilterElementsActionsProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterElementsActionsProps
IAttributeFilterElementsActionsProps 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 component that allows users add/remove/toggle to/from selection elements that respect current search criteria.
Signature:
export interface IAttributeFilterElementsActionsProps 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| boolean | (BETA) Indicate that all items that respect current search criteria are selected or not. | ||
| boolean | (BETA) (Optional) | ||
| boolean | (BETA) Indicate that items are filtered or not by parent filters. | ||
| boolean | (BETA) Indicate that elements that respect current search criteria are partially selected | ||
| boolean | (BETA) Indicate that component is visible or not | ||
| () => void | (BETA) (Optional) | ||
| (value: boolean) => void | (BETA) Callback to select or unselect items that respect current search criteria. | ||
| () => void | (BETA) Toggle items that respect current search criteria | ||
| number | (BETA) Number of elements that respect current search criteria |