Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _getEndOverflowBtnDOM
Method
_getEndOverflowBtnDOM
packages/main/src/TabContainer.ts:1445–1447 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1443
}
1444
1445
_getEndOverflowBtnDOM() {
1446
return
this._getEndOverflow().querySelector<Button>(
"[ui5-button]"
);
1447
}
1448
1449
async
_respPopover() {
1450
await
renderFinished();
Callers
4
_onHeaderDrop
Method · 0.95
_onOverflowClick
Method · 0.95
_getFocusableRefs
Method · 0.95
_getPopoverOwner
Method · 0.95
Calls
1
_getEndOverflow
Method · 0.95
Tested by
no test coverage detected