Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextDocumentChangeEvent

An event describing a transactional document change.

Hierarchy

  • TextDocumentChangeEvent

Index

Properties

Readonly document

document: TextDocument

The affected document.

Readonly contentChanges

contentChanges: readonly TextDocumentContentChangeEvent[]

An array of content changes.

Optional Readonly reason

The reason why the document was changed. Is undefined if the reason is not known.

Generated using TypeDoc