MCPcopy Index your code
hub / github.com/UI5/webcomponents / attachComponentStateFinalized

Function attachComponentStateFinalized

packages/base/src/UI5Element.ts:1140–1142  ·  view source on GitHub ↗

* Attach a callback that will be executed whenever the component's state is finalized * * @param callback * @public

(callback: () => void)

Source from the content-addressed store, hash-verified

1138 * @public
1139 */
1140 attachComponentStateFinalized(callback: () => void): void {
1141 this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized", callback);
1142 }
1143
1144 /**
1145 * Detach the callback that is executed whenever the component's state is finalized

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…