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

Function cancelRender

packages/base/src/Render.ts:66–69  ·  view source on GitHub ↗
(webComponent: UI5Element)

Source from the content-addressed store, hash-verified

64 * @param webComponent
65 */
66const cancelRender = (webComponent: UI5Element) => {
67 invalidatedWebComponents.remove(webComponent);
68 unregisterElement(webComponent);
69};
70
71/**
72 * Schedules a rendering task, if not scheduled already

Callers 1

disconnectedCallbackFunction · 0.85

Calls 2

unregisterElementFunction · 0.85
removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…