Theia API Documentation v1.66.0
    Preparing search index...

    Interface TextEditorDiffInformationChangeEvent

    interface TextEditorDiffInformationChangeEvent {
        diffInformation: undefined | TextEditorDiffInformation[];
        textEditor: TextEditor;
    }
    Index

    Properties

    diffInformation: undefined | TextEditorDiffInformation[]
    textEditor: TextEditor