Interface IEditorFactoryService

The editor factory service interface.

interface IEditorFactoryService {
    newDocumentEditor: Factory;
    newInlineEditor: Factory;
}

Implemented by

Properties

newDocumentEditor: Factory

Create a new editor for a full document.

newInlineEditor: Factory

Create a new editor for inline code.