Interface JJsonFormSchemas

interface JJsonFormSchemas {
    schema: null | JFormSchemaJMC;
    uiSchema: null | FormNodeVertical;
}

Properties

Properties

schema: null | JFormSchemaJMC
uiSchema: null | FormNodeVertical