PresenceOptions
Extends
Section titled “Extends”BusOptions
Properties
Section titled “Properties”heartbeatMs?
Section titled “heartbeatMs?”optional heartbeatMs?: number;Presence heartbeat interval in ms. Default 2000.
Inherited from
Section titled “Inherited from”BusOptions.heartbeatMsoptional kind?: PeerKind;What this client announces itself as. Defaults to ‘worker’ when there is no document, else ‘tab’.
Inherited from
Section titled “Inherited from”BusOptions.kindpruneAfterMs?
Section titled “pruneAfterMs?”optional pruneAfterMs?: number;Peers silent for longer than this are dropped. Default 5000ms.
transport?
Section titled “transport?”optional transport?: (name) => Transport;Transport factory, mainly for tests. Defaults to defaultTransport.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
name | string |
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”BusOptions.transport