onRemoveComment
function onRemoveComment(comment: comment): void
Description
The function called when the specified comment is removed with the {@link /plugin/executeMethod/text/removecomments RemoveComments} method.
Parameters
- comment
comment
Defines the comment object containing the comment data.
Returns
void