@mapgis/webclient-cesium-plugin 17.0.4 → 17.0.5

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.
Files changed (33) hide show
  1. package/README.md +17 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +2 -2
  3. package/dist/es5/webclient-common.min.js +1 -1
  4. package/dist/webclient-cesium-plugin-es6.min.js +2 -2
  5. package/documention/ArcGISMapServerImageryProvider.html +112 -36
  6. package/documention/ArcGISTileServerImageryProvider.html +76 -24
  7. package/documention/CustomTilingScheme.html +248 -68
  8. package/documention/DynamicEntityVisualizer.html +18 -6
  9. package/documention/DynamicLabelLayer.html +168 -44
  10. package/documention/GeoJSONLayerUtil.html +21 -5
  11. package/documention/GraphicsLayerUtil.html +21 -5
  12. package/documention/HashMap.html +80 -16
  13. package/documention/IGSFeatureLayerUtil.html +21 -5
  14. package/documention/IGSSceneLayerUtil.html +178 -54
  15. package/documention/MapGISMapServerImageryProvider.html +334 -90
  16. package/documention/MapGISTerrainProvider.html +336 -80
  17. package/documention/MapGISTileServerImageryProvider.html +308 -80
  18. package/documention/MapGISVectorTileImageryProvider.html +407 -103
  19. package/documention/Popup.html +119 -31
  20. package/documention/SceneViewCesium.html +575 -176
  21. package/documention/Screenshot.html +30 -10
  22. package/documention/SketchEditorCesium.html +135 -43
  23. package/documention/UrlTemplateImageryProvider.html +23 -7
  24. package/documention/WFSLayerUtil.html +21 -5
  25. package/documention/WebMapServiceImageryProvider.html +22 -6
  26. package/documention/WebMapTileServiceImageryProvider.html +22 -6
  27. package/documention/global.html +17 -5
  28. package/documention/index.html +4 -4
  29. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +7 -3
  30. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +81 -29
  31. package/documention/module.exports_module.exports.html +36 -12
  32. package/documention/scripts/sideBar.js +111 -6
  33. package/package.json +1 -1
@@ -73,13 +73,17 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">Object</span>
82
+ <span class="param-type">
83
+
84
+ Object
85
+
86
+ </span>
83
87
 
84
88
 
85
89
 
@@ -100,13 +104,17 @@
100
104
 
101
105
  <tr class="deep-level-1">
102
106
 
103
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
104
108
 
105
109
 
106
110
  <td class="type">
107
111
 
108
112
 
109
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
110
118
 
111
119
 
112
120
 
@@ -127,13 +135,17 @@
127
135
 
128
136
  <tr class="deep-level-1">
129
137
 
130
- <td class="name" id="mapStyle"><code>mapStyle</code></td>
138
+ <td class="name"><code>mapStyle</code></td>
131
139
 
132
140
 
133
141
  <td class="type">
134
142
 
135
143
 
136
- <span class="param-type">String</span>
144
+ <span class="param-type">
145
+
146
+ String
147
+
148
+ </span>
137
149
 
138
150
 
139
151
 
@@ -154,13 +166,17 @@
154
166
 
155
167
  <tr class="deep-level-1">
156
168
 
157
- <td class="name" id="imageVersion"><code>imageVersion</code></td>
169
+ <td class="name"><code>imageVersion</code></td>
158
170
 
159
171
 
160
172
  <td class="type">
161
173
 
162
174
 
163
- <span class="param-type">String</span>
175
+ <span class="param-type">
176
+
177
+ String
178
+
179
+ </span>
164
180
 
165
181
 
166
182
 
@@ -183,13 +199,17 @@
183
199
 
184
200
  <tr class="deep-level-1">
185
201
 
186
- <td class="name" id="tileWidth"><code>tileWidth</code></td>
202
+ <td class="name"><code>tileWidth</code></td>
187
203
 
188
204
 
189
205
  <td class="type">
190
206
 
191
207
 
192
- <span class="param-type">Number</span>
208
+ <span class="param-type">
209
+
210
+ Number
211
+
212
+ </span>
193
213
 
194
214
 
195
215
 
@@ -212,13 +232,17 @@
212
232
 
213
233
  <tr class="deep-level-1">
214
234
 
215
- <td class="name" id="tileHeight"><code>tileHeight</code></td>
235
+ <td class="name"><code>tileHeight</code></td>
216
236
 
