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

Function attachBeforeComponentRender

packages/base/src/Render.ts:178–180  ·  view source on GitHub ↗
(listener: BeforeComponentRenderCallback)

Source from the content-addressed store, hash-verified

176};
177
178const attachBeforeComponentRender = (listener: BeforeComponentRenderCallback) => {
179 eventProvider.attachEvent("beforeComponentRender", listener);
180};
181
182const detachBeforeComponentRender = (listener: BeforeComponentRenderCallback) => {
183 eventProvider.detachEvent("beforeComponentRender", listener);

Callers

nothing calls this directly

Calls 1

attachEventMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…