@logixjs/sandbox
Preparing search index...
SandboxClientState
Interface SandboxClientState
interface
SandboxClientState
{
error
:
SandboxErrorInfo
|
null
;
logs
:
readonly
LogEntry
[]
;
status
:
SandboxStatus
;
traces
:
readonly
TraceSpan
[]
;
uiIntents
:
readonly
UiIntentPacket
[]
;
}
Index
Properties
error
logs
status
traces
ui
Intents
Properties
Readonly
error
error
:
SandboxErrorInfo
|
null
Readonly
logs
logs
:
readonly
LogEntry
[]
Readonly
status
status
:
SandboxStatus
Readonly
traces
traces
:
readonly
TraceSpan
[]
Readonly
ui
Intents
uiIntents
:
readonly
UiIntentPacket
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
logs
status
traces
ui
Intents
@logixjs/sandbox
Loading...