Theia API Documentation v1.65.0
    Preparing search index...
    interface TextEditorDiffInformationChangeEvent {
        diffInformation: undefined | TextEditorDiffInformation[];
        textEditor: TextEditor;
    }
    Index

    Properties

    diffInformation: undefined | TextEditorDiffInformation[]
    textEditor: TextEditor