Nutrient Web SDK

ReferenceEventsBookmarksLoadEvent

Type Alias BookmarksLoadEvent

This event is emitted when bookmarks are loaded. The event includes the list of loaded bookmarks.

Type Alias
Type Signature

Example

Get the list of loaded bookmarks.

instance.addEventListener("bookmarks.load", (bookmarks) => {
console.log(bookmarks.toJS());
});

See Also