mergeBookmarkSearchResultsWithHistory
This content is for v1.2.0. Switch to the latest version for up-to-date documentation.
mergeBookmarkSearchResultsWithHistory(
input): readonlyBookmarkSearchResult[]
Defined in: domain/search/bookmark-search.ts:456
Bookmark検索結果とChrome履歴候補をmergeします。
Parameters
Section titled “Parameters”merge入力です。
bookmarkResults
Section titled “bookmarkResults”readonly BookmarkSearchResult[]
Bookmark検索結果一覧です。
historyEntries
Section titled “historyEntries”readonly BrowserHistoryEntry[]
Chrome履歴entry一覧です。
Returns
Section titled “Returns”readonly BookmarkSearchResult[]
merge済み検索結果一覧です。
Example
Section titled “Example”const result = mergeBookmarkSearchResultsWithHistory({ bookmarkResults, historyEntries,});