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

Function setSchema

packages/core/src/actions/actions.ts:351–354  ·  view source on GitHub ↗
(schema: JsonSchema)

Source from the content-addressed store, hash-verified

349}
350
351export const setSchema = (schema: JsonSchema): SetSchemaAction => ({
352 type: SET_SCHEMA,
353 schema,
354});
355
356export interface SetTranslatorAction {
357 type: 'jsonforms/SET_TRANSLATOR';

Callers 1

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