Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextDocumentChangeEvent

An event describing a transactional document change.

层级

  • TextDocumentChangeEvent

索引

Properties(3)

Properties(3)

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.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