onChangeCommentData
The function called when the specified comment is changed with the ChangeComment method.
Parameters
Name | Data type | Description |
---|---|---|
comment | comment | Defines the comment object containing the comment data. |
window.Asc.plugin.attachEditorEvent("onChangeCommentData", (comment) => {
changeComment(comment);
});