'undo': {
          name: 'Undo',
          callback: function(){
            this.undo();
          },