SimulatedTransportOptions
Defined in: console-sdk/src/testing/simulatedTransport.ts:52
Options for createSimulatedTransport (SDK_PLAN.md §3.11.2).
Properties
Section titled “Properties”clock?
Section titled “clock?”
optionalclock?:"realtime"|SimulatedClock
Defined in: console-sdk/src/testing/simulatedTransport.ts:60
Time source: a deterministic SimulatedClock (default: a fresh
one), or 'realtime' — the wall clock, for in-app demo mode
(SDK_PLAN.md §4.8.4). Same transport, two clock policies.
consoles?
Section titled “consoles?”
optionalconsoles?: readonlySimulatedConsoleSpec[]
Defined in: console-sdk/src/testing/simulatedTransport.ts:54
Consoles that exist in the simulated world from the start.
discovery?
Section titled “discovery?”
optionaldiscovery?:object
Defined in: console-sdk/src/testing/simulatedTransport.ts:62
Discovery policy knobs.
scansBeforeVisible?
Section titled “scansBeforeVisible?”
optionalscansBeforeVisible?:number
How many scans a console must be covered by before it surfaces
(reproduce “appears on 2nd scan”). Default 1.