[
  {
    "name": "id",
    "type": "string",
    "required": false,
    "description": "The ID of the action 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 action link. If `html` is provided, the `text` option will be ignored.",
    "released": "1.0.0"
  },
  {
    "name": "html",
    "type": "string",
    "required": true,
    "description": "If `text` is set, this is not required. HTML to use within the action link. If `html` is provided, the `text` option will be ignored.",
    "released": "10.2.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": true,
    "description": "The value of the link `href` attribute.",
    "released": "1.0.0"
  },
  {
    "name": "openInNewWindow",
    "type": "boolean",
    "required": false,
    "description": "If set to `true`, then the link will open in a new window. This has no effect on `button` elements.",
    "released": "1.0.0"
  },
  {
    "name": "variant",
    "type": "string",
    "required": false,
    "description": "Optional variant of action 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 action link component.",
    "released": "1.0.0"
  },
  {
    "name": "attributes",
    "type": "object",
    "required": false,
    "description": "HTML attributes (for example data attributes) to add to the action link component.",
    "released": "1.0.0"
  },
  {
    "name": "element",
    "type": "string",
    "required": false,
    "description": "HTML element for the action link component – `\"button\"` or `\"a\"`. Defaults to `\"a\"`.",
    "released": "10.5.0"
  }
]
