Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookCodeCellStatusProps
Interface NotebookCodeCellStatusProps
interface
NotebookCodeCellStatusProps
{
cell
:
NotebookCellModel
;
cellStatusBarService
:
NotebookCellStatusBarService
;
commandRegistry
:
CommandRegistry
;
executionStateService
?:
NotebookExecutionStateService
;
labelParser
:
LabelParser
;
notebook
:
NotebookModel
;
onClick
:
(
(
)
=>
void
)
;
}
Index
Properties
cell
cell
Status
Bar
Service
command
Registry
execution
State
Service?
label
Parser
notebook
on
Click
Properties
cell
cell
:
NotebookCellModel
cell
Status
Bar
Service
cell
Status
Bar
Service
:
NotebookCellStatusBarService
command
Registry
command
Registry
:
CommandRegistry
Optional
execution
State
Service
execution
State
Service
?:
NotebookExecutionStateService
label
Parser
label
Parser
:
LabelParser
notebook
notebook
:
NotebookModel
on
Click
on
Click
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
cell
cell
Status
Bar
Service
command
Registry
execution
State
Service
label
Parser
notebook
on
Click
Theia TypeDoc
Loading...