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
| {
| "widgetOnScreen": {
| "widgets": [{
| "position": {
| "left": 25,
| "bottom": 25
| }
| }, {
| "position": {
| "left": 7,
| "top": 75
| }
| }, {
| "position": {
| "left": 200,
| "bottom": 10
| }
| }, {
| "position": {
| "left": 45,
| "top": 5,
| "width": 430,
| "height": 410
| }
| }, {
| "position": {
| "right": 95,
| "top": 5,
| "width": 400,
| "height": 410
| }
| }]
| }
| }
|
|