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

CommentThreadAnchorInput

CommentThreadAnchorInput:

The content a new comment thread should attach to.

The public API supports creating text-anchored comment threads. Pass one input range for a single text selection, or multiple input ranges for one cross-paragraph or discontiguous comment thread.

type: "text"

Anchor discriminator. The public API supports text anchors.


ranges: TextAnchorInputRange[]

Text anchor input ranges to apply. At least one valid input range is required for creation to succeed.