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_can_execute_editing_command(). It's only possible to undo a command after a previously executed editing operation.

enum EDITING_COMMAND_UNDO = "Undo";

Meta