217
237
 
218
238
  <td class="type">
219
239
 
220
240
 
221
- <span class="param-type">Number</span>
241
+ <span class="param-type">
242
+
243
+ Number
244
+
245
+ </span>
222
246
 
223
247
 
224
248
 
@@ -241,13 +265,17 @@
241
265
 
242
266
  <tr class="deep-level-1">
243
267
 
244
- <td class="name" id="minimumLevel"><code>minimumLevel</code></td>
268
+ <td class="name"><code>minimumLevel</code></td>
245
269
 
246
270
 
247
271
  <td class="type">
248
272
 
249
273
 
250
- <span class="param-type">Number</span>
274
+ <span class="param-type">
275
+
276
+ Number
277
+
278
+ </span>
251
279
 
252
280
 
253
281
 
@@ -270,13 +298,17 @@
270
298
 
271
299
  <tr class="deep-level-1">
272
300
 
273
- <td class="name" id="maximumLevel"><code>maximumLevel</code></td>
301
+ <td class="name"><code>maximumLevel</code></td>
274
302
 
275
303
 
276
304
  <td class="type">
277
305
 
278
306
 
279
- <span class="param-type">Number</span>
307
+ <span class="param-type">
308
+
309
+ Number
310
+
311
+ </span>
280
312
 
281
313
 
282
314
 
@@ -299,13 +331,17 @@
299
331
 
300
332
  <tr class="deep-level-1">
301
333
 
302
- <td class="name" id="tilingScheme"><code>tilingScheme</code></td>
334
+ <td class="name"><code>tilingScheme</code></td>
303
335
 
304
336
 
305
337
  <td class="type">
306
338
 
307
339
 
308
- <span class="param-type">Object</span>
340
+ <span class="param-type">
341
+
342
+ Object
343
+
344
+ </span>
309
345
 
310
346
 
311
347
 
@@ -326,13 +362,17 @@
326
362
 
327
363
  <tr class="deep-level-1">
328
364
 
329
- <td class="name" id="rectangle"><code>rectangle</code></td>
365
+ <td class="name"><code>rectangle</code></td>
330
366
 
331
367
 
332
368
  <td class="type">
333
369
 
334
370
 
335
- <span class="param-type">Object</span>
371
+ <span class="param-type">
372
+
373
+ Object
374
+
375
+ </span>
336
376
 
337
377
 
338
378
 
@@ -355,13 +395,17 @@
355
395
 
356
396
  <tr class="deep-level-1">
357
397
 
358
- <td class="name" id="mapgisOffset"><code>mapgisOffset</code></td>
398
+ <td class="name"><code>mapgisOffset</code></td>
359
399
 
360
400
 
361
401
  <td class="type">
362
402
 
363
403
 
364
- <span class="param-type">Number</span>
404
+ <span class="param-type">
405
+
406
+ Number
407
+
408
+ </span>
365
409
 
366
410
 
367
411
 
@@ -384,13 +428,17 @@
384
428
 
385
429
  <tr class="deep-level-1">
386
430
 
387
- <td class="name" id="proxy"><code>proxy</code></td>
431
+ <td class="name"><code>proxy</code></td>
388
432
 
389
433
 
390
434
  <td class="type">
391
435
 
392
436
 
393
- <span class="param-type">String</span>
437
+ <span class="param-type">
438
+
439
+ String
440
+
441
+ </span>
394
442
 
395
443
 
396
444
 
@@ -411,13 +459,17 @@
411
459
 
412
460
  <tr class="deep-level-1">
413
461
 
414
- <td class="name" id="extensions"><code>extensions</code></td>
462
+ <td class="name"><code>extensions</code></td>
415
463
 
416
464
 
417
465
  <td class="type">
418
466
 
419
467
 
420
- <span class="param-type">Array</span>
468
+ <span class="param-type">
469
+
470
+ Array
471
+
472
+ </span>
421
473
 
422
474
 
423
475
 
@@ -438,13 +490,17 @@
438
490
 
439
491
  <tr class="deep-level-1">
440
492
 
441
- <td class="name" id="buildImageResource"><code>buildImageResource</code></td>
493
+ <td class="name"><code>buildImageResource</code></td>
442
494
 
443
495
 
444
496
  <td class="type">
445
497
 
446
498
 
