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

Method _getStartOverflow

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

Source from the content-addressed store, hash-verified

1431 }
1432
1433 _getStartOverflow() {
1434 return this.shadowRoot!.querySelector<HTMLElement>(".ui5-tc__overflow--start")!;
1435 }
1436
1437 _getEndOverflow() {
1438 return this.shadowRoot!.querySelector<HTMLElement>(".ui5-tc__overflow--end")!;

Callers 6

_setItemsForStripMethod · 0.95
_hasStartOverflowMethod · 0.95
_hasEndOverflowMethod · 0.95
_getFocusableRefsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected