Files
divkit/test_data/unit_test_data/div-data/root_states_visibility.json

29 lines
489 B
JSON

{
"log_id": "sample_card",
"states": [
{
"state_id": 0,
"div": {
"type": "text",
"text": "state zero",
"visibility_action": {
"log_id": "zero state visible",
"log_limit": 0
}
}
},
{
"state_id": 1,
"div": {
"type": "text",
"text": "state first",
"visibility_action": {
"log_id": "first state visible",
"log_limit": 0
}
}
}
]
}