This event is emitted when comments are loaded. The event includes the list of loaded comments.
Get the list of loaded comments.
instance.addEventListener("comments.load", (comments) => { console.log(comments.toJS());}); Copy
instance.addEventListener("comments.load", (comments) => { console.log(comments.toJS());});
NutrientViewer.EventName.COMMENTS_LOAD
This event is emitted when comments are loaded. The event includes the list of loaded comments.