Skip to main content

EDITING_COMMAND_CUT

Static EDITING_COMMAND_CUT 

Source
pub static EDITING_COMMAND_CUT: &GStr
Expand description

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 WebViewExt::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.