447
- <span class="param-type">function</span>
499
+ <span class="param-type">
500
+
501
+ function
502
+
503
+ </span>
448
504
 
449
505
 
450
506
 
@@ -596,7 +652,11 @@
596
652
  <td class="name">
597
653
  <code>
598
654
 
599
- <span class="param-type">Credit</span>
655
+ <span class="param-type">
656
+
657
+ Credit
658
+
659
+ </span>
600
660
 
601
661
 
602
662
 
@@ -610,7 +670,11 @@
610
670
  <td class="name">
611
671
  <code>
612
672
 
613
- <span class="param-type">Boolean</span>
673
+ <span class="param-type">
674
+
675
+ Boolean
676
+
677
+ </span>
614
678
 
615
679
 
616
680
 
@@ -625,7 +689,11 @@
625
689
  <td class="name">
626
690
  <code>
627
691
 
628
- <span class="param-type">Boolean</span>
692
+ <span class="param-type">
693
+
694
+ Boolean
695
+
696
+ </span>
629
697
 
630
698
 
631
699
 
@@ -640,7 +708,11 @@
640
708
  <td class="name">
641
709
  <code>
642
710
 
643
- <span class="param-type">Number</span>
711
+ <span class="param-type">
712
+
713
+ Number
714
+
715
+ </span>
644
716
 
645
717
 
646
718
 
@@ -654,7 +726,11 @@
654
726
  <td class="name">
655
727
  <code>
656
728
 
657
- <span class="param-type">Number</span>
729
+ <span class="param-type">
730
+
731
+ Number
732
+
733
+ </span>
658
734
 
659
735
 
660
736
 
@@ -668,7 +744,11 @@
668
744
  <td class="name">
669
745
  <code>
670
746
 
671
- <span class="param-type">Number</span>
747
+ <span class="param-type">
748
+
749
+ Number
750
+
751
+ </span>
672
752
 
673
753
 
674
754
 
@@ -682,7 +762,11 @@
682
762
  <td class="name">
683
763
  <code>
684
764
 
685
- <span class="param-type">Proxy</span>
765
+ <span class="param-type">
766
+
767
+ Proxy
768
+
769
+ </span>
686
770
 
687
771
 
688
772
 
@@ -696,7 +780,11 @@
696
780
  <td class="name">
697
781
  <code>
698
782
 
699
- <span class="param-type">Boolean</span>
783
+ <span class="param-type">
784
+
785
+ Boolean
786
+
787
+ </span>
700
788
 
701
789
 
702
790
 
@@ -710,7 +798,11 @@
710
798
  <td class="name">
711
799
  <code>
712
800
 
713
- <span class="param-type">Rectangle</span>
801
+ <span class="param-type">
802
+
803
+ Rectangle
804
+
805
+ </span>
714
806
 
715
807
 
716
808
 
@@ -724,7 +816,11 @@
724
816
  <td class="name">
725
817
  <code>
726
818
 
727
- <span class="param-type">Number</span>
819
+ <span class="param-type">
820
+
821
+ Number
822
+
823
+ </span>
728
824
 
729
825
 
730
826
 
@@ -738,7 +834,11 @@
738
834
  <td class="name">
739
835
  <code>
740
836
 
741
- <span class="param-type">Number</span>
837
+ <span class="param-type">
838
+
839
+ Number
840
+
841
+ </span>
742
842
 
743
843
 
744
844
 
@@ -752,7 +852,11 @@
752
852
  <td class="name">
753
853
  <code>
754
854
 
755
- <span class="param-type">TilingScheme</span>
855
+ <span class="param-type">
856
+
857
+ TilingScheme
858
+
859
+ </span>
756
860
 
757
861
 
758
862
 
@@ -766,7 +870,11 @@
766
870
  <td class="name">
767
871
  <code>
768
872
 
769
- <span class="param-type">String</span>
873
+ <span class="param-type">
874
+
875
+ String
876
+
877
+ </span>
770
878
 
771
879
 
772
880
 
@@ -786,7 +894,11 @@
786
894
  <span class="method-parameter is-pulled-right">
787
895
  <label>类型:</label>
788
896
 
789
- <span class="param-type">Credit</span>
897
+ <span class="param-type">
898
+
899
+ Credit
900
+
901
+ </span>
790
902
 
791
903
 
792
904
 
