mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
757151a38d
commit_hash:981bd9c21b762cbb25f6ba147624d08080d2dab9
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"features": [{
|
|
"id": "actionable_hover_actions",
|
|
"name": "<code>hover_start_actions</code> and <code>hover_end_actions</code> properties for the actionable components",
|
|
"compat": {
|
|
"web": {
|
|
"version_added": "30.31.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.33.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "actionable_pressed_actions",
|
|
"name": "<code>press_start_actions</code> and <code>press_end_actions</code> properties for the actionable components",
|
|
"compat": {
|
|
"web": {
|
|
"version_added": "30.31.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.33.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "actionable_capture_focus_on_action",
|
|
"name": "<code>capture_focus_on_action</code> property for the actionable components",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "31.10.0"
|
|
}
|
|
}
|
|
}]
|
|
}
|