Skip to content
Sheetwrite

Sheetwrite / Documentation

PresenceCoordinatorOptions@sheetwrite/core

Identity, privacy, and timing options for presence coordination.

Identity, privacy, and timing options for presence coordination.

Members 7

actor
actor: PresenceActor;
privacy
privacy?: PresencePrivacyOptions;
heartbeatMs
heartbeatMs?: number;
timeoutMs
timeoutMs?: number;
maxActors
maxActors?: number;
maxRangesPerActor
maxRangesPerActor?: number;
now
now?: () => number;

Declaration

View full TypeScript declaration
export interface PresenceCoordinatorOptions {
actor: PresenceActor;
privacy?: PresencePrivacyOptions;
heartbeatMs?: number;
timeoutMs?: number;
maxActors?: number;
maxRangesPerActor?: number;
now?: () => number;
}