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

27 lines
518 B
JSON

{
"type": "object",
"$description": "translations.json#/div_pivot_fixed_short",
"properties": {
"value": {
"type": "integer",
"$description": "translations.json#/div_pivot_fixed_value"
},
"unit": {
"$ref": "div-size-unit.json",
"$description": "translations.json#/div_pivot_fixed_unit",
"default_value": "dp"
},
"type": {
"type": "string",
"enum": [
"pivot-fixed"
]
}
},
"platforms": [
"android",
"ios",
"web"
]
}