Type Alias CommentsUpdateEvent
Type Alias
Type Signature
Example
Get the list of updated comments.
instance.addEventListener("comments.update", (comments: CommentsUpdateEvent) => {
console.log(comments.toJS());
});
Nutrient Web SDK
Get the list of updated comments.
instance.addEventListener("comments.update", (comments: CommentsUpdateEvent) => {
console.log(comments.toJS());
});
This event is emitted when comments are updated. The event includes the list of updated comments.