mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
3dde020817
commit_hash:cb30e48693fa779f09a5a169639c1062ba9048cd
34 lines
652 B
JSON
34 lines
652 B
JSON
{
|
|
"allOf": [
|
|
{
|
|
"$ref": "div-action-scroll-base.json"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_action_scroll_to",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"scroll_to"
|
|
]
|
|
},
|
|
"destination": {
|
|
"$description": "translations.json#/div_action_scroll_to_destination",
|
|
"$ref": "div-action-scroll-destination.json"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"id",
|
|
"destination"
|
|
]
|
|
}
|
|
]
|
|
}
|