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

Function getRenderers

packages/core/src/store/jsonFormsCore.ts:58–60  ·  view source on GitHub ↗
(
  state: JsonFormsState
)

Source from the content-addressed store, hash-verified

56export const getAjv = (state: JsonFormsState): Ajv =>
57 extractAjv(get(state, 'jsonforms.core'));
58export const getRenderers = (
59 state: JsonFormsState
60): JsonFormsRendererRegistryEntry[] => get(state, 'jsonforms.renderers');
61export const getCells = (
62 state: JsonFormsState
63): JsonFormsCellRendererRegistryEntry[] => get(state, 'jsonforms.cells');

Callers 3

mapStateToLayoutPropsFunction · 0.90
mapStateToLabelPropsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…