The default implementation of the editor model.

Hierarchy

  • Model

    Implements

    Constructors

    Properties

    _isDisposed: boolean = false
    _mimeType: string = IEditorMimeTypeService.defaultMimeType
    _mimeTypeChanged: Signal<CodeEditor.Model, IChangedArgs<string, string, string>> = ...
    _selections: ObservableMap<ITextSelection[]> = ...
    sharedModel: ISharedText

    The shared model for the cell editor.

    standaloneModel: boolean = false

    Whether the model should disposed the shared model on disposal or not.

    Accessors

    Methods