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

Method _respPopover

packages/main/src/TabContainer.ts:1449–1452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1447 }
1448
1449 async _respPopover() {
1450 await renderFinished();
1451 return this.shadowRoot!.querySelector<ResponsivePopover>(`#${this._id}-overflowMenu`)!;
1452 }
1453
1454 _closePopover() {
1455 this._hasScheduledPopoverOpen = false;

Callers 2

_togglePopoverMethod · 0.95
_showPopoverAtMethod · 0.95

Calls 1

renderFinishedFunction · 0.85

Tested by

no test coverage detected