This event is emitted when bookmarks are deleted. The event includes the list of deleted bookmarks.
Get the list of deleted bookmarks.
instance.addEventListener("bookmarks.delete", (bookmarks: BookmarksDeleteEvent) => { console.log(bookmarks.toJS());}); Copy
instance.addEventListener("bookmarks.delete", (bookmarks: BookmarksDeleteEvent) => { console.log(bookmarks.toJS());});
NutrientViewer.EventName.BOOKMARKS_DELETE
This event is emitted when bookmarks are deleted. The event includes the list of deleted bookmarks.