BookmarkOpenerPort
Defined in: application/bookmarks/bookmark-use-cases.ts:121
Bookmark URLを開くportです。
Properties
Section titled “Properties”openBookmarkUrl
Section titled “openBookmarkUrl”
readonlyopenBookmarkUrl: (url,context?) =>Promise<void>
Defined in: application/bookmarks/bookmark-use-cases.ts:125
Bookmark URLを開きます。
Parameters
Section titled “Parameters”string
context?
Section titled “context?”Returns
Section titled “Returns”Promise<void>