Interacting with editorsText document APIEvents删除批注回调本页总览删除批注回调 当使用删除批注方法移除指定批注时调用的回调函数。 参数 名称数据类型说明comment事件_批注包含批注数据的批注对象。 window.Asc.plugin.attachEditorEvent("onRemoveComment", (comment) => { removeComments([comment.Id]);});