Link

Type: object

AttributeTypeDescription
rectHotspot Bounding RectangleBounding rectangle of the link's hotspot
destinationLink Destination-

Example

{
  "rect": {
    "x": 0,
    "y": 0,
    "width": 40,
    "height": 40
  },
  "destination": {
    "name": "Artboard",
    "type": "screen"
  }
}