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

Function render

packages/base/src/UI5Element.ts:316–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314 }
315
316 render() {
317 const template = (this.constructor as typeof UI5Element).template;
318 return executeTemplate(template!, this);
319 }
320
321 /**
322 * Do not call this method from derivatives of UI5Element, use "onEnterDOM" only

Callers 1

litRenderFunction · 0.50

Calls 1

executeTemplateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…