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

Method toggleInputsPopover

packages/main/src/TimePicker.ts:598–604  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596 }
597
598 toggleInputsPopover() {
599 if (this.isInputsPopoverOpen()) {
600 this.closeInputsPopover();
601 } else if (this._canOpenInputsPopover()) {
602 this.openInputsPopover();
603 }
604 }
605
606 /**
607 * Checks if the inputs popover is open

Callers 1

_handleInputClickMethod · 0.95

Calls 4

isInputsPopoverOpenMethod · 0.95
closeInputsPopoverMethod · 0.95
_canOpenInputsPopoverMethod · 0.95
openInputsPopoverMethod · 0.95

Tested by

no test coverage detected