MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / getErrorTranslator

Function getErrorTranslator

packages/core/src/i18n/selectors.ts:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64export const getErrorTranslator =
65 () =>
66 (state: JsonFormsState): ErrorTranslator =>
67 fetchErrorTranslator(get(state, 'jsonforms.i18n'));

Callers 4

mapStateToControlPropsFunction · 0.90
mapStateToCellPropsFunction · 0.90
useVuetifyControlFunction · 0.90

Calls 1

fetchErrorTranslatorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…