The number of pixels that the document is currently scrolled from the top.
Supported frameworks | Experience Analytics UI Capture |
Path | <global>.<session>.<message>.gesture.scrolly |
Description | Number of pixels that the document is currently scrolled from the top |
Value | Integer |
Limitations | None |
Dependencies | Used by Replay |
Example
This example shows a Type 11 Gesture message:
{
"fromWeb": false,
"type": 11,
"offset": 46788,
"screenviewOffset": 42208,
"count": 14,
"event": {
"type": "ACTION_DOWN",
"tlEvent": "tap"
},
"touches": [
[
{
"position": {
"x": 179,
"y": 543
},
"control": {
"position": {
"height": 184,
"width": 1080,
"relXY": "0.17,0.93"
"scrollX": 10
"scrollY": 15
},
"id": "[RL,0]",
"idType": -4,
"type": "RelativeLayout",
"subType": "ViewGroup",
"tlType": "canvas"
}
}
]
]
}