AttributeFilterElementsSelectItem()
Home > @gooddata/sdk-ui-filters > AttributeFilterElementsSelectItem
AttributeFilterElementsSelectItem() function
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.
This component represents the Attribute Filter element. It displays a checkbox to add/remove to/from selection. It allows users to add only this item to selection. It also displays a localized empty element label in case element value is empty.
Signature:
export declare function AttributeFilterElementsSelectItem({ item, isSelected, focusedAction, onSelect, onSelectOnly, onDeselect, primaryLabelTitle, }: IAttributeFilterElementsSelectItemProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
{ item, isSelected, focusedAction, onSelect, onSelectOnly, onDeselect, primaryLabelTitle, } | IAttributeFilterElementsSelectItemProps |
Returns:
React.JSX.Element