forked from divkit/divkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiv-border.json
More file actions
27 lines (27 loc) · 786 Bytes
/
div-border.json
File metadata and controls
27 lines (27 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"type": "object",
"$description": "translations.json#/div_border",
"properties": {
"has_shadow": {
"$ref": "common.json#/boolean_int",
"default_value": "false",
"$description": "translations.json#/div_border_has_shadow"
},
"shadow": {
"$ref": "div-shadow.json",
"$description": "translations.json#/div_border_shadow"
},
"stroke": {
"$ref": "div-stroke.json",
"$description": "translations.json#/div_border_stroke"
},
"corner_radius": {
"$ref": "common.json#/non_negative_integer",
"$description": "translations.json#/div_border_corner_radius"
},
"corners_radius": {
"$ref": "div-corners-radius.json",
"$description": "translations.json#/div_border_corners_radius"
}
}
}