Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookCellListView
Class NotebookCellListView
Hierarchy
Component
<
CellListProps
,
NotebookCellListState
>
NotebookCellListView
Index
Constructors
constructor
Properties
cell
List
Ref
to
Dispose
drag
Ghost
Methods
component
Will
Unmount
is
Enabled
on
Add
New
Cell
on
Drag
Over
on
Drag
Start
on
Drop
render
render
Cell
Content
render
Cell
Sidebar
should
Render
Drag
Over
Indicator
Constructors
constructor
new
Notebook
Cell
List
View
(
props
)
:
NotebookCellListView
Parameters
props
:
CellListProps
Returns
NotebookCellListView
Properties
Protected
cell
List
Ref
cell
List
Ref
:
RefObject
<
HTMLUListElement
>
= ...
Protected
to
Dispose
to
Dispose
:
DisposableCollection
= ...
Static
Protected
drag
Ghost
drag
Ghost
:
undefined
|
HTMLElement
Methods
component
Will
Unmount
component
Will
Unmount
(
)
:
void
Returns
void
Protected
is
Enabled
is
Enabled
(
)
:
boolean
Returns
boolean
Protected
on
Add
New
Cell
on
Add
New
Cell
(
commandId
,
index
)
:
void
Parameters
commandId
:
string
index
:
number
Returns
void
Protected
on
Drag
Over
on
Drag
Over
(
event
,
cell
,
position
?
)
:
void
Parameters
event
:
DragEvent
<
HTMLLIElement
>
cell
:
NotebookCellModel
Optional
position
:
"top"
|
"bottom"
Returns
void
Protected
on
Drag
Start
on
Drag
Start
(
event
)
:
void
Parameters
event
:
DragEvent
<
HTMLElement
>
Returns
void
Protected
on
Drop
on
Drop
(
event
,
dropElementIndex
)
:
void
Parameters
event
:
DragEvent
<
HTMLLIElement
>
dropElementIndex
:
number
Returns
void
render
render
(
)
:
ReactNode
Returns
ReactNode
render
Cell
Content
render
Cell
Content
(
cell
,
index
)
:
ReactNode
Parameters
cell
:
NotebookCellModel
index
:
number
Returns
ReactNode
render
Cell
Sidebar
render
Cell
Sidebar
(
cell
)
:
ReactNode
Parameters
cell
:
NotebookCellModel
Returns
ReactNode
Protected
should
Render
Drag
Over
Indicator
should
Render
Drag
Over
Indicator
(
cell
,
position
)
:
boolean
Parameters
cell
:
NotebookCellModel
position
:
"top"
|
"bottom"
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
cell
List
Ref
to
Dispose
drag
Ghost
component
Will
Unmount
is
Enabled
on
Add
New
Cell
on
Drag
Over
on
Drag
Start
on
Drop
render
render
Cell
Content
render
Cell
Sidebar
should
Render
Drag
Over
Indicator
Theia TypeDoc
Loading...