Variable EditorTypeConst

EditorType: {
    ICodeEditor: string;
    IDiffEditor: string;
}

The type of the IEditor.

Type declaration

  • ICodeEditor: string
  • IDiffEditor: string