Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
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
addedDocuments
?:
ModelAddedData
[]
Optional
added
Editors
addedEditors
?:
TextEditorAddData
[]
Optional
new
Active
Editor
newActiveEditor
?:
null
|
string
undefined means no changes null means no active string means id of active
Optional
removed
Documents
removedDocuments
?:
UriComponents
[]
Optional
removed
Editors
removedEditors
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
added
Documents
added
Editors
new
Active
Editor
removed
Documents
removed
Editors
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
undefined means no changes null means no active string means id of active