Skip to content

ChromeWindow

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

Defined in: infrastructure/chrome/cli-page-window-adapter.ts:63

Chrome windows APIが返すwindowの最小shapeです。

https://developer.chrome.com/docs/extensions/reference/api/windows#type-Window

readonly optional focused?: boolean

Defined in: infrastructure/chrome/cli-page-window-adapter.ts:65

Windowがfocus中かです。


readonly optional id?: number

Defined in: infrastructure/chrome/cli-page-window-adapter.ts:67

Window IDです。


readonly optional tabs?: readonly ChromeWindowTab[]

Defined in: infrastructure/chrome/cli-page-window-adapter.ts:69

Window内tab一覧です。

Last updated: