Theia API Documentation v1.65.0
    Preparing search index...
    interface ReplaceTextParams {
        replaceOperations: ReplaceOperation[];
        source: string;
    }
    Index

    Properties

    replaceOperations: ReplaceOperation[]

    the replace operations

    source: string

    the source to edit