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