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

Method _closeRespPopover

packages/fiori/src/Wizard.ts:621–626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

619 }
620
621 _closeRespPopover() {
622 const responsivePopover = this._respPopover();
623 if (responsivePopover) {
624 responsivePopover.open = false;
625 }
626 }
627
628 _respPopover() {
629 return this.shadowRoot!.querySelector<ResponsivePopover>(`.ui5-wizard-responsive-popover`)!;

Callers 2

onStepResizeMethod · 0.95

Calls 1

_respPopoverMethod · 0.95

Tested by

no test coverage detected