@logixjs/sandbox
Preparing search index...
CompileCommand
Interface CompileCommand
interface
CompileCommand
{
payload
:
{
code
:
string
;
filename
?:
string
;
mockManifest
?:
MockManifest
;
}
;
type
:
"COMPILE"
;
}
Index
Properties
payload
type
Properties
payload
payload
:
{
code
:
string
;
filename
?:
string
;
mockManifest
?:
MockManifest
}
type
type
:
"COMPILE"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
payload
type
@logixjs/sandbox
Loading...