Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextDocumentContentChangeEvent

An event describing an individual change in the text of a document.

Hierarchy

  • TextDocumentContentChangeEvent

Index

Properties(4)

Properties(4)

Readonly range

range: Range

The range that got replaced.

Readonly rangeOffset

rangeOffset: number

The offset of the range that got replaced.

Readonly rangeLength

rangeLength: number

The length of the range that got replaced.

Readonly text

text: string

The new text for the range.

Generated by TypeDoc. Maintained by 洛竹