Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextDocumentContentChangeEvent

Hierarchy

  • TextDocumentContentChangeEvent

Index

Properties

range: Range
rangeLength: number

The length of the range that got replaced.

rangeOffset: number

The offset of the range that got replaced.

text: string

The new text for the range.