[
  {
    "name": "id",
    "type": "string",
    "required": false,
    "description": "The ID of the skip link.",
    "released": "10.0.0"
  },
  {
    "name": "text",
    "type": "string",
    "required": true,
    "description": "If `html` is set, this is not required. Text to use within the skip link. If `html` is provided, the `text` option will be ignored. Defaults to `\"Skip to main content\"`.",
    "released": "1.0.0"
  },
  {
    "name": "html",
    "type": "string",
    "required": true,
    "description": "If `text` is set, this is not required. HTML to use within the skip link. If `html` is provided, the `text` option will be ignored. Defaults to `\"Skip to main content\"`.",
    "released": "10.2.0"
  },
  {
    "name": "caller",
    "type": "nunjucks-block",
    "required": false,
    "description": "Not strictly an option but supports the [`call` block](https://mozilla.github.io/nunjucks/templating.html#call) as an alternative to the `html` option. To use it, you will need to wrap the entire skip link component in a `call` block.",
    "released": "10.6.0"
  },
  {
    "name": "href",
    "type": "string",
    "required": false,
    "description": "The skip link `href` attribute. Defaults to `\"#maincontent\"`.",
    "released": "1.0.0"
  },
  {
    "name": "classes",
    "type": "string",
    "required": false,
    "description": "Classes to add to the skip link.",
    "released": "1.0.0"
  },
  {
    "name": "attributes",
    "type": "object",
    "required": false,
    "description": "HTML attributes (for example data attributes) to add to the skip link.",
    "released": "1.0.0"
  }
]
