Type Alias BookmarksDeleteEvent
Type Alias
Type Signature
Example
Get the list of deleted bookmarks.
instance.addEventListener("bookmarks.delete", (bookmarks: BookmarksDeleteEvent) => {
console.log(bookmarks.toJS());
});
Nutrient Web SDK
Get the list of deleted bookmarks.
instance.addEventListener("bookmarks.delete", (bookmarks: BookmarksDeleteEvent) => {
console.log(bookmarks.toJS());
});
This event is emitted when bookmarks are deleted. The event includes the list of deleted bookmarks.