Type: object
Attribute | Type | Description |
---|---|---|
rect | Hotspot Bounding Rectangle | Bounding rectangle of the link's hotspot |
destination | Link Destination | - |
Example
{
"rect": {
"x": 0,
"y": 0,
"width": 40,
"height": 40
},
"destination": {
"name": "Artboard",
"type": "screen"
}
}