Theia API Documentation v1.65.0
    Preparing search index...
    interface TextDocumentContentChangeEvent {
        range: Range;
        rangeLength: number;
        rangeOffset: number;
        text: string;
    }
    Index

    Properties

    range: Range
    rangeLength: number

    The length of the range that got replaced.

    rangeOffset: number

    The offset of the range that got replaced.

    text: string

    The new text for the range.