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

Method onEnterDOM

packages/main/src/Tag.ts:175–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 static i18nBundle: I18nBundle;
174
175 onEnterDOM() {
176 if (isDesktop()) {
177 this.setAttribute("desktop", "");
178 }
179 }
180
181 onBeforeRendering() {
182 this._hasIcon = this.hasIcon || !!this._semanticIconName;

Callers

nothing calls this directly

Calls 1

isDesktopFunction · 0.85

Tested by

no test coverage detected