Version 1
[yaffs-website] / vendor / jcalderonzumba / gastonjs / docs / api / commands / navigation / go_back.md
diff --git a/vendor/jcalderonzumba/gastonjs/docs/api/commands/navigation/go_back.md b/vendor/jcalderonzumba/gastonjs/docs/api/commands/navigation/go_back.md
new file mode 100644 (file)
index 0000000..2de61a0
--- /dev/null
@@ -0,0 +1,16 @@
+go_back
+========
+This command allows you (if possible) to go back, loading the previous page in your browser history.
+
+```json
+{
+  "name":"go_back",
+  "args":[]
+}
+```
+If possible to go back then response should be:
+```json
+{
+  "response": true
+}
+```