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

Method _getEndOverflow

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

Source from the content-addressed store, hash-verified

1435 }
1436
1437 _getEndOverflow() {
1438 return this.shadowRoot!.querySelector<HTMLElement>(".ui5-tc__overflow--end")!;
1439 }
1440
1441 _getStartOverflowBtnDOM() {
1442 return this._getStartOverflow().querySelector<Button>("[ui5-button]");

Callers 6

_setItemsForStripMethod · 0.95
_updateEndOverflowMethod · 0.95
_hasStartOverflowMethod · 0.95
_getFocusableRefsMethod · 0.95
_getEndOverflowBtnDOMMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected