IAttributeFilterElementsSelectItemProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterElementsSelectItemProps
IAttributeFilterElementsSelectItemProps interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
It represents an Attribute Filter item. It displays element label, it allow user to add/remove element to/from selection. It allows users to clear selection and add only it into selection.
Signature:
export interface IAttributeFilterElementsSelectItemProps
Properties
Property | Type | Description |
---|---|---|
isSelected | boolean | (BETA) Indicate that item is selected |
item | IAttributeElement | (BETA) Item of list |
onDeselect | () => void | (BETA) Remove item from selection |
onSelect | () => void | (BETA) Add item to selection callback |
onSelectOnly | () => void | (BETA) Select item only |