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

Function applyOpenUI5Configuration

packages/base/src/InitialConfiguration.ts:204–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202};
203
204const applyOpenUI5Configuration = () => {
205 const openUI5Support = getFeature<typeof OpenUI5Support>("OpenUI5Support");
206 if (!openUI5Support || !openUI5Support.isOpenUI5Detected()) {
207 return;
208 }
209
210 const OpenUI5Config = openUI5Support.getConfigurationSettingsObject();
211 initialConfig = merge(initialConfig, OpenUI5Config);
212};
213
214const initConfiguration = () => {
215 if (typeof document === "undefined" || initialized) {

Callers 1

resetConfigurationFunction · 0.85

Calls 4

getFeatureFunction · 0.85
mergeFunction · 0.85
isOpenUI5DetectedMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…