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

Function getCustomCSSFor

packages/base/src/theming/CustomStyle.ts:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20};
21
22const getCustomCSSFor = () => getSharedResource<Record<string, Array<string>>>("CustomStyle.customCSSFor", {});
23
24// Listen to the eventProvider, in case other copies of this CustomStyle module fire this
25// event, and this copy would therefore need to reRender the ui5 webcomponents; but

Callers 2

addCustomCSSFunction · 0.85
getCustomCSSFunction · 0.85

Calls 1

getSharedResourceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…