Skip to content
Sheetwrite

Sheetwrite / Documentation

CommentListResult@sheetwrite/core

Versioned comment-thread listing returned by a host adapter.

Versioned comment-thread listing returned by a host adapter.

Members 2

version
version: number;
threads
threads: readonly CommentThread[];

Declaration

View full TypeScript declaration
export interface CommentListResult {
version: number;
threads: readonly CommentThread[];
}