Home > @activeviam/activeui-sdk > BookmarksApi > getBookmarkNow
BookmarksApi.getBookmarkNow property
Retrieve a bookmark identified by its BookmarkId
without loading all the other bookmarks.
Signature:
getBookmarkNow: (id: BookmarkId, url: Url, restPath: string, requestOptions: RequestInit) => Promise<BookmarkDescription>;