ContextMenuAction

Enum values used to denote the stock actions for #WebKitContextMenuItems

Entries

Link copied to clipboard

No action, used by separator menu items.

Link copied to clipboard

Open current link.

Link copied to clipboard

Open current link in a new window.

Link copied to clipboard

Download link destination.

Link copied to clipboard

Copy link location to the clipboard.

Link copied to clipboard

Open current image in a new window.

Link copied to clipboard

Download current image.

Link copied to clipboard

Copy current image to the clipboard.

Link copied to clipboard

Copy current image location to the clipboard.

Link copied to clipboard

Open current frame in a new window.

Link copied to clipboard

Load the previous history item.

Link copied to clipboard

Load the next history item.

Link copied to clipboard

Stop any ongoing loading operation.

Link copied to clipboard

Reload the contents of current view.

Link copied to clipboard

Copy current selection the clipboard.

Link copied to clipboard

Cut current selection to the clipboard.

Link copied to clipboard

Paste clipboard contents.

Link copied to clipboard

Delete current selection.

Link copied to clipboard

Select all text.

Link copied to clipboard

Input methods menu.

Link copied to clipboard

Unicode menu.

Link copied to clipboard

A proposed replacement for a misspelled word.

Link copied to clipboard

An indicator that spellchecking found no proposed replacements.

Link copied to clipboard

Causes the spellchecker to ignore the word for this session.

Link copied to clipboard

Causes the spellchecker to add the word to the dictionary.

Link copied to clipboard

Ignore grammar.

Link copied to clipboard

Font options menu.

Link copied to clipboard

Bold.

Link copied to clipboard

Italic.

Link copied to clipboard

Underline.

Link copied to clipboard

Outline.

Link copied to clipboard

Open current element in the inspector.

Link copied to clipboard

Open current video element in a new window.

Link copied to clipboard

Open current audio element in a new window.

Link copied to clipboard

Copy video link location in to the clipboard.

Link copied to clipboard

Copy audio link location in to the clipboard.

Link copied to clipboard

Enable or disable media controls.

Link copied to clipboard

Enable or disable media loop.

Link copied to clipboard

Show current video element in fullscreen mode.

Link copied to clipboard

Play current media element.

Link copied to clipboard

Pause current media element.

Link copied to clipboard

Mute current media element.

Link copied to clipboard

Download video to disk. Since 2.2

Link copied to clipboard

Download audio to disk. Since 2.2

Link copied to clipboard

Insert an emoji. Since 2.26

Link copied to clipboard

Paste clipboard contents as plain text. Since 2.30

Link copied to clipboard

Custom action defined by applications.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.