Nutrient Web SDK
    Preparing search index...

    Type Alias BookmarksUpdateEvent

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

    Get the list of updated bookmarks.

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