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