Nutrient Web SDK
    Preparing search index...

    Type Alias CommentsLoadEvent

    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());
    });