Search results

Comment API in Angular DocumentEditor API component

Represents a comment.

Properties

commentProperties

CommentProperties

Specifies the properties of the comment (author, isResolved, dateTime).

id

string

Specifies the unique identifier of the comment.

replies

Comment[]

Specifies the replies to the comment.

text

string

Specifies the text of the comment.