Theia API Documentation v1.65.0
    Preparing search index...
    interface TextEdit {
        eol?: EndOfLineSequence;
        range: Range;
        text: string;
    }
    Index

    Properties

    Properties

    eol?: EndOfLineSequence
    range: Range
    text: string