@logixjs/sandbox
    Preparing search index...

    Interface SandboxClientState

    interface SandboxClientState {
        error: SandboxErrorInfo | null;
        logs: readonly LogEntry[];
        status: SandboxStatus;
        traces: readonly TraceSpan[];
        uiIntents: readonly UiIntentPacket[];
    }
    Index

    Properties

    error: SandboxErrorInfo | null
    logs: readonly LogEntry[]
    traces: readonly TraceSpan[]
    uiIntents: readonly UiIntentPacket[]