@logixjs/sandbox
Preparing search index...
RunCommand
Interface RunCommand
interface
RunCommand
{
payload
:
{
actions
?:
readonly
{
_tag
:
string
;
payload
?:
unknown
}
[]
;
runId
:
string
;
useCompiledCode
?:
boolean
;
}
;
type
:
"RUN"
;
}
Index
Properties
payload
type
Properties
payload
payload
:
{
actions
?:
readonly
{
_tag
:
string
;
payload
?:
unknown
}
[]
;
runId
:
string
;
useCompiledCode
?:
boolean
;
}
type
type
:
"RUN"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
payload
type
@logixjs/sandbox
Loading...