Skip to content
Document Authoring DA  API Docs v1.14.1
npmGitHub

CommentThreadComment

CommentThreadComment:

A single plain-text comment exposed through the programmatic comment thread API.

A CommentThreadComment represents one authored comment record. The public API exposes the comment body as plain text only. It does not expose rich comment content, edit history, or per-operation author and timestamp overrides.

id: string

Stable identifier for this comment record.


text: string

Plain text comment body.


author: string | null

Author assigned by the SDK author context, or null if the document does not contain author metadata for this comment.


createdAt: string | null

Creation timestamp assigned by the SDK, or null if the document does not contain timestamp metadata for this comment.