Source editor interface

interface IEditor {
    src: ISharedText;
    get(): null | CodeEditor.IEditor;
    reveal(): Promise<void>;
}

Properties

Methods

Properties

Editor source text

Methods