Skip to content

listRecentlyOpenedBookmarks

This content is for v1.3.1. Switch to the latest version for up-to-date documentation.

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: