Interface IEditorServices

Code editor services.

interface IEditorServices {
    factoryService: IEditorFactoryService;
    mimeTypeService: IEditorMimeTypeService;
}

Properties

factoryService: IEditorFactoryService

The code editor factory.

mimeTypeService: IEditorMimeTypeService

The editor mime type service.