Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
EditorsAndDocumentsDelta
Interface EditorsAndDocumentsDelta
interface
EditorsAndDocumentsDelta
{
addedDocuments
?:
ModelAddedData
[]
;
addedEditors
?:
TextEditorAddData
[]
;
newActiveEditor
?:
null
|
string
;
removedDocuments
?:
UriComponents
[]
;
removedEditors
?:
string
[]
;
}
Index
Properties
added
Documents?
added
Editors?
new
Active
Editor?
removed
Documents?
removed
Editors?
Properties
Optional
added
Documents
added
Documents
?:
ModelAddedData
[]
Optional
added
Editors
added
Editors
?:
TextEditorAddData
[]
Optional
new
Active
Editor
new
Active
Editor
?:
null
|
string
undefined means no changes null means no active string means id of active
Optional
removed
Documents
removed
Documents
?:
UriComponents
[]
Optional
removed
Editors
removed
Editors
?:
string
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
added
Documents
added
Editors
new
Active
Editor
removed
Documents
removed
Editors
Theia TypeDoc
Loading...
undefined means no changes null means no active string means id of active