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

Function getAjv

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

Source from the content-addressed store, hash-verified

54export const getUiSchema = (state: JsonFormsState): UISchemaElement =>
55 extractUiSchema(get(state, 'jsonforms.core'));
56export const getAjv = (state: JsonFormsState): Ajv =>
57 extractAjv(get(state, 'jsonforms.core'));
58export const getRenderers = (
59 state: JsonFormsState
60): JsonFormsRendererRegistryEntry[] => get(state, 'jsonforms.renderers');

Callers 10

withAjvPropsFunction · 0.90
mapStateToControlPropsFunction · 0.90
mapStateToLayoutPropsFunction · 0.90
mapStateToLabelPropsFunction · 0.90
isInherentlyEnabledFunction · 0.90
isInherentlyReadonlyFunction · 0.90
mapStateToCellPropsFunction · 0.90
ngOnInitMethod · 0.90
mapStateToVisibleFunction · 0.90
withAjvPropsFunction · 0.90

Calls 1

extractAjvFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…