Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
NotebookRawContentEventDto
Type Alias NotebookRawContentEventDto
NotebookRawContentEventDto
:
|
{
changes
:
NotebookCellTextModelSplice
<
NotebookCellDto
>
[]
;
kind
:
ModelChange
;
}
|
{
index
:
number
;
kind
:
Move
;
length
:
number
;
newIdx
:
number
}
|
{
index
:
number
;
kind
:
Output
;
outputs
:
NotebookOutputDto
[]
}
|
{
append
:
boolean
;
index
:
number
;
kind
:
OutputItem
;
outputId
:
string
;
outputItems
:
NotebookOutputItemDto
[]
;
}
|
{
kind
:
ChangeDocumentMetadata
;
metadata
:
NotebookDocumentMetadata
}
|
NotebookCellsChangeLanguageEvent
|
NotebookCellsChangeMetadataEvent
|
NotebookCellsChangeInternalMetadataEvent
|
NotebookCellContentChangeEvent
Type Declaration
{
changes
:
NotebookCellTextModelSplice
<
NotebookCellDto
>
[]
;
kind
:
ModelChange
}
notebookCommon.NotebookCellsInitializeEvent
{
index
:
number
;
kind
:
Move
;
length
:
number
;
newIdx
:
number
}
{
index
:
number
;
kind
:
Output
;
outputs
:
NotebookOutputDto
[]
}
{
append
:
boolean
;
index
:
number
;
kind
:
OutputItem
;
outputId
:
string
;
outputItems
:
NotebookOutputItemDto
[]
;
}
{
kind
:
ChangeDocumentMetadata
;
metadata
:
NotebookDocumentMetadata
}
NotebookCellsChangeLanguageEvent
NotebookCellsChangeMetadataEvent
NotebookCellsChangeInternalMetadataEvent
NotebookCellContentChangeEvent
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
notebookCommon.NotebookCellsInitializeEvent