(state: JsonFormsState)
| 48 | subErrorsAt(instancePath, schema)(state.jsonforms.core); |
| 49 | |
| 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 => |
no test coverage detected
searching dependent graphs…