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

Method _isPhone

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

Source from the content-addressed store, hash-verified

2014 }
2015
2016 get _isPhone() {
2017 return isPhone();
2018 }
2019
2020 get _isSuggestionsFocused() {
2021 return !this.focused && this.Suggestions?.isOpened();

Callers 1

isPhoneFunction · 0.45

Calls 1

isPhoneFunction · 0.85

Tested by

no test coverage detected