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

Function getConfig

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

Source from the content-addressed store, hash-verified

71export const extractAjv = (state: JsonFormsCore) => get(state, 'ajv');
72
73export const getConfig = (state: JsonFormsState) => state.jsonforms.config;

Callers 9

addVanillaControlPropsFunction · 0.90
updateMethod · 0.90
mapStateToControlPropsFunction · 0.90
mapStateToLayoutPropsFunction · 0.90
mapStateToLabelPropsFunction · 0.90
mapStateToCellPropsFunction · 0.90
ngOnInitMethod · 0.90
mapStateToVisibleFunction · 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…