Type Alias: TrafficInstrumentSyncOptions
TrafficInstrumentSyncOptions =
object
Defined in: src/sdk/instruments/Traffic.ts:86
Configuration options for TrafficInstrument related to state sync.
Properties
syncId
syncId:
string
Defined in: src/sdk/instruments/Traffic.ts:91
The ID to use when syncing the instrument's state. Cannot be the empty string. The instrument's state will only be
synced with other instruments that have the same sync ID. Ignored if the instrument's sync role is none.