Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
main/browser/notebooks/notebook-kernels-main
KernelSourceActionProvider
Interface KernelSourceActionProvider
interface
KernelSourceActionProvider
{
onDidChangeSourceActions
?:
Event
<
void
>
;
viewType
:
string
;
provideKernelSourceActions
()
:
Promise
<
NotebookKernelSourceAction
[]
>
;
}
Index
Properties
on
Did
Change
Source
Actions?
view
Type
Methods
provide
Kernel
Source
Actions
Properties
Optional
on
Did
Change
Source
Actions
onDidChangeSourceActions
?:
Event
<
void
>
Readonly
view
Type
viewType
:
string
Methods
provide
Kernel
Source
Actions
provideKernelSourceActions
()
:
Promise
<
NotebookKernelSourceAction
[]
>
Returns
Promise
<
NotebookKernelSourceAction
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Did
Change
Source
Actions
view
Type
Methods
provide
Kernel
Source
Actions
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...