Spell-check suggestions for misspelledWord, in order of relevance.
Hints about which clipboard operations are currently available.
Whether the selection can be copied to the clipboard.
Whether the selection can be cut to the clipboard.
Whether the clipboard contents can be pasted at the cursor.
Whether the element under the cursor is editable (input, textarea, contenteditable).
Visible text of the link the user clicked on, or an empty string.
URL of the link the user clicked on, or an empty string if not on a link.
Media kind under the cursor (e.g. "none", "image", "video", "audio").
The misspelled word under the cursor, or an empty string if none.
Currently selected text, or an empty string if nothing is selected.
Horizontal position of the click, in CSS pixels, relative to the web view.
Vertical position of the click, in CSS pixels, relative to the web view.
Parameters delivered by the main process to the renderer when the user opens the system context menu (right-click) somewhere inside a web view.
Mirrors the subset of fields from Electron's
Electron.ContextMenuParamsthat the renderer actually consumes when building its custom context menu.