Variable

WebKit-6.0WebKitEDITING_COMMAND_PASTE_AS_PLAIN_TEXTConstSince 2.30

EDITING_COMMAND_PASTE_AS_PLAIN_TEXT: string

The paste as plaintext clipboard command. Pastes the contents of the clipboard to a WebKit.WebView, with formatting removed. You can check whether it's possible to execute the command with webkit_web_view_can_execute_editing_command(). In general it's possible to paste from the clipboard when the WebKit.WebView content is editable and clipboard is not empty.

2.30