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