Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
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
on
Did
Change
Source
Actions
?:
Event
<
void
>
Readonly
view
Type
view
Type
:
string
Methods
provide
Kernel
Source
Actions
provide
Kernel
Source
Actions
(
)
:
Promise
<
NotebookKernelSourceAction
[]
>
Returns
Promise
<
NotebookKernelSourceAction
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
on
Did
Change
Source
Actions
view
Type
provide
Kernel
Source
Actions
Theia TypeDoc
Loading...