Nutrient Web SDK
    Preparing search index...

    Type Alias BookmarksCreateEvent

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

    Get the list of created bookmarks.

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