The link Element

The link element represents every kind of link to be shown.

{
    "type": "link",
    "tags": Array<String>,
    "version": String,
    "href": String,
    "text": String,
}

href String, always present, since v1.0.0

The href property holds a URI to a resource which should be directed to on click. The URI can range from regular web URL to intent-uris for android and iOS (e.g. bankid://).

text String, always present, since v1.0.0

The text property holds a text with information. When the text is clicked (or touched) it is expected to direct the user to the href-uri.

Possible values for tags

  • BUTTON

link with BUTTON tag

Example of a possible look of a link element with the BUTTON tag.

Example

{
    "type":"link",
    "version":"1.0.0",
    "tags":["BUTTON"],
    "href": "https://docs.openbanking.klarna.com/",
    "text": "Our Documentation",
}

Changelog


1.0.0 - 08.10.2021

  • initial version

results matching ""

    No results matching ""