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

CommentThreadReply

CommentThreadReply = CommentThreadComment & object

A flat reply on a programmatic comment thread.

edit(body): void

Replaces this reply’s plain text body.

string

New plain text body for the reply

void

Editing a reply keeps its original creation timestamp metadata. The public API does not expose edit timestamps.

remove(): void

Removes this reply from its owning comment thread.

void

Removing a reply removes only that reply record and any stored reply subtree below it. It does not remove the top-level comment thread or the comment thread anchor.

Comment replies are flat. A reply can be edited or removed, but it cannot receive nested replies through the public programmatic API.