TextDocumentContentChangeEvent

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

Online Documentation

Properties

Link copied to clipboard
abstract val range: Range

The range that got replaced.

Link copied to clipboard
abstract val rangeLength: Int

The length of the range that got replaced.

Link copied to clipboard
abstract val rangeOffset: Int

The offset of the range that got replaced.

Link copied to clipboard
abstract val text: String

The new text for the range.