Skip to content
Sheetwrite

Sheetwrite / Documentation

CommentThread@sheetwrite/core

Versioned discussion anchored to a document location.

Versioned discussion anchored to a document location.

Members 8

id
id: string;
documentId
documentId: string;
anchor
anchor: CommentAnchor;
version
version: number;
messages
messages: readonly CommentMessage[];
resolved
resolved: boolean;
resolvedBy
resolvedBy?: CommentAuthorRef;
resolvedAt
resolvedAt?: string;

Declaration

View full TypeScript declaration
export interface CommentThread {
id: string;
documentId: string;
anchor: CommentAnchor;
version: number;
messages: readonly CommentMessage[];
resolved: boolean;
resolvedBy?: CommentAuthorRef;
resolvedAt?: string;
}