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

Function applyDirection

packages/base/src/locale/applyDirection.ts:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 * @returns {Promise<void>}
12 */
13const applyDirection = async (): Promise<void> => {
14 const listenersResults = fireDirectionChange();
15 await Promise.all(listenersResults);
16 await reRenderAllUI5Elements({ rtlAware: true });
17};
18
19export default applyDirection;

Callers 1

ReactPlaygroundFunction · 0.85

Calls 2

fireDirectionChangeFunction · 0.85
reRenderAllUI5ElementsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…