Rxova
Skip to content

PresenceOptions

  • BusOptions
optional heartbeatMs?: number;

Presence heartbeat interval in ms. Default 2000.

BusOptions.heartbeatMs

optional kind?: PeerKind;

What this client announces itself as. Defaults to ‘worker’ when there is no document, else ‘tab’.

BusOptions.kind

optional pruneAfterMs?: number;

Peers silent for longer than this are dropped. Default 5000ms.


optional transport?: (name) => Transport;

Transport factory, mainly for tests. Defaults to defaultTransport.

ParameterType
namestring

Transport

BusOptions.transport