Files
2023-01-24 08:58:46 +03:00

50 lines
1.0 KiB
JSON

{
"description": "TODO: https://nda.ya.ru/t/MMvpmt855oXgre",
"platforms": [
"android",
"ios",
"web"
],
"templates": {},
"card": {
"log_id": "snapshot_test_card",
"variables": [
{
"name": "slider_variable",
"type": "integer",
"value": 0
}
],
"states": [
{
"state_id": 0,
"div": {
"type": "slider",
"thumb_style": {
"type": "shape_drawable",
"shape": {
"type": "rounded_rectangle"
},
"color": "#ff0000"
},
"thumb_value_variable": "slider_variable",
"track_inactive_style": {
"type": "shape_drawable",
"shape": {
"type": "rounded_rectangle"
},
"color": "#000000"
},
"track_active_style": {
"type": "shape_drawable",
"shape": {
"type": "rounded_rectangle"
},
"color": "#0000ff"
}
}
}
]
}
}