@logixjs/sandbox
Preparing search index...
CompileResultEvent
Interface CompileResultEvent
interface
CompileResultEvent
{
payload
:
{
bundle
?:
string
;
errors
?:
string
[]
;
success
:
boolean
}
;
type
:
"COMPILE_RESULT"
;
}
Index
Properties
payload
type
Properties
payload
payload
:
{
bundle
?:
string
;
errors
?:
string
[]
;
success
:
boolean
}
type
type
:
"COMPILE_RESULT"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
payload
type
@logixjs/sandbox
Loading...