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

Hierarchy

  • IModelChangedEvent

Index

Properties

newModelUrl

newModelUrl: Uri | null

The uri of the new model or null.

oldModelUrl

oldModelUrl: Uri | null

The uri of the previous model or null.