Interface TesterContext

Additional context given to a tester in addition to UISchema and JsonSchema.

interface TesterContext {
    config: any;
    rootSchema: JsonSchema;
}

Properties

Properties

config: any

The form wide configuration object given to JsonForms.

rootSchema: JsonSchema

The root JsonSchema of the form. Can be used to resolve references.

Generated using TypeDoc