Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _getList
Method
_getList
packages/main/src/features/InputSuggestions.ts:457–459 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
455
}
456
457
_getList() {
458
return
this._getPicker().querySelector<List>(
"[ui5-list]"
)!;
459
}
460
461
_getListWidth() {
462
return
this._getList()?.offsetWidth;
Callers
1
_getListWidth
Method · 0.95
Calls
1
_getPicker
Method · 0.95
Tested by
no test coverage detected