2de61a0d53dbfd327e08f1b7265dad68629e0f24
[yaffs-website] / vendor / jcalderonzumba / gastonjs / docs / api / commands / navigation / go_back.md
1 go_back
2 ========
3 This command allows you (if possible) to go back, loading the previous page in your browser history.
4
5 ```json
6 {
7   "name":"go_back",
8   "args":[]
9 }
10 ```
11 If possible to go back then response should be:
12 ```json
13 {
14   "response": true
15 }
16 ```