Documentation

Link

Represents a link, its optional title and alternative text

Example

{
  "link": {
    "url": "/go-somewhere",
    "title": "Go Somewhere",
    "altText": "somewhere"
  }
}

Properties

url

Type
string

uri
Required
Yes
Description

The URL of the link. It can be absolute, or relative to the Add-On base URL.

altText

Type
string
Description

Alternative text that is shown when the element cannot be rendered.

title

Type
string
Description

The title of the link.