ChromeCreatedTab
Defined in: infrastructure/chrome/bookmark-opener-adapter.ts:23
Chrome Tabs APIが返すtabのうちadapterが使う最小shapeです。
https://developer.chrome.com/docs/extensions/reference/api/tabs#type-Tab
Properties
Section titled “Properties”
readonlyoptionalid?:number
Defined in: infrastructure/chrome/bookmark-opener-adapter.ts:27
作成されたtab IDです。
title?
Section titled “title?”
readonlyoptionaltitle?:string
Defined in: infrastructure/chrome/bookmark-opener-adapter.ts:31
作成されたtab titleです。
readonlyoptionalurl?:string
Defined in: infrastructure/chrome/bookmark-opener-adapter.ts:35
作成されたtab URLです。