-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequest.json
42 lines (41 loc) · 1.11 KB
/
request.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"c1": {
"type": "Container",
"width": 500,
"height": 200,
"bgcolor": "red",
"opacity": 1,
"border_radius": 20,
"expand": "False",
"padding": {"left": 100, "top": 20, "right": 20, "bottom": 20},
"content": {
"type": "Row",
"controls": [
{
"b1": {
"type": "IconButton",
"width": 150,
"height": 50,
"bgcolor": "blue",
"opacity": 1,
"text": "smthn1",
"icon": "coffee"
}
},
{
"b12": {
"type": "IconButton",
"width": 150,
"height": 50,
"bgcolor": "red",
"opacity": 1,
"text": "smthn2",
"icon": "accessible_forward_rounded"
}
}
]
}
}
}
]