Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookKernelHistoryService
Class NotebookKernelHistoryService
Implements
Disposable
Index
Constructors
constructor
Properties
command
Service
most
Recent
Kernels
Map
notebook
Kernel
Service
storage
Service
STORAGE_
KEY
Methods
add
Most
Recent
Kernel
clear
dispose
get
Kernels
init
load
State
resolve
Selected
Kernel
save
State
Constructors
constructor
new
Notebook
Kernel
History
Service
(
)
:
NotebookKernelHistoryService
Returns
NotebookKernelHistoryService
Properties
Protected
command
Service
command
Service
:
CommandService
Protected
most
Recent
Kernels
Map
most
Recent
Kernels
Map
:
KernelsList
= {}
Protected
notebook
Kernel
Service
notebook
Kernel
Service
:
NotebookKernelService
Protected
storage
Service
storage
Service
:
StorageService
Static
Protected
STORAGE_
KEY
STORAGE_
KEY
:
string
= 'notebook.kernelHistory'
Methods
add
Most
Recent
Kernel
add
Most
Recent
Kernel
(
kernel
)
:
void
Parameters
kernel
:
NotebookKernel
Returns
void
clear
clear
(
)
:
void
Returns
void
dispose
dispose
(
)
:
void
Returns
void
get
Kernels
get
Kernels
(
notebook
)
:
MostRecentKernelsResult
Parameters
notebook
:
NotebookTextModelLike
Returns
MostRecentKernelsResult
Protected
init
init
(
)
:
void
Returns
void
Protected
load
State
load
State
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
resolve
Selected
Kernel
resolve
Selected
Kernel
(
notebook
)
:
Promise
<
undefined
|
NotebookKernel
>
Parameters
notebook
:
NotebookModel
Returns
Promise
<
undefined
|
NotebookKernel
>
Protected
save
State
save
State
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
command
Service
most
Recent
Kernels
Map
notebook
Kernel
Service
storage
Service
STORAGE_
KEY
add
Most
Recent
Kernel
clear
dispose
get
Kernels
init
load
State
resolve
Selected
Kernel
save
State
Theia TypeDoc
Loading...