Files
divkit/schema/div-actionable.json
T
babaevmm d56d50116d supported hover and press actions
commit_hash:dfd0403da40ba5f5d7de502611b918ad8d37d98e
2025-06-02 11:34:33 +03:00

108 lines
2.5 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",
"ios"
]
},
"press_end_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_press_end_actions",
"platforms": [
"web",
"android",
"ios"
]
},
"hover_start_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_hover_start_actions",
"platforms": [
"web",
"android",
"ios"
]
},
"hover_end_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_hover_end_actions",
"platforms": [
"web",
"android",
"ios"
]
},
"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"
]
}
}
}