x4js - v2.2.49
    Preparing search index...
    interface IValidEditOperation {
        range: Range;
        text: string;
    }
    Index
    range: Range

    The range to replace. This can be empty to emulate a simple insert.

    text: string

    The text to replace with. This can be empty to emulate a simple delete.