{
  "type": "directive",
  "meta": {
    "docsUrl": "https://v1.quasar.dev/vue-directives/go-back"
  },
  "value": {
    "type": [
      "String",
      "Object"
    ],
    "desc": "Equivalent to Vue Router <router-link> 'to' property",
    "examples": [
      "/home/dashboard",
      "{ name: 'my-route-name' }"
    ]
  },
  "modifiers": {
    "single": {
      "type": "Boolean",
      "desc": "Go back to previous route instead of the whole way to before directive was initialized",
      "reactive": true,
      "examples": [
        "v-go-back.single"
      ]
    }
  }
}