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