Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
ReadyMessage
Interface ReadyMessage
Webview is ready to receive messages
interface
ReadyMessage
{
body
?:
Record
<
string
,
never
>
;
type
:
"ready"
;
}
Index
Properties
body?
type
Properties
Optional
body
body
?:
Record
<
string
,
never
>
type
type
:
"ready"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
type
Datalayer VS Code Extension - v0.0.4
Loading...
Webview is ready to receive messages