Skip to content

spatial-monorepo


spatial-monorepo / core/src / UseRTLSWorkerOptions

Interface: UseRTLSWorkerOptions

Defined in: packages/core/src/hooks/useRTLSWorker.ts:119

Extends

Properties

healthPollMs?

optional healthPollMs?: number

Defined in: packages/core/src/hooks/useRTLS.ts:16

Polling interval for health checks in ms. Default: 2000.

Inherited from

UseRTLSOptions.healthPollMs


workerConfig?

optional workerConfig?: 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.

Released under commercial licensing.