The options used to initialize a json editor.

interface IOptions {
    editorFactory: Factory;
    translator?: ITranslator;
}

Properties

editorFactory: Factory

The editor factory used by the editor.

translator?: ITranslator

The language translator.