TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

onRemoveComment

onRemoveComment

The function called when the specified comment is removed with the RemoveComments method.

Parameters:

Name Type Description
comment comment

Defines the comment object containing the comment data.

Example

Copy code
window.Asc.plugin.event_onRemoveComment = function(comment)
{
    removeComments([comment.Id]);
};