Skip to content
Sheetwrite

Sheetwrite / Documentation

PresenceMessage@sheetwrite/core

Ephemeral collaborator selection and activity update.

Ephemeral collaborator selection and activity update.

Members 4

actor
actor: PresenceActor;
activeSheet
activeSheet: string;
selections
selections: readonly Range[];
sentAt
sentAt: number;

Declaration

View full TypeScript declaration
export interface PresenceMessage {
actor: PresenceActor;
activeSheet: string;
selections: readonly Range[];
sentAt: number;
}