SingleSelectionAttributeFilterElementsSelectItem()
Home > @gooddata/sdk-ui-filters > SingleSelectionAttributeFilterElementsSelectItem
SingleSelectionAttributeFilterElementsSelectItem() 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.
Renders elements selection list item as a single select list item.
Signature:
export declare function SingleSelectionAttributeFilterElementsSelectItem({ item, onSelectOnly, isSelected, focusedAction, fullscreenOnMobile, primaryLabelTitle, }: IAttributeFilterElementsSelectItemProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
{ item, onSelectOnly, isSelected, focusedAction, fullscreenOnMobile, primaryLabelTitle, } | IAttributeFilterElementsSelectItemProps |
Returns:
React.JSX.Element