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

Function updateErrors

packages/core/src/actions/actions.ts:228–231  ·  view source on GitHub ↗
(errors: ErrorObject[])

Source from the content-addressed store, hash-verified

226});
227
228export const updateErrors = (errors: ErrorObject[]): UpdateErrorsAction => ({
229 type: UPDATE_ERRORS,
230 errors,
231});
232
233export interface AddRendererAction {
234 type: 'jsonforms/ADD_RENDERER';

Callers 3

core.test.tsFile · 0.90
onChangeFunction · 0.90
onChangeFunction · 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…