mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
38 lines
808 B
JSON
38 lines
808 B
JSON
{
|
|
"card": {
|
|
"log_id": "tests",
|
|
"variables": [
|
|
{
|
|
"name": "is_microphone_permission_granted",
|
|
"type": "boolean",
|
|
"value": false
|
|
}
|
|
],
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"font_size": 20,
|
|
"text": "switch with a11y"
|
|
},
|
|
{
|
|
"type": "switch",
|
|
"is_on_variable": "is_microphone_permission_granted",
|
|
"width": {
|
|
"type": "match_parent"
|
|
},
|
|
"alignment_horizontal": "start",
|
|
"alignment_vertical": "center"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|