Skip to content

ChromeWindowCreateProperties

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

Chrome windows.createに渡す入力です。

https://developer.chrome.com/docs/extensions/reference/api/windows#method-create

readonly focused: boolean

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

作成したwindowへfocusするかです。


readonly height: number

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

Windowの高さです。


readonly type: ChromeWindowCreateType

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

Window種別です。


readonly url: string

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

Windowで開くURLです。


readonly width: number

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

Windowの幅です。

Last updated: