• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "actions": {
3    "click":{
4      "action":"router",
5      "bundleName": "com.example.helloworld",
6      "abilityName": "com.example.helloworld.MainAbility",
7      "params": {
8        "day": "$event.day",
9        "year": "$event.year",
10        "time": "$event.time"
11      }
12    }
13  }
14}
15