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

Function getSchema

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

Source from the content-addressed store, hash-verified

50export const getData = (state: JsonFormsState) =>
51 extractData(get(state, 'jsonforms.core'));
52export const getSchema = (state: JsonFormsState): JsonSchema =>
53 extractSchema(get(state, 'jsonforms.core'));
54export const getUiSchema = (state: JsonFormsState): UISchemaElement =>
55 extractUiSchema(get(state, 'jsonforms.core'));
56export const getAjv = (state: JsonFormsState): Ajv =>

Callers 5

uischemas.test.tsFile · 0.90
mapStateToControlPropsFunction · 0.90
mapStateToCellPropsFunction · 0.90

Calls 1

extractSchemaFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…