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

Function getErrorAt

packages/core/src/store/jsonFormsCore.ts:42–44  ·  view source on GitHub ↗
(instancePath: string, schema: JsonSchema)

Source from the content-addressed store, hash-verified

40
41export const getErrorAt =
42 (instancePath: string, schema: JsonSchema) => (state: JsonFormsState) => {
43 return errorAt(instancePath, schema)(state.jsonforms.core);
44 };
45
46export const getSubErrorsAt =
47 (instancePath: string, schema: JsonSchema) => (state: JsonFormsState) =>

Callers 2

mapStateToControlPropsFunction · 0.90
mapStateToCellPropsFunction · 0.90

Calls 1

errorAtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…