- Get started
- Structure
- Body Elements
- Objects
Renders a link.
Optional parameters are indicated as "(Optional)".
Parameter | Meaning | Notes |
---|---|---|
type (string) | The type of body element. |
|
data (object)
|
The data of the element. |
|
{
"type": "link",
"data": {
"type": "generic",
"value": "http://connectedweb.org",
"title": "Connected Web",
"description": "Use Connected Web to publish contents and help third party platforms to aggregate and distribute your data in the most efficient way.",
"img": {
"url": "https://fbwcdn.com/image/main/connectedweb/share_cover_1080.jpg",
"width": 250,
"height": 250
}
}
}