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

CommentThreadAnchor

CommentThreadAnchor:

{
type: "text";
}

The content a comment thread is attached to.

The public API supports text anchors. A text anchor can contain one or more TextAnchorRange entries. Multiple ranges represent one logical comment thread, including cross-paragraph and discontiguous anchors.

type: "text"

Anchor discriminator. The public API supports text anchors.


ranges: TextAnchorRange[]

Text anchor ranges in document order.