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 |
---|---|---|---|
checked | boolean | (BETA) Indicate that all items that respect current search criteria are selected or not. | |
isFiltered | boolean | (BETA) Indicate that items are filtered or not by parent filters. | |
isPartialSelection | boolean | (BETA) Indicate that elements that respect current search criteria are partially selected | |
isVisible | boolean | (BETA) Indicate that component is visible or not | |
onChange | (value: boolean) => void | (BETA) Callback to select or unselect items that respect current search criteria. | |
onToggle | () => void | (BETA) Toggle items that respect current search criteria | |
totalItemsCount | number | (BETA) Number of elements that respect current search criteria |