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

Function getData

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

Source from the content-addressed store, hash-verified

48 subErrorsAt(instancePath, schema)(state.jsonforms.core);
49
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 =>

Callers 6

mapStateToControlPropsFunction · 0.90
mapStateToLayoutPropsFunction · 0.90
mapStateToLabelPropsFunction · 0.90
mapStateToCellPropsFunction · 0.90
mapStateToVisibleFunction · 0.90

Calls 1

extractDataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…