Skip to content
Sheetwrite

Sheetwrite / Documentation

VersionedCommentEvent@sheetwrite/core

Comment mutation paired with its assigned server version.

Comment mutation paired with its assigned server version.

Members 3

version
version: number;
thread
thread: CommentThread;
clientMutationId
clientMutationId?: string;

Declaration

View full TypeScript declaration
export interface VersionedCommentEvent {
version: number;
thread: CommentThread;
clientMutationId?: string;
}