Skip to content

listRecentlyOpenedBookmarks

listRecentlyOpenedBookmarks(input): readonly BookmarkEntry[]

Defined in: domain/storage/bookmark-usage.ts:181

最近開いたBookmarkを取得。

ListUsageBookmarksInput

Bookmark利用統計一覧入力。

readonly BookmarkEntry[]

最近開いたBookmark一覧。

const result = listRecentlyOpenedBookmarks({
bookmarks,
resultLimit: 5,
usageByBookmarkId,
});

Last updated: