Skip to content

BrowserHistoryEntry

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

Defined in: domain/history/browser-history.ts:35

疑似CLIで扱うChrome履歴entry。

readonly childrenCount: 0

Defined in: domain/history/browser-history.ts:37

子要素数。


readonly folderPath: "/History"

Defined in: domain/history/browser-history.ts:39

疑似CLI上の仮想folder path。


readonly id: string

Defined in: domain/history/browser-history.ts:41

Chrome History API上のID。


readonly kind: "history"

Defined in: domain/history/browser-history.ts:43

Entry種別。


readonly lastVisitTime: number

Defined in: domain/history/browser-history.ts:45

最終訪問日時。epoch milliseconds。


readonly parentId: "history"

Defined in: domain/history/browser-history.ts:47

仮想親ID。


readonly title: string

Defined in: domain/history/browser-history.ts:49

表示title。


readonly typedCount: number

Defined in: domain/history/browser-history.ts:51

アドレスバー入力で開いた回数。


readonly url: string

Defined in: domain/history/browser-history.ts:53

訪問URL。


readonly visitCount: number

Defined in: domain/history/browser-history.ts:55

訪問回数。

Last updated: