Home > @activeviam/activeui-sdk > BookmarksApi > findBookmarkIdByName
BookmarksApi.findBookmarkIdByName property
This function will iterate through the bookmarks and return the first bookmark id matching name
.
Signature:
findBookmarkIdByName: (name: BookmarkName) => Promise<BookmarkId>;