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

Method _iconMode

packages/main/src/DatePicker.ts:986–988  ·  view source on GitHub ↗

* Defines whether the value help icon is hidden * @private

()

Source from the content-addressed store, hash-verified

984 * @private
985 */
986 get _iconMode() {
987 return isDesktop() ? IconMode.Decorative : IconMode.Interactive;
988 }
989
990 _canOpenPicker() {
991 return !this.disabled && !this.readonly;

Callers

nothing calls this directly

Calls 1

isDesktopFunction · 0.85

Tested by

no test coverage detected