Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ onEnterDOM
Method
onEnterDOM
packages/main/src/ListItemBase.ts:136–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
actionable = false;
135
136
onEnterDOM() {
137
if
(isDesktop()) {
138
this.setAttribute(
"desktop"
,
""
);
139
}
140
}
141
142
onBeforeRendering(): void {
143
this.actionable = true;
Callers
nothing calls this directly
Calls
1
isDesktop
Function · 0.85
Tested by
no test coverage detected