Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomDocumentContentChangeEvent<T>

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

see

CustomEditorProvider.onDidChangeCustomDocument.

Type Parameters

Hierarchy

  • CustomDocumentContentChangeEvent

Index

Properties

Properties

document: T

The document that the change is for.