The options used to initialize a metadata editor tool.

interface IOptions {
    collapsed?: boolean;
    editorFactory: Factory;
    label?: string;
    translator?: ITranslator;
}

Properties

collapsed?: boolean

Initial collapse state, defaults to true.

editorFactory: Factory

The editor factory used by the tool.

label?: string

The label for the JSON editor

translator?: ITranslator

Language translator.