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

Method onBeforeRendering

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

Source from the content-addressed store, hash-verified

179 }
180
181 onBeforeRendering() {
182 this._hasIcon = this.hasIcon || !!this._semanticIconName;
183 this._iconOnly = this.iconOnly;
184 }
185
186 get _roleDescription() {
187 return Tag.i18nBundle.getText(TAG_ROLE_DESCRIPTION);

Callers 3

onBeforeRenderingFunction · 0.45
_renderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected