WebKit2.EDITING_COMMAND_UNDO

The undo command. Undoes the last editing command in a WebKit2.WebView. You can check whether it's possible to execute the command with WebKit2.WebView.prototype.can_execute_editing_command. It's only possible to undo a command after a previously executed editing operation.