@next-bricks/visual-builder 0.3.5 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.json CHANGED
@@ -1,272 +1,855 @@
1
1
  {
2
- "visual-builder.workbench-action-list": [
3
- {
4
- "name": "SidebarMenu",
5
- "type": "interface",
6
- "annotation": [
7
- {
8
- "type": "propertySignature",
9
- "name": "title",
10
- "property": {
11
- "type": "keyword",
12
- "value": "string"
13
- }
14
- },
15
- {
16
- "type": "propertySignature",
17
- "name": "icon",
18
- "property": {
19
- "type": "reference",
20
- "typeName": "GeneralIconProps"
2
+ "visual-builder.workbench-sidebar": {
3
+ "properties": [
4
+ {
5
+ "name": "titleLabel",
6
+ "annotation": {
7
+ "type": "keyword",
8
+ "value": "string"
9
+ }
10
+ }
11
+ ],
12
+ "events": [],
13
+ "methods": []
14
+ },
15
+ "visual-builder.workbench-action": {
16
+ "properties": [
17
+ {
18
+ "name": "icon",
19
+ "annotation": {
20
+ "type": "reference",
21
+ "typeName": {
22
+ "type": "identifier",
23
+ "name": "GeneralIconProps"
21
24
  }
22
- },
23
- {
24
- "type": "propertySignature",
25
- "name": "menuItems",
26
- "property": {
27
- "type": "array",
28
- "elementType": {
29
- "type": "reference",
30
- "typeName": "SidebarMenuItem"
31
- }
25
+ }
26
+ },
27
+ {
28
+ "name": "to",
29
+ "annotation": {
30
+ "type": "keyword",
31
+ "value": "string"
32
+ }
33
+ },
34
+ {
35
+ "name": "active",
36
+ "annotation": {
37
+ "type": "keyword",
38
+ "value": "boolean"
39
+ }
40
+ },
41
+ {
42
+ "name": "href",
43
+ "annotation": {
44
+ "type": "keyword",
45
+ "value": "string"
46
+ }
47
+ },
48
+ {
49
+ "name": "target",
50
+ "annotation": {
51
+ "type": "keyword",
52
+ "value": "string"
53
+ }
54
+ }
55
+ ],
56
+ "events": [],
57
+ "methods": []
58
+ },
59
+ "visual-builder.workbench-action-list": {
60
+ "properties": [
61
+ {
62
+ "name": "appId",
63
+ "annotation": {
64
+ "type": "keyword",
65
+ "value": "string"
66
+ }
67
+ },
68
+ {
69
+ "name": "menu",
70
+ "annotation": {
71
+ "type": "reference",
72
+ "typeName": {
73
+ "type": "identifier",
74
+ "name": "SidebarMenu"
32
75
  }
33
76
  }
34
- ]
35
- }
36
- ],
37
- "visual-builder.workbench-tree": [
38
- {
39
- "name": "WorkbenchNodeData",
40
- "type": "interface",
41
- "typeParameters": {
42
- "type": "typeParameterDeclaration",
43
- "params": [
77
+ }
78
+ ],
79
+ "events": [],
80
+ "methods": [],
81
+ "types": [
82
+ {
83
+ "type": "interface",
84
+ "name": "SidebarMenu",
85
+ "body": [
44
86
  {
45
- "type": "typeParameter",
46
- "value": "T",
47
- "default": {
87
+ "type": "propertySignature",
88
+ "key": {
89
+ "type": "identifier",
90
+ "name": "title"
91
+ },
92
+ "annotation": {
48
93
  "type": "keyword",
49
- "value": "any"
50
- }
94
+ "value": "string"
95
+ },
96
+ "optional": true,
97
+ "computed": false
98
+ },
99
+ {
100
+ "type": "propertySignature",
101
+ "key": {
102
+ "type": "identifier",
103
+ "name": "icon"
104
+ },
105
+ "annotation": {
106
+ "type": "reference",
107
+ "typeName": {
108
+ "type": "identifier",
109
+ "name": "GeneralIconProps"
110
+ }
111
+ },
112
+ "optional": true,
113
+ "computed": false
114
+ },
115
+ {
116
+ "type": "propertySignature",
117
+ "key": {
118
+ "type": "identifier",
119
+ "name": "menuItems"
120
+ },
121
+ "annotation": {
122
+ "type": "array",
123
+ "elementType": {
124
+ "type": "reference",
125
+ "typeName": {
126
+ "type": "identifier",
127
+ "name": "SidebarMenuItem"
128
+ }
129
+ }
130
+ },
131
+ "optional": true,
132
+ "computed": false
51
133
  }
52
134
  ]
135
+ }
136
+ ]
137
+ },
138
+ "visual-builder.workbench-pane": {
139
+ "properties": [
140
+ {
141
+ "name": "titleLabel",
142
+ "annotation": {
143
+ "type": "keyword",
144
+ "value": "string"
145
+ }
53
146
  },
54
- "annotation": [
55
- {
56
- "type": "propertySignature",
57
- "name": "if",
58
- "property": {
147
+ {
148
+ "name": "active",
149
+ "annotation": {
150
+ "type": "keyword",
151
+ "value": "boolean"
152
+ }
153
+ },
154
+ {
155
+ "name": "badge",
156
+ "annotation": {
157
+ "type": "keyword",
158
+ "value": "number"
159
+ }
160
+ }
161
+ ],
162
+ "events": [
163
+ {
164
+ "name": "active.change",
165
+ "detail": {
166
+ "annotation": {
59
167
  "type": "keyword",
60
168
  "value": "boolean"
61
169
  }
62
- },
63
- {
64
- "type": "propertySignature",
65
- "name": "key",
66
- "property": {
67
- "type": "union",
68
- "types": [
69
- {
70
- "type": "keyword",
71
- "value": "string"
72
- },
73
- {
74
- "type": "keyword",
75
- "value": "number"
76
- }
77
- ]
78
- }
79
- },
80
- {
81
- "type": "propertySignature",
82
- "name": "name",
83
- "property": {
170
+ }
171
+ },
172
+ {
173
+ "name": "active.firstActivated",
174
+ "detail": {
175
+ "annotation": {
84
176
  "type": "keyword",
85
- "value": "string"
177
+ "value": "void"
86
178
  }
87
- },
88
- {
89
- "type": "propertySignature",
90
- "name": "icon",
91
- "property": {
179
+ }
180
+ }
181
+ ],
182
+ "methods": []
183
+ },
184
+ "visual-builder.workbench-tree": {
185
+ "properties": [
186
+ {
187
+ "name": "nodes",
188
+ "annotation": {
189
+ "type": "array",
190
+ "elementType": {
92
191
  "type": "reference",
93
- "typeName": "GeneralIconProps"
192
+ "typeName": {
193
+ "type": "identifier",
194
+ "name": "WorkbenchNodeData"
195
+ }
94
196
  }
95
- },
96
- {
97
- "type": "propertySignature",
98
- "name": "data",
99
- "property": {
197
+ }
198
+ },
199
+ {
200
+ "name": "actions",
201
+ "annotation": {
202
+ "type": "array",
203
+ "elementType": {
100
204
  "type": "reference",
101
- "typeName": "T"
102
- }
103
- },
104
- {
105
- "type": "propertySignature",
106
- "name": "labelColor",
107
- "property": {
108
- "type": "keyword",
109
- "value": "string"
205
+ "typeName": {
206
+ "type": "identifier",
207
+ "name": "WorkbenchTreeAction"
208
+ }
110
209
  }
111
- },
112
- {
113
- "type": "propertySignature",
114
- "name": "link",
115
- "property": {
116
- "type": "union",
117
- "types": [
118
- {
119
- "type": "typeLiteral",
120
- "members": [
210
+ }
211
+ },
212
+ {
213
+ "name": "actionsHidden",
214
+ "annotation": {
215
+ "type": "keyword",
216
+ "value": "boolean"
217
+ }
218
+ },
219
+ {
220
+ "name": "placeholder",
221
+ "annotation": {
222
+ "type": "keyword",
223
+ "value": "string"
224
+ }
225
+ },
226
+ {
227
+ "name": "isTransformName",
228
+ "annotation": {
229
+ "type": "keyword",
230
+ "value": "boolean"
231
+ }
232
+ },
233
+ {
234
+ "name": "searchPlaceholder",
235
+ "annotation": {
236
+ "type": "keyword",
237
+ "value": "string"
238
+ }
239
+ },
240
+ {
241
+ "name": "noSearch",
242
+ "annotation": {
243
+ "type": "keyword",
244
+ "value": "boolean"
245
+ }
246
+ },
247
+ {
248
+ "name": "activeKey",
249
+ "annotation": {
250
+ "type": "union",
251
+ "types": [
252
+ {
253
+ "type": "keyword",
254
+ "value": "string"
255
+ },
256
+ {
257
+ "type": "keyword",
258
+ "value": "number"
259
+ }
260
+ ]
261
+ }
262
+ },
263
+ {
264
+ "name": "showMatchedNodeOnly",
265
+ "annotation": {
266
+ "type": "keyword",
267
+ "value": "boolean"
268
+ }
269
+ },
270
+ {
271
+ "name": "matchNodeDataFields",
272
+ "annotation": {
273
+ "type": "union",
274
+ "types": [
275
+ {
276
+ "type": "keyword",
277
+ "value": "string"
278
+ },
279
+ {
280
+ "type": "array",
281
+ "elementType": {
282
+ "type": "keyword",
283
+ "value": "string"
284
+ }
285
+ }
286
+ ]
287
+ }
288
+ },
289
+ {
290
+ "name": "fixedActionsFor",
291
+ "annotation": {
292
+ "type": "union",
293
+ "types": [
294
+ {
295
+ "type": "reference",
296
+ "typeName": {
297
+ "type": "identifier",
298
+ "name": "Record"
299
+ },
300
+ "typeParameters": {
301
+ "type": "typeParameterInstantiation",
302
+ "params": [
121
303
  {
122
- "type": "propertySignature",
123
- "name": "to",
124
- "property": {
125
- "type": "keyword",
126
- "value": "string"
127
- }
304
+ "type": "keyword",
305
+ "value": "string"
306
+ },
307
+ {
308
+ "type": "keyword",
309
+ "value": "unknown"
128
310
  }
129
311
  ]
130
- },
131
- {
132
- "type": "typeLiteral",
133
- "members": [
134
- {
135
- "type": "propertySignature",
136
- "name": "href",
137
- "property": {
312
+ }
313
+ },
314
+ {
315
+ "type": "array",
316
+ "elementType": {
317
+ "type": "reference",
318
+ "typeName": {
319
+ "type": "identifier",
320
+ "name": "Record"
321
+ },
322
+ "typeParameters": {
323
+ "type": "typeParameterInstantiation",
324
+ "params": [
325
+ {
138
326
  "type": "keyword",
139
327
  "value": "string"
328
+ },
329
+ {
330
+ "type": "keyword",
331
+ "value": "unknown"
140
332
  }
141
- }
142
- ]
333
+ ]
334
+ }
143
335
  }
144
- ]
145
- }
146
- },
147
- {
148
- "type": "propertySignature",
149
- "name": "badge",
150
- "property": {
151
- "type": "reference",
152
- "typeName": "GeneralIconProps"
153
- }
154
- },
155
- {
156
- "type": "propertySignature",
157
- "name": "children",
158
- "property": {
159
- "type": "array",
160
- "elementType": {
161
- "type": "reference",
162
- "typeName": "WorkbenchNodeData"
163
336
  }
164
- }
165
- },
166
- {
167
- "type": "propertySignature",
168
- "name": "matched",
169
- "property": {
170
- "type": "keyword",
171
- "value": "boolean"
172
- }
173
- },
174
- {
175
- "type": "propertySignature",
176
- "name": "matchedSelf",
177
- "property": {
178
- "type": "keyword",
179
- "value": "boolean"
180
- }
181
- },
182
- {
183
- "type": "propertySignature",
184
- "name": "path",
185
- "property": {
186
- "type": "keyword",
187
- "value": "string"
188
- }
189
- },
190
- {
191
- "type": "propertySignature",
192
- "name": "isContainer",
193
- "property": {
194
- "type": "keyword",
195
- "value": "boolean"
196
- }
197
- },
198
- {
199
- "type": "propertySignature",
200
- "name": "originKey",
201
- "property": {
337
+ ]
338
+ }
339
+ },
340
+ {
341
+ "name": "collapsible",
342
+ "annotation": {
343
+ "type": "keyword",
344
+ "value": "boolean"
345
+ }
346
+ },
347
+ {
348
+ "name": "collapsedNodes",
349
+ "annotation": {
350
+ "type": "array",
351
+ "elementType": {
202
352
  "type": "keyword",
203
353
  "value": "string"
204
354
  }
205
- },
206
- {
207
- "type": "propertySignature",
208
- "name": "parentPath",
209
- "property": {
210
- "type": "keyword",
211
- "value": "string"
355
+ }
356
+ },
357
+ {
358
+ "name": "allowDrag",
359
+ "annotation": {
360
+ "type": "keyword",
361
+ "value": "boolean"
362
+ }
363
+ },
364
+ {
365
+ "name": "allowDragToRoot",
366
+ "annotation": {
367
+ "type": "keyword",
368
+ "value": "boolean"
369
+ }
370
+ },
371
+ {
372
+ "name": "allowDragToInside",
373
+ "annotation": {
374
+ "type": "keyword",
375
+ "value": "boolean"
376
+ }
377
+ },
378
+ {
379
+ "name": "nodeKey",
380
+ "annotation": {
381
+ "type": "keyword",
382
+ "value": "string"
383
+ }
384
+ },
385
+ {
386
+ "name": "skipNotify",
387
+ "annotation": {
388
+ "type": "keyword",
389
+ "value": "boolean"
390
+ }
391
+ }
392
+ ],
393
+ "events": [
394
+ {
395
+ "name": "action.click",
396
+ "detail": {
397
+ "annotation": {
398
+ "type": "reference",
399
+ "typeName": {
400
+ "type": "identifier",
401
+ "name": "ActionClickDetail"
402
+ }
212
403
  }
213
- },
214
- {
215
- "type": "propertySignature",
216
- "name": "unreachable",
217
- "property": {
404
+ }
405
+ },
406
+ {
407
+ "name": "node.click",
408
+ "detail": {
409
+ "annotation": {
218
410
  "type": "keyword",
219
- "value": "boolean"
411
+ "value": "unknown"
220
412
  }
221
413
  }
222
- ]
223
- },
224
- {
225
- "name": "WorkbenchTreeAction",
226
- "type": "interface",
227
- "annotation": [
228
- {
229
- "type": "propertySignature",
230
- "name": "action",
231
- "property": {
414
+ },
415
+ {
416
+ "name": "node.drop",
417
+ "detail": {
418
+ "annotation": {
232
419
  "type": "keyword",
233
- "value": "string"
420
+ "value": "any"
234
421
  }
235
- },
236
- {
237
- "type": "propertySignature",
238
- "name": "icon",
239
- "property": {
240
- "type": "reference",
241
- "typeName": "GeneralIconProps"
242
- }
243
- },
244
- {
245
- "type": "propertySignature",
246
- "name": "title",
247
- "property": {
422
+ }
423
+ },
424
+ {
425
+ "name": "context.menu",
426
+ "detail": {
427
+ "annotation": {
248
428
  "type": "keyword",
249
- "value": "string"
429
+ "value": "unknown"
250
430
  }
251
- },
252
- {
253
- "type": "propertySignature",
254
- "name": "if",
255
- "property": {
256
- "type": "union",
257
- "types": [
431
+ }
432
+ },
433
+ {
434
+ "name": "node.toggle",
435
+ "detail": {
436
+ "annotation": {
437
+ "type": "typeLiteral",
438
+ "members": [
258
439
  {
259
- "type": "keyword",
260
- "value": "string"
440
+ "type": "propertySignature",
441
+ "key": {
442
+ "type": "identifier",
443
+ "name": "nodeId"
444
+ },
445
+ "annotation": {
446
+ "type": "keyword",
447
+ "value": "string"
448
+ },
449
+ "computed": false
261
450
  },
262
451
  {
263
- "type": "keyword",
264
- "value": "boolean"
452
+ "type": "propertySignature",
453
+ "key": {
454
+ "type": "identifier",
455
+ "name": "collapsed"
456
+ },
457
+ "annotation": {
458
+ "type": "keyword",
459
+ "value": "boolean"
460
+ },
461
+ "computed": false
265
462
  }
266
463
  ]
267
464
  }
268
465
  }
269
- ]
270
- }
271
- ]
466
+ }
467
+ ],
468
+ "methods": [],
469
+ "types": [
470
+ {
471
+ "type": "interface",
472
+ "name": "WorkbenchNodeData",
473
+ "typeParameters": {
474
+ "type": "typeParameterDeclaration",
475
+ "params": [
476
+ {
477
+ "type": "typeParameter",
478
+ "name": "T",
479
+ "default": {
480
+ "type": "keyword",
481
+ "value": "unknown"
482
+ }
483
+ }
484
+ ]
485
+ },
486
+ "body": [
487
+ {
488
+ "type": "propertySignature",
489
+ "key": {
490
+ "type": "identifier",
491
+ "name": "if"
492
+ },
493
+ "annotation": {
494
+ "type": "keyword",
495
+ "value": "boolean"
496
+ },
497
+ "optional": true,
498
+ "computed": false
499
+ },
500
+ {
501
+ "type": "propertySignature",
502
+ "key": {
503
+ "type": "identifier",
504
+ "name": "key"
505
+ },
506
+ "annotation": {
507
+ "type": "union",
508
+ "types": [
509
+ {
510
+ "type": "keyword",
511
+ "value": "string"
512
+ },
513
+ {
514
+ "type": "keyword",
515
+ "value": "number"
516
+ }
517
+ ]
518
+ },
519
+ "computed": false
520
+ },
521
+ {
522
+ "type": "propertySignature",
523
+ "key": {
524
+ "type": "identifier",
525
+ "name": "name"
526
+ },
527
+ "annotation": {
528
+ "type": "keyword",
529
+ "value": "string"
530
+ },
531
+ "computed": false
532
+ },
533
+ {
534
+ "type": "propertySignature",
535
+ "key": {
536
+ "type": "identifier",
537
+ "name": "icon"
538
+ },
539
+ "annotation": {
540
+ "type": "reference",
541
+ "typeName": {
542
+ "type": "identifier",
543
+ "name": "GeneralIconProps"
544
+ }
545
+ },
546
+ "optional": true,
547
+ "computed": false
548
+ },
549
+ {
550
+ "type": "propertySignature",
551
+ "key": {
552
+ "type": "identifier",
553
+ "name": "data"
554
+ },
555
+ "annotation": {
556
+ "type": "reference",
557
+ "typeName": {
558
+ "type": "identifier",
559
+ "name": "T"
560
+ }
561
+ },
562
+ "optional": true,
563
+ "computed": false
564
+ },
565
+ {
566
+ "type": "propertySignature",
567
+ "key": {
568
+ "type": "identifier",
569
+ "name": "labelColor"
570
+ },
571
+ "annotation": {
572
+ "type": "keyword",
573
+ "value": "string"
574
+ },
575
+ "optional": true,
576
+ "computed": false
577
+ },
578
+ {
579
+ "type": "propertySignature",
580
+ "key": {
581
+ "type": "identifier",
582
+ "name": "link"
583
+ },
584
+ "annotation": {
585
+ "type": "union",
586
+ "types": [
587
+ {
588
+ "type": "typeLiteral",
589
+ "members": [
590
+ {
591
+ "type": "propertySignature",
592
+ "key": {
593
+ "type": "identifier",
594
+ "name": "to"
595
+ },
596
+ "annotation": {
597
+ "type": "keyword",
598
+ "value": "string"
599
+ },
600
+ "computed": false
601
+ }
602
+ ]
603
+ },
604
+ {
605
+ "type": "typeLiteral",
606
+ "members": [
607
+ {
608
+ "type": "propertySignature",
609
+ "key": {
610
+ "type": "identifier",
611
+ "name": "href"
612
+ },
613
+ "annotation": {
614
+ "type": "keyword",
615
+ "value": "string"
616
+ },
617
+ "computed": false
618
+ }
619
+ ]
620
+ }
621
+ ]
622
+ },
623
+ "optional": true,
624
+ "computed": false
625
+ },
626
+ {
627
+ "type": "propertySignature",
628
+ "key": {
629
+ "type": "identifier",
630
+ "name": "badge"
631
+ },
632
+ "annotation": {
633
+ "type": "reference",
634
+ "typeName": {
635
+ "type": "identifier",
636
+ "name": "GeneralIconProps"
637
+ }
638
+ },
639
+ "optional": true,
640
+ "computed": false
641
+ },
642
+ {
643
+ "type": "propertySignature",
644
+ "key": {
645
+ "type": "identifier",
646
+ "name": "children"
647
+ },
648
+ "annotation": {
649
+ "type": "array",
650
+ "elementType": {
651
+ "type": "reference",
652
+ "typeName": {
653
+ "type": "identifier",
654
+ "name": "WorkbenchNodeData"
655
+ }
656
+ }
657
+ },
658
+ "optional": true,
659
+ "computed": false
660
+ },
661
+ {
662
+ "type": "propertySignature",
663
+ "key": {
664
+ "type": "identifier",
665
+ "name": "matched"
666
+ },
667
+ "annotation": {
668
+ "type": "keyword",
669
+ "value": "boolean"
670
+ },
671
+ "optional": true,
672
+ "computed": false
673
+ },
674
+ {
675
+ "type": "propertySignature",
676
+ "key": {
677
+ "type": "identifier",
678
+ "name": "matchedSelf"
679
+ },
680
+ "annotation": {
681
+ "type": "keyword",
682
+ "value": "boolean"
683
+ },
684
+ "optional": true,
685
+ "computed": false
686
+ },
687
+ {
688
+ "type": "propertySignature",
689
+ "key": {
690
+ "type": "identifier",
691
+ "name": "path"
692
+ },
693
+ "annotation": {
694
+ "type": "keyword",
695
+ "value": "string"
696
+ },
697
+ "optional": true,
698
+ "computed": false
699
+ },
700
+ {
701
+ "type": "propertySignature",
702
+ "key": {
703
+ "type": "identifier",
704
+ "name": "isContainer"
705
+ },
706
+ "annotation": {
707
+ "type": "keyword",
708
+ "value": "boolean"
709
+ },
710
+ "optional": true,
711
+ "computed": false
712
+ },
713
+ {
714
+ "type": "propertySignature",
715
+ "key": {
716
+ "type": "identifier",
717
+ "name": "originKey"
718
+ },
719
+ "annotation": {
720
+ "type": "keyword",
721
+ "value": "string"
722
+ },
723
+ "optional": true,
724
+ "computed": false
725
+ },
726
+ {
727
+ "type": "propertySignature",
728
+ "key": {
729
+ "type": "identifier",
730
+ "name": "parentPath"
731
+ },
732
+ "annotation": {
733
+ "type": "keyword",
734
+ "value": "string"
735
+ },
736
+ "optional": true,
737
+ "computed": false
738
+ },
739
+ {
740
+ "type": "propertySignature",
741
+ "key": {
742
+ "type": "identifier",
743
+ "name": "unreachable"
744
+ },
745
+ "annotation": {
746
+ "type": "keyword",
747
+ "value": "boolean"
748
+ },
749
+ "optional": true,
750
+ "computed": false
751
+ }
752
+ ]
753
+ },
754
+ {
755
+ "type": "interface",
756
+ "name": "WorkbenchTreeAction",
757
+ "body": [
758
+ {
759
+ "type": "propertySignature",
760
+ "key": {
761
+ "type": "identifier",
762
+ "name": "action"
763
+ },
764
+ "annotation": {
765
+ "type": "keyword",
766
+ "value": "string"
767
+ },
768
+ "computed": false
769
+ },
770
+ {
771
+ "type": "propertySignature",
772
+ "key": {
773
+ "type": "identifier",
774
+ "name": "icon"
775
+ },
776
+ "annotation": {
777
+ "type": "reference",
778
+ "typeName": {
779
+ "type": "identifier",
780
+ "name": "GeneralIconProps"
781
+ }
782
+ },
783
+ "computed": false
784
+ },
785
+ {
786
+ "type": "propertySignature",
787
+ "key": {
788
+ "type": "identifier",
789
+ "name": "title"
790
+ },
791
+ "annotation": {
792
+ "type": "keyword",
793
+ "value": "string"
794
+ },
795
+ "optional": true,
796
+ "computed": false
797
+ },
798
+ {
799
+ "type": "propertySignature",
800
+ "key": {
801
+ "type": "identifier",
802
+ "name": "if"
803
+ },
804
+ "annotation": {
805
+ "type": "union",
806
+ "types": [
807
+ {
808
+ "type": "keyword",
809
+ "value": "string"
810
+ },
811
+ {
812
+ "type": "keyword",
813
+ "value": "boolean"
814
+ }
815
+ ]
816
+ },
817
+ "optional": true,
818
+ "computed": false
819
+ }
820
+ ]
821
+ },
822
+ {
823
+ "type": "interface",
824
+ "name": "ActionClickDetail",
825
+ "body": [
826
+ {
827
+ "type": "propertySignature",
828
+ "key": {
829
+ "type": "identifier",
830
+ "name": "action"
831
+ },
832
+ "annotation": {
833
+ "type": "keyword",
834
+ "value": "string"
835
+ },
836
+ "computed": false
837
+ },
838
+ {
839
+ "type": "propertySignature",
840
+ "key": {
841
+ "type": "identifier",
842
+ "name": "data"
843
+ },
844
+ "annotation": {
845
+ "type": "keyword",
846
+ "value": "unknown"
847
+ },
848
+ "optional": true,
849
+ "computed": false
850
+ }
851
+ ]
852
+ }
853
+ ]
854
+ }
272
855
  }