MCPcopy Create free account
hub / github.com/UI5/webcomponents / _selectableItems

Method _selectableItems

packages/main/src/Input.ts:1721–1723  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1719 }
1720
1721 get _selectableItems(): Array<IInputSuggestionItemSelectable> {
1722 return this._flattenItems.filter(item => !this._isGroupItem(item)) as Array<IInputSuggestionItemSelectable>;
1723 }
1724
1725 get valueStateTypeMappings() {
1726 return {

Callers

nothing calls this directly

Calls 1

_isGroupItemMethod · 0.95

Tested by

no test coverage detected