Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
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
new
Idx
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
cells
index
kind
length
new
Idx
Theia TypeDoc
Loading...