Host-provided metadata describing a saved workbook revision.
- Package
@sheetwrite/core
- Source
packages/core/src/collaboration.ts#L223
Members 4
version
createdAt
actor
actor?: PresenceActorinterface PresenceActor {
id: string;
displayName?: string;
color?: string;
}interface PresenceActor {
id: string;
displayName?: string;
color?: string;
}interface PresenceActor {
id: string;
displayName?: string;
color?: string;
}Public collaborator identity attached to presence updates.API reference →;
label
Declaration
View full TypeScript declaration
export interface RevisionSummary {
actor?: PresenceActorinterface PresenceActor {
id: string;
displayName?: string;
color?: string;
}interface PresenceActor {
id: string;
displayName?: string;
color?: string;
}interface PresenceActor {
id: string;
displayName?: string;
color?: string;
}Public collaborator identity attached to presence updates.API reference →;