ChromeWindowCreateProperties
This content is for v1.2.1. Switch to the latest version for up-to-date documentation.
Defined in: infrastructure/chrome/cli-page-window-adapter.ts:16
Chrome windows.createに渡す入力です。
https://developer.chrome.com/docs/extensions/reference/api/windows#method-create
Properties
Section titled “Properties”focused
Section titled “focused”
readonlyfocused:boolean
Defined in: infrastructure/chrome/cli-page-window-adapter.ts:18
作成したwindowへfocusするかです。
height
Section titled “height”
readonlyheight:number
Defined in: infrastructure/chrome/cli-page-window-adapter.ts:20
Windowの高さです。
readonlytype:ChromeWindowCreateType
Defined in: infrastructure/chrome/cli-page-window-adapter.ts:22
Window種別です。
readonlyurl:string
Defined in: infrastructure/chrome/cli-page-window-adapter.ts:24
Windowで開くURLです。
readonlywidth:number
Defined in: infrastructure/chrome/cli-page-window-adapter.ts:26
Windowの幅です。