Files
divkit/test_data/regression_test_data/gesture.json
T
mrcov 254b107632 Introduce GestureExtensionHandler
174c576999c37e1335ebeafd31f03eb48961d3c3
2024-02-15 12:18:40 +03:00

86 lines
1.8 KiB
JSON

{
"templates": {
"rect": {
"type": "separator",
"alignment_horizontal": "center",
"margins": {
"top": 24
},
"width": {
"type": "fixed",
"value": 280
},
"height": {
"type": "fixed",
"value": 280
},
"background": [
{
"type": "solid",
"color": "@{bg_color}"
}
],
"border": {
"corner_radius": 8
},
"delimiter_style": {
"color": "#00000000"
},
"extensions": [
{
"id": "gesture",
"params": {
"swipe_up": [
{
"log_id": "swipe_up",
"url": "div-action://set_variable?name=bg_color&value=%23f7cb4d"
}
],
"swipe_down": [
{
"log_id": "swipe_down",
"url": "div-action://set_variable?name=bg_color&value=%2341b375"
}
],
"swipe_left": [
{
"log_id": "swipe_left",
"url": "div-action://set_variable?name=bg_color&value=%237baaf7"
}
],
"swipe_right": [
{
"log_id": "swipe_right",
"url": "div-action://set_variable?name=bg_color&value=%23ba67c8"
}
]
}
}
]
}
},
"card": {
"variables": [
{
"name": "bg_color",
"type": "color",
"value": "#e67c73"
}
],
"log_id": "card_with_gesture",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"items": [
{
"type": "rect"
}
]
}
}
]
}
}