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

Method onDefine

packages/ai/src/Versioning.ts:125–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 static i18nBundle: I18nBundle;
124
125 static async onDefine() {
126 Versioning.i18nBundle = await getI18nBundle("@ui5/webcomponents-ai");
127 }
128
129 onAfterRendering() {
130 this._manageFocus();

Callers

nothing calls this directly

Calls 1

getI18nBundleFunction · 0.85

Tested by

no test coverage detected