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());}); Copy
instance.addEventListener("bookmarks.update", (bookmarks: BookmarksUpdateEvent) => { console.log(bookmarks.toJS());});
NutrientViewer.EventName.BOOKMARKS_UPDATE
This event is emitted when bookmarks are updated. The event includes the list of updated bookmarks.