Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomDocumentContentChangeEvent<T>

Event triggered by extensions to signal to the editor that the content of a CustomDocument has changed.

see

CustomEditorProvider.onDidChangeCustomDocument.

Type parameters

Hierarchy

  • CustomDocumentContentChangeEvent

索引

Properties

Properties

Readonly document

document: T

The document that the change is for.

Generated by TypeDoc