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

Function initCore

packages/vanilla-renderers/test/util.ts:30–36  ·  view source on GitHub ↗
(
  schema: JsonSchema,
  uischema: UISchemaElement,
  data?: any
)

Source from the content-addressed store, hash-verified

28import React from 'react';
29
30export const initCore = (
31 schema: JsonSchema,
32 uischema: UISchemaElement,
33 data?: any
34) => {
35 return { schema, uischema, data, ajv: createAjv() };
36};
37
38export const TestEmitter: React.FC<JsonFormsReactProps> = ({ onChange }) => {
39 const ctx = useJsonForms();

Calls 1

createAjvFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…