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

    Interface TextEditorChange

    interface TextEditorChange {
        kind: TextEditorChangeKind;
        modified: TextEditorLineRange;
        original: TextEditorLineRange;
    }
    Index

    Properties