The options used to create an code viewer widget.

interface IOptions {
    editorOptions?: Omit<CodeEditor.IOptions, "host" | "model">;
    factory: Factory;
    model: CodeEditor.IModel;
}

Properties

editorOptions?: Omit<CodeEditor.IOptions, "host" | "model">

Code editor options

factory: Factory

A code editor factory.

The content model for the viewer.