@@ -861,7 +973,11 @@
861
973
  <span class="method-parameter is-pulled-right">
862
974
  <label>类型:</label>
863
975
 
864
- <span class="param-type">Boolean</span>
976
+ <span class="param-type">
977
+
978
+ Boolean
979
+
980
+ </span>
865
981
 
866
982
 
867
983
 
@@ -942,7 +1058,11 @@
942
1058
  <span class="method-parameter is-pulled-right">
943
1059
  <label>类型:</label>
944
1060
 
945
- <span class="param-type">Boolean</span>
1061
+ <span class="param-type">
1062
+
1063
+ Boolean
1064
+
1065
+ </span>
946
1066
 
947
1067
 
948
1068
 
@@ -1023,7 +1143,11 @@
1023
1143
  <span class="method-parameter is-pulled-right">
1024
1144
  <label>类型:</label>
1025
1145
 
1026
- <span class="param-type">Number</span>
1146
+ <span class="param-type">
1147
+
1148
+ Number
1149
+
1150
+ </span>
1027
1151
 
1028
1152
 
1029
1153
 
@@ -1098,7 +1222,11 @@
1098
1222
  <span class="method-parameter is-pulled-right">
1099
1223
  <label>类型:</label>
1100
1224
 
1101
- <span class="param-type">Number</span>
1225
+ <span class="param-type">
1226
+
1227
+ Number
1228
+
1229
+ </span>
1102
1230
 
1103
1231
 
1104
1232
 
@@ -1173,7 +1301,11 @@
1173
1301
  <span class="method-parameter is-pulled-right">
1174
1302
  <label>类型:</label>
1175
1303
 
1176
- <span class="param-type">Number</span>
1304
+ <span class="param-type">
1305
+
1306
+ Number
1307
+
1308
+ </span>
1177
1309
 
1178
1310
 
1179
1311
 
@@ -1248,7 +1380,11 @@
1248
1380
  <span class="method-parameter is-pulled-right">
1249
1381
  <label>类型:</label>
1250
1382
 
1251
- <span class="param-type">Proxy</span>
1383
+ <span class="param-type">
1384
+
1385
+ Proxy
1386
+
1387
+ </span>
1252
1388
 
1253
1389
 
1254
1390
 
@@ -1323,7 +1459,11 @@
1323
1459
  <span class="method-parameter is-pulled-right">
1324
1460
  <label>类型:</label>
1325
1461
 
1326
- <span class="param-type">Boolean</span>
1462
+ <span class="param-type">
1463
+
1464
+ Boolean
1465
+
1466
+ </span>
1327
1467
 
1328
1468
 
1329
1469
 
@@ -1398,7 +1538,11 @@
1398
1538
  <span class="method-parameter is-pulled-right">
1399
1539
  <label>类型:</label>
1400
1540
 
1401
- <span class="param-type">Rectangle</span>
1541
+ <span class="param-type">
1542
+
1543
+ Rectangle
1544
+
1545
+ </span>
1402
1546
 
1403
1547
 
1404
1548
 
@@ -1473,7 +1617,11 @@
1473
1617
  <span class="method-parameter is-pulled-right">
1474
1618
  <label>类型:</label>
1475
1619
 
1476
- <span class="param-type">Number</span>
1620
+ <span class="param-type">
1621
+
1622
+ Number
1623
+
1624
+ </span>
1477
1625
 
1478
1626
 
1479
1627
 
@@ -1548,7 +1696,11 @@
1548
1696
  <span class="method-parameter is-pulled-right">
1549
1697
  <label>类型:</label>
1550
1698
 
1551
- <span class="param-type">Number</span>
1699
+ <span class="param-type">
1700
+
1701
+ Number
1702
+
1703
+ </span>
1552
1704
 
1553
1705
 
1554
1706
 
@@ -1623,7 +1775,11 @@
1623
1775
  <span class="method-parameter is-pulled-right">
1624
1776
  <label>类型:</label>
1625
1777
 
1626
- <span class="param-type">TilingScheme</span>
1778
+ <span class="param-type">
1779
+
1780
+ TilingScheme
1781
+
1782
+ </span>
1627
1783
 
1628
1784
 
1629
1785
 
@@ -1698,7 +1854,11 @@
1698
1854
  <span class="method-parameter is-pulled-right">
1699
1855
  <label>类型:</label>
