The options used to create an editor widget.

interface IOptions {
    context: CodeContext;
    factory: Factory;
    mimeTypeService: IEditorMimeTypeService;
}

Properties

context: CodeContext

The document context associated with the editor.

factory: Factory

A code editor factory.

mimeTypeService: IEditorMimeTypeService

The mime type service for the editor.