Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModelChangedEvent

An event describing that an editor has had its model reset (i.e. editor.setModel()).

Hierarchy

  • IModelChangedEvent

Index

Properties

Readonly newModelUrl

newModelUrl: Uri | null

The uri of the new model or null.

Readonly oldModelUrl

oldModelUrl: Uri | null

The uri of the previous model or null.

Generated using TypeDoc