Files
divkit/schema/div-accessibility.json
T
man-y 7f00e3b5aa Mark supported features of Flutter
e5a6a0f23d3e399f39c492c585359ca1666ccddf
2024-05-14 11:19:28 +03:00

74 lines
1.6 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",
"auto"
],
"default_value": "auto",
"supports_expressions": false,
"$description": "translations.json#/div_accessibility_type",
"platforms": [
"android",
"ios"
]
},
"state_description": {
"type": "string",
"$description": "translations.json#/div_accessibility_state_description",
"platforms": [
"android",
"ios"
]
},
"hint": {
"type": "string",
"$description": "translations.json#/div_accessibility_hint",
"platforms": [
"android",
"ios"
]
},
"mode": {
"type": "string",
"enum": [
"default",
"merge",
"exclude"
],
"default_value": "default",
"$description": "translations.json#/div_accessibility_mode",
"platforms": [
"android",
"ios"
]
},
"mute_after_action": {
"$ref": "common.json#/boolean_int",
"default_value": "false",
"$description": "translations.json#/div_accessibility_mute_after_action",
"platforms": [ "ios" ]
}
},
"platforms": [
"android",
"ios",
"web"
]
}