mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
6fd59e04ea
commit_hash:87014adfd73ebb2d79314c9119fc534c54902f75
32 lines
622 B
JSON
32 lines
622 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"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"id",
|
|
"destination"
|
|
]
|
|
}
|
|
]
|
|
}
|