Files
divkit/schema/div-action-scroll-base.json
avmushtukov 6fd59e04ea add scroll actions and change item actions in gallery
commit_hash:87014adfd73ebb2d79314c9119fc534c54902f75
2024-09-27 18:05:15 +03:00

14 lines
283 B
JSON

{
"properties": {
"id": {
"$description": "translations.json#/div_action_scroll_id",
"type": "string"
},
"animated": {
"$description": "translations.json#/div_action_scroll_animated",
"type": "boolean",
"default_value": "true"
}
}
}