Skip to content

ChromeHistorySearchQuery

Defined in: infrastructure/chrome/history-adapter.ts:15

Chrome History APIの検索query。

https://developer.chrome.com/docs/extensions/reference/api/history#method-search

readonly optional maxResults?: number

Defined in: infrastructure/chrome/history-adapter.ts:17

検索件数上限。


readonly optional startTime?: number

Defined in: infrastructure/chrome/history-adapter.ts:19

検索開始日時。epoch milliseconds。


readonly text: string

Defined in: infrastructure/chrome/history-adapter.ts:21

検索文字列。

Last updated: