Used to indicate whether the target object has a parent button or
<a>
link.
Supported frameworks | Experience Analytics UI Capture |
Path | <global>.<session>.<message>.target.isParentLink |
Description | Value is set to true if the target object has a parent button or
<a> link. |
Value | Boolean |
Limitations | None |
Dependencies | None |
Example
This example shows the target section of a message:
"target": {
"id": "bi",
"idType": -1,
"name": "buttonInput",
"type": "INPUT",
"subType": "button",
"position": {
"width": 67,
"height": 22,
"relXY": "0.5,0.3"
},
"prevState": {...},
"currState": {...},
"isParentLink": false
},
"event": {
"type": "click"
}