Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditorsAndDocumentsDelta

Hierarchy

  • EditorsAndDocumentsDelta

Index

Properties

addedDocuments?: ModelAddedData[]
addedEditors?: TextEditorAddData[]
newActiveEditor?: null | string

undefined means no changes null means no active string means id of active

removedDocuments?: UriComponents[]
removedEditors?: string[]