Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
common
apis
cortex
SandboxRuntimeEvent
Interface SandboxRuntimeEvent
Runtime event emitted during sandbox execution (for real-time streaming)
interface
SandboxRuntimeEvent
{
payload
:
node
.
common
.
apis
.
cortex
.
SandboxLog
|
node
.
common
.
apis
.
cortex
.
SandboxEvent
;
type
:
"event"
|
"log"
;
}
Index
Properties
payload
type
Properties
payload
payload
:
node
.
common
.
apis
.
cortex
.
SandboxLog
|
node
.
common
.
apis
.
cortex
.
SandboxEvent
type
type
:
"event"
|
"log"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
payload
type
Tidyscripts Docs
Loading...
Runtime event emitted during sandbox execution (for real-time streaming)