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

    Properties

    forceMoveMarkers: boolean
    range: Range
    text?: string