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

Method _iconMode

packages/main/src/TimePicker.ts:530–532  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

528 * @private
529 */
530 get _iconMode() {
531 return isDesktop() ? IconMode.Decorative : IconMode.Interactive;
532 }
533
534 onTimeSelectionChange(e: CustomEvent<TimeSelectionChangeEventDetail>) {
535 this.tempValue = e.detail.value; // every time the user changes the time selection -> update tempValue

Callers

nothing calls this directly

Calls 1

isDesktopFunction · 0.85

Tested by

no test coverage detected