Nutrient Web SDK
    Preparing search index...

    Type Alias BookmarksLoadEvent

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

    Get the list of loaded bookmarks.

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