EDITING_COMMAND_UNDO

The undo command. Undoes the last 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 undo a command after a previously executed editing operation.

enum EDITING_COMMAND_UNDO = "Undo";