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

Function fireCustomCSSChange

packages/base/src/theming/CustomStyle.ts:18–20  ·  view source on GitHub ↗
(tag: string)

Source from the content-addressed store, hash-verified

16};
17
18const fireCustomCSSChange = (tag: string) => {
19 return getEventProvider().fireEvent(CUSTOM_CSS_CHANGE, tag);
20};
21
22const getCustomCSSFor = () => getSharedResource<Record<string, Array<string>>>("CustomStyle.customCSSFor", {});
23

Callers 1

addCustomCSSFunction · 0.85

Calls 2

fireEventMethod · 0.80
getEventProviderFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…