Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
SelectKernelRequestMessage
Interface SelectKernelRequestMessage
Kernel selection requested from webview
interface
SelectKernelRequestMessage
{
body
:
Record
<
string
,
never
>
;
type
:
"select-kernel"
;
}
Index
Properties
body
type
Properties
body
body
:
Record
<
string
,
never
>
type
type
:
"select-kernel"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
type
Datalayer VS Code Extension - v0.0.4
Loading...
Kernel selection requested from webview