markComment( )


Sets marked to TRUE to mark a comment.

Call Query Comments to filter for marked comments to then apply customization to. See Sample Flows for an example.

Method Declaration
Copy
Method Parameters
commentIdstringRequired

ID of the comment to mark.


optionsMarkCommentOptions
Returns
Return Type:Promise<MarkCommentResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?