[
  {
    "name": "id",
    "type": "string",
    "required": false,
    "description": "The ID of the back link.",
    "released": "10.0.0"
  },
  {
    "name": "text",
    "type": "string",
    "required": false,
    "description": "Text to use within the back link component. If `html` is provided, the `text` argument will be ignored. Defaults to `\"Back\"`.",
    "released": "1.0.0"
  },
  {
    "name": "html",
    "type": "string",
    "required": false,
    "description": "HTML to use within the back link component. If `html` is provided, the `text` argument will be ignored. Defaults to `\"Back\"`.",
    "released": "1.0.0"
  },
  {
    "name": "type",
    "type": "string",
    "required": false,
    "description": "Type of `button` – `\"button\"` or `\"submit\"`. Defaults to `\"submit\"`. This has no effect on `a` elements.",
    "released": "10.5.0"
  },
  {
    "name": "href",
    "type": "string",
    "required": false,
    "description": "The value of the link `href` attribute.",
    "released": "1.0.0"
  },
  {
    "name": "variant",
    "type": "string",
    "required": false,
    "description": "Optional variant of back link. You can use only `\"reverse\"` or empty values with this option.",
    "released": "10.4.0"
  },
  {
    "name": "classes",
    "type": "string",
    "required": false,
    "description": "Classes to add to the back link component.",
    "released": "1.0.0"
  },
  {
    "name": "attributes",
    "type": "object",
    "required": false,
    "description": "HTML attributes (for example data attributes) to add to the back link component.",
    "released": "1.0.0"
  },
  {
    "name": "visuallyHiddenText",
    "type": "string",
    "required": false,
    "description": "An optional visually hidden prefix used before the back link text, for example `\"Back to\"` used by the breadcrumbs component.",
    "released": "10.1.0"
  },
  {
    "name": "element",
    "type": "string",
    "required": false,
    "description": "HTML element for the back link component – `\"button\"` or `\"a\"`. Defaults to `\"a\"`.",
    "released": "6.2.0"
  }
]
