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

    Properties

    forceMoveMarkers?: boolean
    range?: Range
    text?: string