Interface ReplaceOperation

interface ReplaceOperation {
    range: Range;
    text: string;
}

Properties

Properties

range: Range

the position that shall be replaced

text: string

the text to replace with