mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
3dde020817
commit_hash:cb30e48693fa779f09a5a169639c1062ba9048cd
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"allOf": [
|
|
{
|
|
"$ref": "div-action-scroll-base.json"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_action_scroll_by",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"scroll_by"
|
|
]
|
|
},
|
|
"overflow": {
|
|
"$description": "translations.json#/div_action_scroll_overflow",
|
|
"type": "string",
|
|
"enum": [
|
|
"clamp",
|
|
"ring"
|
|
],
|
|
"default_value": "clamp"
|
|
},
|
|
"offset": {
|
|
"$description": "translations.json#/div_action_scroll_by_offset",
|
|
"type": "integer",
|
|
"default_value": "0"
|
|
},
|
|
"item_count": {
|
|
"$description": "translations.json#/div_action_scroll_by_item_count",
|
|
"type": "integer",
|
|
"default_value": "0"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"type",
|
|
"id"
|
|
]
|
|
}
|
|
]
|
|
}
|