markmv - v1.39.2
    Preparing search index...

    Interface SpanReplacement

    A source span to replace with new text.

    interface SpanReplacement {
        start: number;
        end: number;
        replacement: string;
    }
    Index
    start: number

    Start offset of the span, inclusive

    end: number

    End offset of the span, exclusive

    replacement: string

    The text the span is replaced with