(state: JsonFormsState)
| 50 | export const getData = (state: JsonFormsState) => |
| 51 | extractData(get(state, 'jsonforms.core')); |
| 52 | export const getSchema = (state: JsonFormsState): JsonSchema => |
| 53 | extractSchema(get(state, 'jsonforms.core')); |
| 54 | export const getUiSchema = (state: JsonFormsState): UISchemaElement => |
| 55 | extractUiSchema(get(state, 'jsonforms.core')); |
| 56 | export const getAjv = (state: JsonFormsState): Ajv => |
no test coverage detected
searching dependent graphs…