Files
divkit/schema/div-actionable.json
4eb0da db49c1ad5a Capture focus
commit_hash:45e408a83d904f703c5734147d33cb4b9b02cea5
2025-04-08 14:08:05 +03:00

104 lines
2.4 KiB
JSON

{
"properties": {
"action": {
"$ref": "div-action.json",
"$description": "translations.json#/div_actionable_action"
},
"actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_actions"
},
"longtap_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_longtap_actions",
"platforms": [
"android",
"ios",
"web"
]
},
"doubletap_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_doubletap_actions",
"platforms": [
"android",
"ios",
"web"
]
},
"press_start_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_press_start_actions",
"platforms": [
"web",
"android"
]
},
"press_end_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_press_end_actions",
"platforms": [
"web",
"android"
]
},
"hover_start_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_hover_start_actions",
"platforms": [
"web",
"android"
]
},
"hover_end_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_hover_end_actions",
"platforms": [
"web",
"android"
]
},
"action_animation": {
"$ref": "div-animation.json",
"default_value": "{\"name\": \"fade\", \"start_value\": 1, \"end_value\": 0.6, \"duration\": 100 }",
"$description": "translations.json#/div_actionable_action_animation",
"platforms": [
"android",
"ios",
"web"
]
},
"capture_focus_on_action": {
"type": "boolean",
"default_value": "true",
"$description": "translations.json#/div_actionable_capture_focus_on_action",
"platforms": [
"android",
"ios",
"web"
]
}
}
}