Interface TextEditOperation

interface TextEditOperation {
    forceMoveMarkers: boolean;
    range: Range;
    text?: string;
}

Properties

forceMoveMarkers: boolean
range: Range
text?: string