x4js - v2.2.49
    Preparing search index...
    interface IModelContentChange {
        range: IRange;
        rangeLength: number;
        rangeOffset: number;
        text: string;
    }
    Index
    range: IRange

    The old range that got replaced.

    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.