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

50 lines
1.2 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"
]
},
"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"
]
}
}
}