@logixjs/sandbox
Preparing search index...
InitCommand
Interface InitCommand
interface
InitCommand
{
payload
?:
{
env
?:
Record
<
string
,
unknown
>
;
kernelUrl
?:
string
;
wasmUrl
?:
string
;
}
;
type
:
"INIT"
;
}
Index
Properties
payload?
type
Properties
Optional
payload
payload
?:
{
env
?:
Record
<
string
,
unknown
>
;
kernelUrl
?:
string
;
wasmUrl
?:
string
;
}
type
type
:
"INIT"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
payload
type
@logixjs/sandbox
Loading...