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

Method onBeforeRendering

packages/main/src/Tree.ts:328–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326 }
327
328 onBeforeRendering() {
329 this._prepareTreeItems();
330 }
331
332 onAfterRendering() {
333 // Note: this is a workaround for the problem that the list cannot invalidate itself when its only physical child is a slot (and the list items are inside the slot)

Callers 1

onAfterRenderingMethod · 0.45

Calls 1

_prepareTreeItemsMethod · 0.95

Tested by

no test coverage detected