Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/service/notebook-execution-state-service
CellExecutionStateChangedEvent
Class CellExecutionStateChangedEvent
Index
Constructors
constructor
Properties
cell
Handle
changed?
notebook
type
Methods
affects
Cell
affects
Notebook
Constructors
constructor
new
CellExecutionStateChangedEvent
(
notebook
:
URI
,
cellHandle
:
number
,
changed
?:
CellExecution
,
)
:
CellExecutionStateChangedEvent
Parameters
notebook
:
URI
cellHandle
:
number
Optional
changed
:
CellExecution
Returns
CellExecutionStateChangedEvent
Properties
Readonly
cell
Handle
cellHandle
:
number
Optional
Readonly
changed
changed
?:
CellExecution
Readonly
notebook
notebook
:
URI
Readonly
type
type
:
cell
= NotebookExecutionType.cell
Methods
affects
Cell
affectsCell
(
cell
:
URI
)
:
boolean
Parameters
cell
:
URI
Returns
boolean
affects
Notebook
affectsNotebook
(
notebook
:
URI
)
:
boolean
Parameters
notebook
:
URI
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cell
Handle
changed
notebook
type
Methods
affects
Cell
affects
Notebook
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...