Datalayer VS Code Extension - v0.0.4
Preparing search index...
types/messages
InitMessage
Interface InitMessage
Initialize the webview with document data
interface
InitMessage
{
body
:
{
documentId
?:
string
;
isDatalayerNotebook
?:
boolean
;
notebookId
?:
string
;
serverUrl
?:
string
;
theme
?:
"light"
|
"dark"
;
token
?:
string
;
untitled
?:
boolean
;
value
:
Uint8Array
;
}
;
type
:
"init"
;
}
Index
Properties
body
type
Properties
body
body
:
{
documentId
?:
string
;
isDatalayerNotebook
?:
boolean
;
notebookId
?:
string
;
serverUrl
?:
string
;
theme
?:
"light"
|
"dark"
;
token
?:
string
;
untitled
?:
boolean
;
value
:
Uint8Array
;
}
type
type
:
"init"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
type
Datalayer VS Code Extension - v0.0.4
Loading...
Initialize the webview with document data