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

52 lines
1.4 KiB
JSON

{
"properties": {
"placeholder_color": {
"$ref": "common.json#/color",
"default_value": "#14000000",
"$description": "translations.json#/div_image_base_placeholder_color",
"platforms": [
"android",
"ios",
"web"
]
},
"scale": {
"$ref": "div-image-scale.json",
"default_value": "fill",
"$description": "translations.json#/div_image_base_scale"
},
"content_alignment_vertical": {
"$ref": "div-alignment-vertical.json",
"default_value": "center",
"$description": "translations.json#/div_image_base_content_alignment_vertical"
},
"content_alignment_horizontal": {
"$ref": "div-alignment-horizontal.json",
"default_value": "center",
"$description": "translations.json#/div_image_base_content_alignment_horizontal"
},
"preview": {
"type": "string",
"$description": "translations.json#/div_image_base_preview",
"platforms": [
"android",
"ios",
"web"
]
},
"preload_required": {
"$ref": "common.json#/boolean_int",
"default_value": "false",
"$description": "translations.json#/div_image_base_preload_required",
"platforms": [
"android",
"web"
]
},
"aspect": {
"$ref": "div-aspect.json",
"$description": "translations.json#/div_aspect"
}
}
}