1700
1856
 
1701
- <span class="param-type">String</span>
1857
+ <span class="param-type">
1858
+
1859
+ String
1860
+
1861
+ </span>
1702
1862
 
1703
1863
 
1704
1864
 
@@ -1794,7 +1954,11 @@
1794
1954
  <code>
1795
1955
 
1796
1956
 
1797
- <span class="param-type"><a link="MapGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTileServerImageryProvider" MapGISTileServerImageryProvider.html>MapGISTileServerImageryProvider</a></span>
1957
+ <span class="param-type">
1958
+
1959
+ <a link="MapGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTileServerImageryProvider" MapGISTileServerImageryProvider.html>MapGISTileServerImageryProvider</a>
1960
+
1961
+ </span>
1798
1962
 
1799
1963
 
1800
1964
 
@@ -1810,10 +1974,18 @@
1810
1974
  <code>
1811
1975
 
1812
1976
 
1813
- <span class="param-type">Promise.&lt;Array.&lt;ImageryLayerFeatureInfo>></span>
1977
+ <span class="param-type">
1978
+
1979
+ Promise.&lt;Array.&lt;ImageryLayerFeatureInfo>>
1980
+
1981
+ </span>
1814
1982
  |
1815
1983
 
1816
- <span class="param-type">undefined</span>
1984
+ <span class="param-type">
1985
+
1986
+ undefined
1987
+
1988
+ </span>
1817
1989
 
1818
1990
 
1819
1991
 
@@ -1829,7 +2001,11 @@
1829
2001
  <code>
1830
2002
 
1831
2003
 
1832
- <span class="param-type">Object</span>
2004
+ <span class="param-type">
2005
+
2006
+ Object
2007
+
2008
+ </span>
1833
2009
 
1834
2010
 
1835
2011
 
@@ -1903,13 +2079,17 @@
1903
2079
 
1904
2080
  <tr class="deep-level-0">
1905
2081
 
1906
- <td class="name" id="url"><code>url</code></td>
2082
+ <td class="name"><code>url</code></td>
1907
2083
 
1908
2084
 
1909
2085
  <td class="type">
1910
2086
 
1911
2087
 
1912
- <span class="param-type">String</span>
2088
+ <span class="param-type">
2089
+
2090
+ String
2091
+
2092
+ </span>
1913
2093
 
1914
2094
 
1915
2095
 
@@ -1928,13 +2108,17 @@
1928
2108
 
1929
2109
  <tr class="deep-level-0">
1930
2110
 
1931
- <td class="name" id="options"><code>options</code></td>
2111
+ <td class="name"><code>options</code></td>
1932
2112
 
1933
2113
 
1934
2114
  <td class="type">
1935
2115
 
1936
2116
 
1937
- <span class="param-type">Object</span>
2117
+ <span class="param-type">
2118
+
2119
+ Object
2120
+
2121
+ </span>
1938
2122
 
1939
2123
 
1940
2124
 
@@ -2021,7 +2205,11 @@
2021
2205
  <div class='column is-5 has-text-left'>
2022
2206
  <label>类型: </label>
2023
2207
 
2024
- <span class="param-type"><a link="MapGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTileServerImageryProvider" MapGISTileServerImageryProvider.html>MapGISTileServerImageryProvider</a></span>
2208
+ <span class="param-type">
2209
+
2210
+ <a link="MapGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTileServerImageryProvider" MapGISTileServerImageryProvider.html>MapGISTileServerImageryProvider</a>
2211
+
2212
+ </span>
2025
2213
 
2026
2214
 
2027
2215
 
@@ -2093,13 +2281,17 @@
2093
2281
 
2094
2282
  <tr class="deep-level-0">
2095
2283
 
2096
- <td class="name" id="x"><code>x</code></td>
2284
+ <td class="name"><code>x</code></td>
2097
2285
 
2098
2286
 
2099
2287
  <td class="type">
2100
2288
 
2101
2289
 
2102
- <span class="param-type">Number</span>
2290
+ <span class="param-type">
2291
+
2292
+ Number
2293
+
2294
+ </span>
2103
2295
 
2104
2296
 
2105
2297
 
@@ -2118,13 +2310,17 @@
2118
2310
 
2119
2311
  <tr class="deep-level-0">
2120
2312
 
