Skip to content

listFrequentlyOpenedBookmarks

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

listFrequentlyOpenedBookmarks(input): readonly BookmarkEntry[]

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

よく開くBookmarkを取得。

ListUsageBookmarksInput

Bookmark利用統計一覧入力。

readonly BookmarkEntry[]

よく開くBookmark一覧。

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

Last updated: