EDITING_COMMAND_REDO

The redo command. Redoes a previously undone editing command in a #WebKitWebView. You can check whether it's possible to execute the command with webkit.web_view.WebView.canExecuteEditingCommand. It's only possible to redo a command when it has been previously undone.

enum EDITING_COMMAND_REDO = "Redo";