2121
- <td class="name" id="y"><code>y</code></td>
2313
+ <td class="name"><code>y</code></td>
2122
2314
 
2123
2315
 
2124
2316
  <td class="type">
2125
2317
 
2126
2318
 
2127
- <span class="param-type">Number</span>
2319
+ <span class="param-type">
2320
+
2321
+ Number
2322
+
2323
+ </span>
2128
2324
 
2129
2325
 
2130
2326
 
@@ -2143,13 +2339,17 @@
2143
2339
 
2144
2340
  <tr class="deep-level-0">
2145
2341
 
2146
- <td class="name" id="level"><code>level</code></td>
2342
+ <td class="name"><code>level</code></td>
2147
2343
 
2148
2344
 
2149
2345
  <td class="type">
2150
2346
 
2151
2347
 
2152
- <span class="param-type">Number</span>
2348
+ <span class="param-type">
2349
+
2350
+ Number
2351
+
2352
+ </span>
2153
2353
 
2154
2354
 
2155
2355
 
@@ -2239,10 +2439,18 @@
2239
2439
  <div class='column is-5 has-text-left'>
2240
2440
  <label>类型: </label>
2241
2441
 
2242
- <span class="param-type">Promise.&lt;Array.&lt;ImageryLayerFeatureInfo>></span>
2442
+ <span class="param-type">
2443
+
2444
+ Promise.&lt;Array.&lt;ImageryLayerFeatureInfo>>
2445
+
2446
+ </span>
2243
2447
  |
2244
2448
 
2245
- <span class="param-type">undefined</span>
2449
+ <span class="param-type">
2450
+
2451
+ undefined
2452
+
2453
+ </span>
2246
2454
 
2247
2455
 
2248
2456
 
@@ -2314,13 +2522,17 @@
2314
2522
 
2315
2523
  <tr class="deep-level-0">
2316
2524
 
2317
- <td class="name" id="x"><code>x</code></td>
2525
+ <td class="name"><code>x</code></td>
2318
2526
 
2319
2527
 
2320
2528
  <td class="type">
2321
2529
 
2322
2530
 
2323
- <span class="param-type">Number</span>
2531
+ <span class="param-type">
2532
+
2533
+ Number
2534
+
2535
+ </span>
2324
2536
 
2325
2537
 
2326
2538
 
@@ -2339,13 +2551,17 @@
2339
2551
 
2340
2552
  <tr class="deep-level-0">
2341
2553
 
2342
- <td class="name" id="y"><code>y</code></td>
2554
+ <td class="name"><code>y</code></td>
2343
2555
 
2344
2556
 
2345
2557
  <td class="type">
2346
2558
 
2347
2559
 
2348
- <span class="param-type">Number</span>
2560
+ <span class="param-type">
2561
+
2562
+ Number
2563
+
2564
+ </span>
2349
2565
 
2350
2566
 
2351
2567
 
@@ -2364,13 +2580,17 @@
2364
2580
 
2365
2581
  <tr class="deep-level-0">
2366
2582
 
2367
- <td class="name" id="level"><code>level</code></td>
2583
+ <td class="name"><code>level</code></td>
2368
2584
 
2369
2585
 
2370
2586
  <td class="type">
2371
2587
 
2372
2588
 
2373
- <span class="param-type">Number</span>
2589
+ <span class="param-type">
2590
+
2591
+ Number
2592
+
2593
+ </span>
2374
2594
 
2375
2595
 
2376
2596
 
@@ -2389,13 +2609,17 @@
2389
2609
 
2390
2610
  <tr class="deep-level-0">
2391
2611
 
2392
- <td class="name" id="request"><code>request</code></td>
2612
+ <td class="name"><code>request</code></td>
2393
2613
 
2394
2614
 
2395
2615
  <td class="type">
2396
2616
 
2397
2617
 
2398
- <span class="param-type">Object</span>
2618
+ <span class="param-type">
2619
+
2620
+ Object
2621
+
2622
+ </span>
2399
2623
 
2400
2624
 
2401
2625
 
@@ -2484,7 +2708,11 @@
2484
2708
  <div class='column is-5 has-text-left'>
2485
2709
  <label>类型: </label>
2486
2710
 
2487
- <span class="param-type">Object</span>
2711
+ <span class="param-type">
2712
+
2713
+ Object
2714
+
2715
+ </span>
2488
2716
 
2489
2717
 
2490
2718