ChromeBookmarkCreateProperties
Defined in: infrastructure/chrome/bookmarks-adapter.ts:77
Chrome Bookmarks APIでbookmarkを作成する入力です。
https://developer.chrome.com/docs/extensions/reference/api/bookmarks#method-create
Properties
Section titled “Properties”parentId?
Section titled “parentId?”
readonlyoptionalparentId?:string
Defined in: infrastructure/chrome/bookmarks-adapter.ts:81
保存先parent folder IDです。
readonlytitle:string
Defined in: infrastructure/chrome/bookmarks-adapter.ts:85
Bookmark titleです。
readonlyoptionalurl?:string
Defined in: infrastructure/chrome/bookmarks-adapter.ts:89
Bookmark URLです。