Nutrient Web SDK
    Preparing search index...

    Type Alias CommentsCreateEvent

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

    Get the list of created comments.

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