跳到主要内容

onRemoveComment

使用 RemoveComments 方法删除指定评论时调用的函数。

参数

名称数据类型描述
commentEvent_comment定义包含批注数据的批注对象。
window.Asc.plugin.attachEditorEvent("onRemoveComment", (comment) => {
console.log("event: onRemoveComment");
console.log("Id: " + comment.Id);
});