ClipboardBookmark Object
titlestring - The title of the bookmark.urlstring - The URL of the bookmark.
A ClipboardBookmark is the payload used by the electron application/bookmark
clipboard custom format. It is passed to
clipboard.write() as a
ClipboardItem data value, and is what
getType('electron application/bookmark') resolves to when reading via
clipboard.read().