Theia API Documentation v1.65.0
    Preparing search index...
    interface SingleEditOperation {
        forceMoveMarkers?: boolean;
        range: Range;
        text: null | string;
    }
    Index

    Properties

    forceMoveMarkers?: boolean

    This indicates that this operation has "insert" semantics. i.e. forceMoveMarkers = true => if range is collapsed, all markers at the position will be moved.

    range: Range
    text: null | string