• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "template": {
3    "type": "div",
4    "attr": {},
5    "children": [
6      {
7        "type": "div",
8        "attr": {},
9        "events": {
10          "click": "router"
11        }
12      },
13      {
14        "type": "div",
15        "attr": {},
16        "events": {
17          "click": "router"
18        }
19      }
20    ]
21  },
22  "styles": {},
23  "actions": {
24    "click": {
25      "action": "router",
26      "bundleName": "com.example.helloworld",
27      "abilityName": "com.example.helloworld.MainAbility",
28      "params": {
29        "day": "$event.day",
30        "time": "$event.time",
31        "year": "$event.year"
32        }
33    }
34  },
35  "data": {},
36  "apiVersion": {}
37}