Theia API Documentation v1.67.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/view-model/notebook-view-model
CellViewModel
Class CellViewModel
Implements
Disposable
Index
Constructors
constructor
Properties
_
editing
cell
on
Did
Request
Cell
Edit
Change
on
Did
Request
Cell
Edit
Change
Emitter
on
Dispose
on
Will
Blur
Cell
Editor
on
Will
Blur
Cell
Editor
Emitter
on
Will
Focus
Cell
Editor
on
Will
Focus
Cell
Editor
Emitter
Accessors
editing
Methods
dispose
request
Blur
Editor
request
Edit
request
Focus
Editor
request
Stop
Edit
Constructors
constructor
new
CellViewModel
(
cell
:
NotebookCellModel
,
onDispose
:
()
=>
void
)
:
CellViewModel
Parameters
cell
:
NotebookCellModel
onDispose
:
()
=>
void
Returns
CellViewModel
Properties
Protected
_
editing
_editing
:
boolean
= false
Protected
Readonly
cell
cell
:
NotebookCellModel
Readonly
on
Did
Request
Cell
Edit
Change
onDidRequestCellEditChange
:
Event
<
boolean
>
= ...
Protected
Readonly
on
Did
Request
Cell
Edit
Change
Emitter
onDidRequestCellEditChangeEmitter
:
Emitter
<
boolean
>
= ...
Protected
on
Dispose
onDispose
:
()
=>
void
Readonly
on
Will
Blur
Cell
Editor
onWillBlurCellEditor
:
Event
<
void
>
= ...
Protected
Readonly
on
Will
Blur
Cell
Editor
Emitter
onWillBlurCellEditorEmitter
:
Emitter
<
void
>
= ...
Readonly
on
Will
Focus
Cell
Editor
onWillFocusCellEditor
:
Event
<
CellEditorFocusRequest
>
= ...
Protected
Readonly
on
Will
Focus
Cell
Editor
Emitter
onWillFocusCellEditorEmitter
:
Emitter
<
CellEditorFocusRequest
>
= ...
Accessors
editing
get
editing
()
:
boolean
Returns
boolean
Methods
dispose
dispose
()
:
void
Dispose this object.
Returns
void
request
Blur
Editor
requestBlurEditor
()
:
void
Returns
void
request
Edit
requestEdit
()
:
void
Returns
void
request
Focus
Editor
requestFocusEditor
(
focusRequest
?:
CellEditorFocusRequest
)
:
void
Parameters
Optional
focusRequest
:
CellEditorFocusRequest
Returns
void
request
Stop
Edit
requestStopEdit
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
editing
cell
on
Did
Request
Cell
Edit
Change
on
Did
Request
Cell
Edit
Change
Emitter
on
Dispose
on
Will
Blur
Cell
Editor
on
Will
Blur
Cell
Editor
Emitter
on
Will
Focus
Cell
Editor
on
Will
Focus
Cell
Editor
Emitter
Accessors
editing
Methods
dispose
request
Blur
Editor
request
Edit
request
Focus
Editor
request
Stop
Edit
Eclipse Theia Website
GitHub
Theia API Documentation v1.67.0
Loading...
Dispose this object.