Search results

CommentModel API in JavaScript (ES5) Blockeditor API control

Interface for a class Comment

Properties

commentText

string

Specifies the text content of the comment. This property holds the actual comment text.

id

string

Specifies the unique identifier for the comment. This property is used to uniquely identify each comment.

isResolved

boolean

Specifies whether the comment is resolved. This property indicates if the comment has been marked as resolved.

replies

CommentModel[]

Specifies the replies to the comment. This property holds an array of replies to the comment.

userID

string

Specifies the user ID of the author of the comment. This property tracks the user who made the comment.