TextDocumentChangeEvent$Typings extension

on

Properties

contentChanges List<TextDocumentContentChangeEvent>
An array of content changes.
no setter
document TextDocument
The affected document.
no setter
reason TextDocumentChangeReason?
The reason why the document was changed. Is undefined if the reason is not known.
no setter