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
Properties
Section titled “Properties”focused?
Section titled “focused?”
readonlyoptionalfocused?:boolean
Defined in: infrastructure/chrome/cli-page-window-adapter.ts:65
Windowがfocus中かです。
readonlyoptionalid?:number
Defined in: infrastructure/chrome/cli-page-window-adapter.ts:67
Window IDです。
readonlyoptionaltabs?: readonlyChromeWindowTab[]
Defined in: infrastructure/chrome/cli-page-window-adapter.ts:69
Window内tab一覧です。