Skip to content
Sheetwrite

Sheetwrite / Documentation

PresenceActor@sheetwrite/core

Public collaborator identity attached to presence updates.

Public collaborator identity attached to presence updates.

Members 3

id
id: string;
displayName
displayName?: string;
color
color?: string;

Declaration

View full TypeScript declaration
export interface PresenceActor {
id: string;
displayName?: string;
color?: string;
}