(schema: JsonSchema)
| 349 | } |
| 350 | |
| 351 | export const setSchema = (schema: JsonSchema): SetSchemaAction => ({ |
| 352 | type: SET_SCHEMA, |
| 353 | schema, |
| 354 | }); |
| 355 | |
| 356 | export interface SetTranslatorAction { |
| 357 | type: 'jsonforms/SET_TRANSLATOR'; |
no outgoing calls
no test coverage detected
searching dependent graphs…