Files
divkit/schema/div-absolute-edge-insets.json
T
man-y 7f00e3b5aa Mark supported features of Flutter
e5a6a0f23d3e399f39c492c585359ca1666ccddf
2024-05-14 11:19:28 +03:00

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"
]
}