[ CCode ( cname = "WEBKIT_EDITING_COMMAND_CUT" ) ]
public const string EDITING_COMMAND_CUT
The cut clipboard command.
Copies the current selection inside a WebView to the clipboard and deletes the selected content. You can check whether it's possible to execute the command with can_execute_editing_command. In general it's possible to cut to the clipboard when the WebView content is editable and there is an active selection.