spatial-monorepo / core/src / UseRTLSWorkerOptions
Interface: UseRTLSWorkerOptions
Defined in: packages/core/src/hooks/useRTLSWorker.ts:119
Extends
Properties
healthPollMs?
optionalhealthPollMs?:number
Defined in: packages/core/src/hooks/useRTLS.ts:16
Polling interval for health checks in ms. Default: 2000.
Inherited from
workerConfig?
optionalworkerConfig?:AdapterConfig
Defined in: packages/core/src/hooks/useRTLSWorker.ts:126
Serialisable AdapterConfig to pass into the Worker. Required when the WorkerConfig.rtls flag is true. If absent, Worker mode is silently disabled and the adapter runs on the main thread.
