Files
divkit/schema/div-accessibility.json
bakalskayas e5b0ff88b7 Support is_checked accessibility property
commit_hash:ca3656582cf773941856a0b34fc4c94b7feedfeb
2025-08-04 18:39:32 +03:00

95 lines
2.1 KiB
JSON

{
"type": "object",
"$description": "translations.json#/div_accessibility",
"properties": {
"description": {
"type": "string",
"$description": "translations.json#/div_accessibility_description"
},
"type": {
"type": "string",
"enum": [
"none",
"button",
"image",
"text",
"edit_text",
"header",
"tab_bar",
"list",
"select",
"checkbox",
"radio",
"auto"
],
"default_value": "auto",
"supports_expressions": false,
"$description": "translations.json#/div_accessibility_type",
"platforms": [
"android",
"ios",
"web"
]
},
"state_description": {
"type": "string",
"$description": "translations.json#/div_accessibility_state_description",
"platforms": [
"android",
"ios",
"web"
]
},
"hint": {
"type": "string",
"$description": "translations.json#/div_accessibility_hint",
"platforms": [
"android",
"ios",
"web"
]
},
"is_checked": {
"$ref": "common.json#/boolean_int",
"$description": "translations.json#/div_accessibility_is_checked",
"platforms": [
"android",
"ios",
"web"
]
},
"mode": {
"type": "string",
"enum": [
"default",
"merge",
"exclude"
],
"default_value": "default",
"$description": "translations.json#/div_accessibility_mode",
"platforms": [
"android",
"ios",
"web"
]
},
"mute_after_action": {
"$ref": "common.json#/boolean_int",
"default_value": "false",
"$description": "translations.json#/div_accessibility_mute_after_action",
"platforms": [
"ios"
],
"unsupported_platforms": {
"android": "iOS-specific functionality, no such feature",
"web": "iOS-specific functionality, no such feature"
}
}
},
"platforms": [
"android",
"ios",
"web"
]
}