interface PageInlineCommentModel {
    _links?: CommentLinks;
    body?: BodyBulk;
    id?: string;
    pageId?: string;
    properties?: InlineCommentProperties;
    resolutionStatus?: InlineCommentResolutionStatus;
    status?: ContentStatus;
    title?: string;
    version?: Version;
}

Hierarchy

  • Record<string, unknown>
    • PageInlineCommentModel

Properties

_links?: CommentLinks
body?: BodyBulk

Contains fields for each representation type requested.

id?: string

ID of the comment.

pageId?: string

ID of the page the comment is in.

Inline comment resolution status

status?: ContentStatus

The status of the content.

title?: string

Title of the comment.

version?: Version