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

Function secondaryBoot

packages/base/src/Boot.ts:104–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102};
103
104const secondaryBoot = async (): Promise<void> => {
105 await boot(); // make sure we're not in the middle of boot before re-running the skipped parts
106 await initF6Navigation();
107 attachOpenUI5SupportListeners();
108 await applyTheme(getTheme()); // Re-apply theme to detect external theme from OpenUI5 and clean up
109};
110
111/**
112 * Callback, executed after theme properties registration

Callers 1

OpenUI5SupportClass · 0.85

Calls 5

bootFunction · 0.85
initF6NavigationFunction · 0.85
applyThemeFunction · 0.85
getThemeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…