Theia API Documentation v1.66.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/notebook-types
NotebookCellsModelMoveEvent
Interface NotebookCellsModelMoveEvent<T>
interface
NotebookCellsModelMoveEvent
<
T
>
{
cells
:
T
[]
;
index
:
number
;
kind
:
Move
;
length
:
number
;
newIdx
:
number
;
}
Type Parameters
T
Index
Properties
cells
index
kind
length
new
Idx
Properties
Readonly
cells
cells
:
T
[]
Readonly
index
index
:
number
Readonly
kind
kind
:
Move
Readonly
length
length
:
number
Readonly
new
Idx
newIdx
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cells
index
kind
length
new
Idx
Eclipse Theia Website
GitHub
Theia API Documentation v1.66.0
Loading...