• About Connect modules for Confluence
  • Admin Page
  • Blueprint
  • Content Byline Item
  • Content Property
  • Custom Content
  • Dialog
  • Dynamic Content Macro
  • Keyboard Shortcut
  • Page
  • Publish Conditions
  • Space Tools Tab
  • Static Content Macro
  • Web Item
  • Web Panel
  • Web Section
  • Webhook

Link

Represents a link, its optional title and alternative text.

Example

1
2
3
4
5
6
7
{
  "link": {
    "url": "/go-somewhere",
    "title": "Go Somewhere",
    "altText": "somewhere"
  }
}

Properties

url

Type
string
Format
uri
Required
Yes
Description

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


altText

Type
string
Max length
1000
Description

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


title

Type
string
Max length
1000
Description

The title of the link.


  • System status
  • Privacy
  • Developer Terms
  • Trademark
  • Cookie Preferences
  • © 2019 Atlassian