Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextDocumentContentChangeEvent

Hierarchy

  • TextDocumentContentChangeEvent

Index

Properties

range

range: Range

rangeLength

rangeLength: number

The length of the range that got replaced.

rangeOffset

rangeOffset: number

The offset of the range that got replaced.

text

text: string

The new text for the range.