Nutrient Web SDK

ReferenceEventsCommentsLoadEvent

Type Alias CommentsLoadEvent

This event is emitted when comments are loaded. The event includes the list of loaded comments.

Type Alias
Type Signature

Example

Get the list of loaded comments.

instance.addEventListener("comments.load", (comments) => {
console.log(comments.toJS());
});

See Also