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

Method _getListWidth

packages/main/src/features/InputSuggestions.ts:461–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459 }
460
461 _getListWidth() {
462 return this._getList()?.offsetWidth;
463 }
464
465 _getPicker() {
466 return this._getComponent().shadowRoot!.querySelector<ResponsivePopover>("[ui5-responsive-popover]")!;

Callers 1

onAfterRenderingMethod · 0.80

Calls 1

_getListMethod · 0.95

Tested by

no test coverage detected