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

Function executeTemplate

packages/base/src/renderer/executeTemplate.ts:12–14  ·  view source on GitHub ↗
(template: TemplateFunction, component: UI5Element)

Source from the content-addressed store, hash-verified

10 * @public
11 */
12const executeTemplate = (template: TemplateFunction, component: UI5Element) => {
13 return template.call(component);
14};
15
16export default executeTemplate;
17export type { TemplateFunction };

Callers 7

stripPresentationMethod · 0.85
overflowPresentationMethod · 0.85
onBeforeRenderingMethod · 0.85
stripPresentationMethod · 0.85
overflowPresentationMethod · 0.85
renderFunction · 0.85
onBeforeRenderingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…