IAttributeFilterElementsSelectItemProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterElementsSelectItemProps
IAttributeFilterElementsSelectItemProps 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 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 | Modifiers | Type | Description | 
|---|---|---|---|
| string | (BETA) (Optional) Indicates which element of the list item is focused by keyboard. | ||
| boolean | (BETA) (Optional) Shown as fullscreen on mobile | ||
| number | (BETA) (Optional) The index of the item in the list. Used for accessibility purposes. | ||
| boolean | (BETA) Indicate that item is selected | ||
| (BETA) Item of list | |||
| number | (BETA) (Optional) The number of items in the list. Used for accessibility purposes. | ||
| RefObject<HTMLElement> | (BETA) (Optional) The ref for the parent list element. Used for focus management. | ||
| () => void | (BETA) Remove item from selection | ||
| () => void | (BETA) Add item to selection callback | ||
| () => void | (BETA) Select item only | ||
| string | (BETA) (Optional) Title of attribute's primary label |