Skip to main content

FilterItemOption

<ui5-filter-item-option> | Since 1.0.0-rc.16

The ui5-filter-item-option component defines individual filter values within a ui5-filter-item. It represents a single selectable option that users can choose to filter data.

Usage

The ui5-filter-item-option is used as a child component within ui5-filter-item in the context of ui5-view-settings-dialog. Each option represents a specific value that can be used for filtering

ES6 Module Import

import "@ui5/webcomponents-fiori/dist/FilterItemOption.js";

Properties

text

DescriptionDefines the text of the filter option.
Typestring | undefined
Defaultundefined

selected

DescriptionDefines if the filter option is selected.
Typeboolean
Defaultfalse

Slots

No slots available for this component.

Events

No events available for this component.

Methods

No methods available for this component.

CSS Parts

No CSS parts available for this component.