@sheetwrite/coreinterface
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;}