Theia API Documentation v1.65.0
    Preparing search index...
    interface ReplaceOperation {
        range: Range;
        text: string;
    }
    Index

    Properties

    Properties

    range: Range

    the position that shall be replaced

    text: string

    the text to replace with