The type of the response parameter of the AddCommentCallback callback function.

Syntax

{
   comment: <CommentedText>,
   addResult: <AddResult>
}

Introduced: 30.0.

Properties

Property Description
addResult Indicates whether the comment was added successfully.
comment The added comment.