mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
32 lines
828 B
JSON
32 lines
828 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_absolute_edge_insets",
|
|
"properties": {
|
|
"left": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"default_value": "0",
|
|
"$description": "translations.json#/div_edge_insets_left"
|
|
},
|
|
"right": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"default_value": "0",
|
|
"$description": "translations.json#/div_edge_insets_right"
|
|
},
|
|
"top": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"default_value": "0",
|
|
"$description": "translations.json#/div_edge_insets_top"
|
|
},
|
|
"bottom": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"default_value": "0",
|
|
"$description": "translations.json#/div_edge_insets_bottom"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|