Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ onEnterDOM
Method
onEnterDOM
packages/main/src/CheckBox.ts:317–321 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
315
}
316
317
onEnterDOM() {
318
if
(isDesktop()) {
319
this.setAttribute(
"desktop"
,
""
);
320
}
321
}
322
323
_onclick() {
324
this.toggle();
Callers
nothing calls this directly
Calls
1
isDesktop
Function · 0.85
Tested by
no test coverage detected