@mapgis/webclient-common 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 (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -117,13 +125,17 @@
117
125
 
118
126
  <tr class="deep-level-1">
119
127
 
120
- <td class="name" id="srcInfo"><code>srcInfo</code></td>
128
+ <td class="name"><code>srcInfo</code></td>
121
129
 
122
130
 
123
131
  <td class="type">
124
132
 
125
133
 
126
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
127
139
 
128
140
 
129
141
 
@@ -140,13 +152,17 @@
140
152
 
141
153
  <tr class="deep-level-1">
142
154
 
143
- <td class="name" id="desInfo"><code>desInfo</code></td>
155
+ <td class="name"><code>desInfo</code></td>
144
156
 
145
157
 
146
158
  <td class="type">
147
159
 
148
160
 
149
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
150
166
 
151
167
 
152
168
 
@@ -163,13 +179,17 @@
163
179
 
164
180
  <tr class="deep-level-1">
165
181
 
166
- <td class="name" id="idstr"><code>idstr</code></td>
182
+ <td class="name"><code>idstr</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
191
+
192
+ </span>
173
193
 
174
194
 
175
195
 
@@ -186,13 +206,17 @@
186
206
 
187
207
  <tr class="deep-level-1">
188
208
 
189
- <td class="name" id="leftRad"><code>leftRad</code></td>
209
+ <td class="name"><code>leftRad</code></td>
190
210
 
191
211
 
192
212
  <td class="type">
193
213
 
194
214
 
195
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
218
+
219
+ </span>
196
220
 
197
221
 
198
222
 
@@ -209,13 +233,17 @@
209
233
 
210
234
  <tr class="deep-level-1">
211
235
 
212
- <td class="name" id="rightRad"><code>rightRad</code></td>
236
+ <td class="name"><code>rightRad</code></td>
213
237
 
214
238
 
215
239
  <td class="type">
216
240
 
217
241
 
218
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
245
+
246
+ </span>
219
247
 
220
248
 
221
249
 
@@ -232,13 +260,17 @@
232
260
 
233
261
  <tr class="deep-level-1">
234
262
 
235
- <td class="name" id="isByAtt"><code>isByAtt</code></td>
263
+ <td class="name"><code>isByAtt</code></td>
236
264
 
237
265
 
238
266
  <td class="type">
239
267
 
240
268
 
241
- <span class="param-type">Boolean</span>
269
+ <span class="param-type">
270
+
271
+ Boolean
272
+
273
+ </span>
242
274
 
243
275
 
244
276
 
@@ -255,13 +287,17 @@
255
287
 
256
288
  <tr class="deep-level-1">
257
289
 
258
- <td class="name" id="fldName"><code>fldName</code></td>
290
+ <td class="name"><code>fldName</code></td>
259
291
 
260
292
 
261
293
  <td class="type">
262
294
 
263
295
 
264
- <span class="param-type">String</span>
296
+ <span class="param-type">
297
+
298
+ String
299
+
300
+ </span>
265
301
 
266
302
 
267
303
 
@@ -278,13 +314,17 @@
278
314
 
279
315
  <tr class="deep-level-1">
280
316
 
281
- <td class="name" id="angleType"><code>angleType</code></td>
317
+ <td class="name"><code>angleType</code></td>
282
318
 
283
319
 
284
320
  <td class="type">
285
321
 
286
322
 
287
- <span class="param-type">Number</span>
323
+ <span class="param-type">
324
+
325
+ Number
326
+
327
+ </span>
288
328
 
289
329
 
290
330
 
@@ -301,13 +341,17 @@
301
341
 
302
342
  <tr class="deep-level-1">
303
343
 
304
- <td class="name" id="isDynPrj"><code>isDynPrj</code></td>
344
+ <td class="name"><code>isDynPrj</code></td>
305
345
 
306
346
 
307
347
  <td class="type">
308
348
 
309
349
 
310
- <span class="param-type">Boolean</span>
350
+ <span class="param-type">
351
+
352
+ Boolean
353
+
354
+ </span>
311
355
 
312
356
 
313
357
 
@@ -324,13 +368,17 @@
324
368
 
325
369
  <tr class="deep-level-1">
326
370
 
327
- <td class="name" id="dynPrjRad"><code>dynPrjRad</code></td>
371
+ <td class="name"><code>dynPrjRad</code></td>
328
372
 
329
373
 
330
374
  <td class="type">
331
375
 
332
376
 
333
- <span class="param-type">Number</span>
377
+ <span class="param-type">
378
+
379
+ Number
380
+
381
+ </span>
334
382
 
335
383
 
336
384
 
@@ -347,13 +395,17 @@
347
395
 
348
396
  <tr class="deep-level-1">
349
397
 
350
- <td class="name" id="isDissolve"><code>isDissolve</code></td>
398
+ <td class="name"><code>isDissolve</code></td>
351
399
 
352
400
 
353
401
  <td class="type">
354
402
 
355
403
 
356
- <span class="param-type">Boolean</span>
404
+ <span class="param-type">
405
+
406
+ Boolean
407
+
408
+ </span>
357
409
 
358
410
 
359
411
 
@@ -370,13 +422,17 @@
370
422
 
371
423
  <tr class="deep-level-1">
372
424
 
373
- <td class="name" id="color"><code>color</code></td>
425
+ <td class="name"><code>color</code></td>
374
426
 
375
427
 
376
428
  <td class="type">
377
429
 
378
430
 
379
- <span class="param-type">Number</span>
431
+ <span class="param-type">
432
+
433
+ Number
434
+
435
+ </span>
380
436
 
381
437
 
382
438
 
@@ -393,13 +449,17 @@
393
449
 
394
450
  <tr class="deep-level-1">
395
451
 
396
- <td class="name" id="isMultiFeatureOpr"><code>isMultiFeatureOpr</code></td>
452
+ <td class="name"><code>isMultiFeatureOpr</code></td>
397
453
 
398
454
 
399
455
  <td class="type">
400
456
 
401
457
 
402
- <span class="param-type">Boolean</span>
458
+ <span class="param-type">
459
+
460
+ Boolean
461
+
462
+ </span>
403
463
 
404
464
 
405
465
 
@@ -561,7 +621,11 @@
561
621
  <td class="name">
562
622
  <code>
563
623
 
564
- <span class="param-type">Number</span>
624
+ <span class="param-type">
625
+
626
+ Number
627
+
628
+ </span>
565
629
 
566
630
 
567
631
 
@@ -575,7 +639,11 @@
575
639
  <td class="name">
576
640
  <code>
577
641
 
578
- <span class="param-type">Boolean</span>
642
+ <span class="param-type">
643
+
644
+ Boolean
645
+
646
+ </span>
579
647
 
580
648
 
581
649
 
@@ -589,7 +657,11 @@
589
657
  <td class="name">
590
658
  <code>
591
659
 
592
- <span class="param-type">Number</span>
660
+ <span class="param-type">
661
+
662
+ Number
663
+
664
+ </span>
593
665
 
594
666
 
595
667
 
@@ -603,7 +675,11 @@
603
675
  <td class="name">
604
676
  <code>
605
677
 
606
- <span class="param-type">String</span>
678
+ <span class="param-type">
679
+
680
+ String
681
+
682
+ </span>
607
683
 
608
684
 
609
685
 
@@ -617,7 +693,11 @@
617
693
  <td class="name">
618
694
  <code>
619
695
 
620
- <span class="param-type">String</span>
696
+ <span class="param-type">
697
+
698
+ String
699
+
700
+ </span>
621
701
 
622
702
 
623
703
 
@@ -631,7 +711,11 @@
631
711
  <td class="name">
632
712
  <code>
633
713
 
634
- <span class="param-type">Number</span>
714
+ <span class="param-type">
715
+
716
+ Number
717
+
718
+ </span>
635
719
 
636
720
 
637
721
 
@@ -645,7 +729,11 @@
645
729
  <td class="name">
646
730
  <code>
647
731
 
648
- <span class="param-type">Boolean</span>
732
+ <span class="param-type">
733
+
734
+ Boolean
735
+
736
+ </span>
649
737
 
650
738
 
651
739
 
@@ -659,7 +747,11 @@
659
747
  <td class="name">
660
748
  <code>
661
749
 
662
- <span class="param-type">String</span>
750
+ <span class="param-type">
751
+
752
+ String
753
+
754
+ </span>
663
755
 
664
756
 
665
757
 
@@ -673,7 +765,11 @@
673
765
  <td class="name">
674
766
  <code>
675
767
 
676
- <span class="param-type">Number</span>
768
+ <span class="param-type">
769
+
770
+ Number
771
+
772
+ </span>
677
773
 
678
774
 
679
775
 
@@ -687,7 +783,11 @@
687
783
  <td class="name">
688
784
  <code>
689
785
 
690
- <span class="param-type">String</span>
786
+ <span class="param-type">
787
+
788
+ String
789
+
790
+ </span>
691
791
 
692
792
 
693
793
 
@@ -701,7 +801,11 @@
701
801
  <td class="name">
702
802
  <code>
703
803
 
704
- <span class="param-type">String</span>
804
+ <span class="param-type">
805
+
806
+ String
807
+
808
+ </span>
705
809
 
706
810
 
707
811
 
@@ -715,7 +819,11 @@
715
819
  <td class="name">
716
820
  <code>
717
821
 
718
- <span class="param-type">String</span>
822
+ <span class="param-type">
823
+
824
+ String
825
+
826
+ </span>
719
827
 
720
828
 
721
829
 
@@ -729,7 +837,11 @@
729
837
  <td class="name">
730
838
  <code>
731
839
 
732
- <span class="param-type">Boolean</span>
840
+ <span class="param-type">
841
+
842
+ Boolean
843
+
844
+ </span>
733
845
 
734
846
 
735
847
 
@@ -743,7 +855,11 @@
743
855
  <td class="name">
744
856
  <code>
745
857
 
746
- <span class="param-type">Boolean</span>
858
+ <span class="param-type">
859
+
860
+ Boolean
861
+
862
+ </span>
747
863
 
748
864
 
749
865
 
@@ -757,7 +873,11 @@
757
873
  <td class="name">
758
874
  <code>
759
875
 
760
- <span class="param-type">Boolean</span>
876
+ <span class="param-type">
877
+
878
+ Boolean
879
+
880
+ </span>
761
881
 
762
882
 
763
883
 
@@ -771,7 +891,11 @@
771
891
  <td class="name">
772
892
  <code>
773
893
 
774
- <span class="param-type">Boolean</span>
894
+ <span class="param-type">
895
+
896
+ Boolean
897
+
898
+ </span>
775
899
 
776
900
 
777
901
 
@@ -785,7 +909,11 @@
785
909
  <td class="name">
786
910
  <code>
787
911
 
788
- <span class="param-type">Number</span>
912
+ <span class="param-type">
913
+
914
+ Number
915
+
916
+ </span>
789
917
 
790
918
 
791
919
 
@@ -799,7 +927,11 @@
799
927
  <td class="name">
800
928
  <code>
801
929
 
802
- <span class="param-type">function</span>
930
+ <span class="param-type">
931
+
932
+ function
933
+
934
+ </span>
803
935
 
804
936
 
805
937
 
@@ -813,7 +945,11 @@
813
945
  <td class="name">
814
946
  <code>
815
947
 
816
- <span class="param-type">String</span>
948
+ <span class="param-type">
949
+
950
+ String
951
+
952
+ </span>
817
953
 
818
954
 
819
955
 
@@ -827,7 +963,11 @@
827
963
  <td class="name">
828
964
  <code>
829
965
 
830
- <span class="param-type">function</span>
966
+ <span class="param-type">
967
+
968
+ function
969
+
970
+ </span>
831
971
 
832
972
 
833
973
 
@@ -841,7 +981,11 @@
841
981
  <td class="name">
842
982
  <code>
843
983
 
844
- <span class="param-type">Number</span>
984
+ <span class="param-type">
985
+
986
+ Number
987
+
988
+ </span>
845
989
 
846
990
 
847
991
 
@@ -855,7 +999,11 @@
855
999
  <td class="name">
856
1000
  <code>
857
1001
 
858
- <span class="param-type">String</span>
1002
+ <span class="param-type">
1003
+
1004
+ String
1005
+
1006
+ </span>
859
1007
 
860
1008
 
861
1009
 
@@ -869,7 +1017,11 @@
869
1017
  <td class="name">
870
1018
  <code>
871
1019
 
872
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1020
+ <span class="param-type">
1021
+
1022
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1023
+
1024
+ </span>
873
1025
 
874
1026
 
875
1027
 
@@ -883,7 +1035,11 @@
883
1035
  <td class="name">
884
1036
  <code>
885
1037
 
886
- <span class="param-type">String</span>
1038
+ <span class="param-type">
1039
+
1040
+ String
1041
+
1042
+ </span>
887
1043
 
888
1044
 
889
1045
 
@@ -897,7 +1053,11 @@
897
1053
  <td class="name">
898
1054
  <code>
899
1055
 
900
- <span class="param-type">String</span>
1056
+ <span class="param-type">
1057
+
1058
+ String
1059
+
1060
+ </span>
901
1061
 
902
1062
 
903
1063
 
@@ -911,7 +1071,11 @@
911
1071
  <td class="name">
912
1072
  <code>
913
1073
 
914
- <span class="param-type">String</span>
1074
+ <span class="param-type">
1075
+
1076
+ String
1077
+
1078
+ </span>
915
1079
 
916
1080
 
917
1081
 
@@ -931,7 +1095,11 @@
931
1095
  <span class="method-parameter is-pulled-right">
932
1096
  <label>类型:</label>
933
1097
 
934
- <span class="param-type">Number</span>
1098
+ <span class="param-type">
1099
+
1100
+ Number
1101
+
1102
+ </span>
935
1103
 
936
1104
 
937
1105
 
@@ -1002,7 +1170,11 @@
1002
1170
  <span class="method-parameter is-pulled-right">
1003
1171
  <label>类型:</label>
1004
1172
 
1005
- <span class="param-type">Boolean</span>
1173
+ <span class="param-type">
1174
+
1175
+ Boolean
1176
+
1177
+ </span>
1006
1178
 
1007
1179
 
1008
1180
 
@@ -1078,7 +1250,11 @@
1078
1250
  <span class="method-parameter is-pulled-right">
1079
1251
  <label>类型:</label>
1080
1252
 
1081
- <span class="param-type">Number</span>
1253
+ <span class="param-type">
1254
+
1255
+ Number
1256
+
1257
+ </span>
1082
1258
 
1083
1259
 
1084
1260
 
@@ -1149,7 +1325,11 @@
1149
1325
  <span class="method-parameter is-pulled-right">
1150
1326
  <label>类型:</label>
1151
1327
 
1152
- <span class="param-type">String</span>
1328
+ <span class="param-type">
1329
+
1330
+ String
1331
+
1332
+ </span>
1153
1333
 
1154
1334
 
1155
1335
 
@@ -1224,7 +1404,11 @@
1224
1404
  <span class="method-parameter is-pulled-right">
1225
1405
  <label>类型:</label>
1226
1406
 
1227
- <span class="param-type">String</span>
1407
+ <span class="param-type">
1408
+
1409
+ String
1410
+
1411
+ </span>
1228
1412
 
1229
1413
 
1230
1414
 
@@ -1295,7 +1479,11 @@
1295
1479
  <span class="method-parameter is-pulled-right">
1296
1480
  <label>类型:</label>
1297
1481
 
1298
- <span class="param-type">Number</span>
1482
+ <span class="param-type">
1483
+
1484
+ Number
1485
+
1486
+ </span>
1299
1487
 
1300
1488
 
1301
1489
 
@@ -1366,7 +1554,11 @@
1366
1554
  <span class="method-parameter is-pulled-right">
1367
1555
  <label>类型:</label>
1368
1556
 
1369
- <span class="param-type">Boolean</span>
1557
+ <span class="param-type">
1558
+
1559
+ Boolean
1560
+
1561
+ </span>
1370
1562
 
1371
1563
 
1372
1564
 
@@ -1463,7 +1655,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1463
1655
  <span class="method-parameter is-pulled-right">
1464
1656
  <label>类型:</label>
1465
1657
 
1466
- <span class="param-type">String</span>
1658
+ <span class="param-type">
1659
+
1660
+ String
1661
+
1662
+ </span>
1467
1663
 
1468
1664
 
1469
1665
 
@@ -1534,7 +1730,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1534
1730
  <span class="method-parameter is-pulled-right">
1535
1731
  <label>类型:</label>
1536
1732
 
1537
- <span class="param-type">Number</span>
1733
+ <span class="param-type">
1734
+
1735
+ Number
1736
+
1737
+ </span>
1538
1738
 
1539
1739
 
1540
1740
 
@@ -1609,7 +1809,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1609
1809
  <span class="method-parameter is-pulled-right">
1610
1810
  <label>类型:</label>
1611
1811
 
1612
- <span class="param-type">String</span>
1812
+ <span class="param-type">
1813
+
1814
+ String
1815
+
1816
+ </span>
1613
1817
 
1614
1818
 
1615
1819
 
@@ -1684,7 +1888,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1684
1888
  <span class="method-parameter is-pulled-right">
1685
1889
  <label>类型:</label>
1686
1890
 
1687
- <span class="param-type">String</span>
1891
+ <span class="param-type">
1892
+
1893
+ String
1894
+
1895
+ </span>
1688
1896
 
1689
1897
 
1690
1898
 
@@ -1782,7 +1990,11 @@ BaseServer.headers.token = '新token';</code></pre>
1782
1990
  <span class="method-parameter is-pulled-right">
1783
1991
  <label>类型:</label>
1784
1992
 
1785
- <span class="param-type">String</span>
1993
+ <span class="param-type">
1994
+
1995
+ String
1996
+
1997
+ </span>
1786
1998
 
1787
1999
 
1788
2000
 
@@ -1853,7 +2065,11 @@ BaseServer.headers.token = '新token';</code></pre>
1853
2065
  <span class="method-parameter is-pulled-right">
1854
2066
  <label>类型:</label>
1855
2067
 
1856
- <span class="param-type">Boolean</span>
2068
+ <span class="param-type">
2069
+
2070
+ Boolean
2071
+
2072
+ </span>
1857
2073
 
1858
2074
 
1859
2075
 
@@ -1924,7 +2140,11 @@ BaseServer.headers.token = '新token';</code></pre>
1924
2140
  <span class="method-parameter is-pulled-right">
1925
2141
  <label>类型:</label>
1926
2142
 
1927
- <span class="param-type">Boolean</span>
2143
+ <span class="param-type">
2144
+
2145
+ Boolean
2146
+
2147
+ </span>
1928
2148
 
1929
2149
 
1930
2150
 
@@ -1995,7 +2215,11 @@ BaseServer.headers.token = '新token';</code></pre>
1995
2215
  <span class="method-parameter is-pulled-right">
1996
2216
  <label>类型:</label>
1997
2217
 
1998
- <span class="param-type">Boolean</span>
2218
+ <span class="param-type">
2219
+
2220
+ Boolean
2221
+
2222
+ </span>
1999
2223
 
2000
2224
 
2001
2225
 
@@ -2066,7 +2290,11 @@ BaseServer.headers.token = '新token';</code></pre>
2066
2290
  <span class="method-parameter is-pulled-right">
2067
2291
  <label>类型:</label>
2068
2292
 
2069
- <span class="param-type">Boolean</span>
2293
+ <span class="param-type">
2294
+
2295
+ Boolean
2296
+
2297
+ </span>
2070
2298
 
2071
2299
 
2072
2300
 
@@ -2137,7 +2365,11 @@ BaseServer.headers.token = '新token';</code></pre>
2137
2365
  <span class="method-parameter is-pulled-right">
2138
2366
  <label>类型:</label>
2139
2367
 
2140
- <span class="param-type">Number</span>
2368
+ <span class="param-type">
2369
+
2370
+ Number
2371
+
2372
+ </span>
2141
2373
 
2142
2374
 
2143
2375
 
@@ -2208,7 +2440,11 @@ BaseServer.headers.token = '新token';</code></pre>
2208
2440
  <span class="method-parameter is-pulled-right">
2209
2441
  <label>类型:</label>
2210
2442
 
2211
- <span class="param-type">function</span>
2443
+ <span class="param-type">
2444
+
2445
+ function
2446
+
2447
+ </span>
2212
2448
 
2213
2449
 
2214
2450
 
@@ -2312,7 +2548,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2312
2548
  <span class="method-parameter is-pulled-right">
2313
2549
  <label>类型:</label>
2314
2550
 
2315
- <span class="param-type">String</span>
2551
+ <span class="param-type">
2552
+
2553
+ String
2554
+
2555
+ </span>
2316
2556
 
2317
2557
 
2318
2558
 
@@ -2406,7 +2646,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
2406
2646
  <span class="method-parameter is-pulled-right">
2407
2647
  <label>类型:</label>
2408
2648
 
2409
- <span class="param-type">function</span>
2649
+ <span class="param-type">
2650
+
2651
+ function
2652
+
2653
+ </span>
2410
2654
 
2411
2655
 
2412
2656
 
@@ -2512,7 +2756,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2512
2756
  <span class="method-parameter is-pulled-right">
2513
2757
  <label>类型:</label>
2514
2758
 
2515
- <span class="param-type">Number</span>
2759
+ <span class="param-type">
2760
+
2761
+ Number
2762
+
2763
+ </span>
2516
2764
 
2517
2765
 
2518
2766
 
@@ -2583,7 +2831,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2583
2831
  <span class="method-parameter is-pulled-right">
2584
2832
  <label>类型:</label>
2585
2833
 
2586
- <span class="param-type">String</span>
2834
+ <span class="param-type">
2835
+
2836
+ String
2837
+
2838
+ </span>
2587
2839
 
2588
2840
 
2589
2841
 
@@ -2654,7 +2906,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2654
2906
  <span class="method-parameter is-pulled-right">
2655
2907
  <label>类型:</label>
2656
2908
 
2657
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2909
+ <span class="param-type">
2910
+
2911
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2912
+
2913
+ </span>
2658
2914
 
2659
2915
 
2660
2916
 
@@ -2752,7 +3008,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2752
3008
  <span class="method-parameter is-pulled-right">
2753
3009
  <label>类型:</label>
2754
3010
 
2755
- <span class="param-type">String</span>
3011
+ <span class="param-type">
3012
+
3013
+ String
3014
+
3015
+ </span>
2756
3016
 
2757
3017
 
2758
3018
 
@@ -2845,7 +3105,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2845
3105
  <span class="method-parameter is-pulled-right">
2846
3106
  <label>类型:</label>
2847
3107
 
2848
- <span class="param-type">String</span>
3108
+ <span class="param-type">
3109
+
3110
+ String
3111
+
3112
+ </span>
2849
3113
 
2850
3114
 
2851
3115
 
@@ -2938,7 +3202,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2938
3202
  <span class="method-parameter is-pulled-right">
2939
3203
  <label>类型:</label>
2940
3204
 
2941
- <span class="param-type">String</span>
3205
+ <span class="param-type">
3206
+
3207
+ String
3208
+
3209
+ </span>
2942
3210
 
2943
3211
 
2944
3212
 
@@ -3035,7 +3303,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3035
3303
  <code>
3036
3304
 
3037
3305
 
3038
- <span class="param-type">Promise.&lt;Object></span>
3306
+ <span class="param-type">
3307
+
3308
+ Promise.&lt;Object>
3309
+
3310
+ </span>
3039
3311
 
3040
3312
 
3041
3313
 
@@ -3061,7 +3333,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3061
3333
  <code>
3062
3334
 
3063
3335
 
3064
- <span class="param-type">Promise.&lt;String></span>
3336
+ <span class="param-type">
3337
+
3338
+ Promise.&lt;String>
3339
+
3340
+ </span>
3065
3341
 
3066
3342
 
3067
3343
 
@@ -3077,7 +3353,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3077
3353
  <code>
3078
3354
 
3079
3355
 
3080
- <span class="param-type">Promise.&lt;String></span>
3356
+ <span class="param-type">
3357
+
3358
+ Promise.&lt;String>
3359
+
3360
+ </span>
3081
3361
 
3082
3362
 
3083
3363
 
@@ -3093,7 +3373,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3093
3373
  <code>
3094
3374
 
3095
3375
 
3096
- <span class="param-type">Promise.&lt;String></span>
3376
+ <span class="param-type">
3377
+
3378
+ Promise.&lt;String>
3379
+
3380
+ </span>
3097
3381
 
3098
3382
 
3099
3383
 
@@ -3163,13 +3447,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3163
3447
 
3164
3448
  <tr class="deep-level-0">
3165
3449
 
3166
- <td class="name" id="options"><code>options</code></td>
3450
+ <td class="name"><code>options</code></td>
3167
3451
 
3168
3452
 
3169
3453
  <td class="type">
3170
3454
 
3171
3455
 
3172
- <span class="param-type">Object</span>
3456
+ <span class="param-type">
3457
+
3458
+ Object
3459
+
3460
+ </span>
3173
3461
 
3174
3462
 
3175
3463
 
@@ -3190,13 +3478,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3190
3478
 
3191
3479
  <tr class="deep-level-1">
3192
3480
 
3193
- <td class="name" id="headers"><code>headers</code></td>
3481
+ <td class="name"><code>headers</code></td>
3194
3482
 
3195
3483
 
3196
3484
  <td class="type">
3197
3485
 
3198
3486
 
3199
- <span class="param-type">String</span>
3487
+ <span class="param-type">
3488
+
3489
+ String
3490
+
3491
+ </span>
3200
3492
 
3201
3493
 
3202
3494
 
@@ -3217,13 +3509,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3217
3509
 
3218
3510
  <tr class="deep-level-1">
3219
3511
 
3220
- <td class="name" id="method"><code>method</code></td>
3512
+ <td class="name"><code>method</code></td>
3221
3513
 
3222
3514
 
3223
3515
  <td class="type">
3224
3516
 
3225
3517
 
3226
- <span class="param-type">String</span>
3518
+ <span class="param-type">
3519
+
3520
+ String
3521
+
3522
+ </span>
3227
3523
 
3228
3524
 
3229
3525
 
@@ -3246,13 +3542,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3246
3542
 
3247
3543
  <tr class="deep-level-1">
3248
3544
 
3249
- <td class="name" id="success"><code>success</code></td>
3545
+ <td class="name"><code>success</code></td>
3250
3546
 
3251
3547
 
3252
3548
  <td class="type">
3253
3549
 
3254
3550
 
3255
- <span class="param-type">function</span>
3551
+ <span class="param-type">
3552
+
3553
+ function
3554
+
3555
+ </span>
3256
3556
 
3257
3557
 
3258
3558
 
@@ -3273,13 +3573,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3273
3573
 
3274
3574
  <tr class="deep-level-1">
3275
3575
 
3276
- <td class="name" id="failure"><code>failure</code></td>
3576
+ <td class="name"><code>failure</code></td>
3277
3577
 
3278
3578
 
3279
3579
  <td class="type">
3280
3580
 
3281
3581
 
3282
- <span class="param-type">function</span>
3582
+ <span class="param-type">
3583
+
3584
+ function
3585
+
3586
+ </span>
3283
3587
 
3284
3588
 
3285
3589
 
@@ -3378,7 +3682,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3378
3682
  <div class='column is-5 has-text-left'>
3379
3683
  <label>类型: </label>
3380
3684
 
3381
- <span class="param-type">Promise.&lt;Object></span>
3685
+ <span class="param-type">
3686
+
3687
+ Promise.&lt;Object>
3688
+
3689
+ </span>
3382
3690
 
3383
3691
 
3384
3692
 
@@ -3464,7 +3772,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3464
3772
 
3465
3773
  <tr class="deep-level-0">
3466
3774
 
3467
- <td class="name" id="options"><code>options</code></td>
3775
+ <td class="name"><code>options</code></td>
3468
3776
 
3469
3777
 
3470
3778
  <td class="type">
@@ -3485,13 +3793,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3485
3793
 
3486
3794
  <tr class="deep-level-1">
3487
3795
 
3488
- <td class="name" id="success"><code>success</code></td>
3796
+ <td class="name"><code>success</code></td>
3489
3797
 
3490
3798
 
3491
3799
  <td class="type">
3492
3800
 
3493
3801
 
3494
- <span class="param-type">function</span>
3802
+ <span class="param-type">
3803
+
3804
+ function
3805
+
3806
+ </span>
3495
3807
 
3496
3808
 
3497
3809
 
@@ -3514,13 +3826,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3514
3826
 
3515
3827
  <tr class="deep-level-1">
3516
3828
 
3517
- <td class="name" id="failure"><code>failure</code></td>
3829
+ <td class="name"><code>failure</code></td>
3518
3830
 
3519
3831
 
3520
3832
  <td class="type">
3521
3833
 
3522
3834
 
3523
- <span class="param-type">function</span>
3835
+ <span class="param-type">
3836
+
3837
+ function
3838
+
3839
+ </span>
3524
3840
 
3525
3841
 
3526
3842
 
@@ -3699,13 +4015,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3699
4015
 
3700
4016
  <tr class="deep-level-0">
3701
4017
 
3702
- <td class="name" id="options"><code>options</code></td>
4018
+ <td class="name"><code>options</code></td>
3703
4019
 
3704
4020
 
3705
4021
  <td class="type">
3706
4022
 
3707
4023
 
3708
- <span class="param-type">Object</span>
4024
+ <span class="param-type">
4025
+
4026
+ Object
4027
+
4028
+ </span>
3709
4029
 
3710
4030
 
3711
4031
 
@@ -3726,13 +4046,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3726
4046
 
3727
4047
  <tr class="deep-level-1">
3728
4048
 
3729
- <td class="name" id="taskId"><code>taskId</code></td>
4049
+ <td class="name"><code>taskId</code></td>
3730
4050
 
3731
4051
 
3732
4052
  <td class="type">
3733
4053
 
3734
4054
 
3735
- <span class="param-type">String</span>
4055
+ <span class="param-type">
4056
+
4057
+ String
4058
+
4059
+ </span>
3736
4060
 
3737
4061
 
3738
4062
 
@@ -3753,13 +4077,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3753
4077
 
3754
4078
  <tr class="deep-level-1">
3755
4079
 
3756
- <td class="name" id="headers"><code>headers</code></td>
4080
+ <td class="name"><code>headers</code></td>
3757
4081
 
3758
4082
 
3759
4083
  <td class="type">
3760
4084
 
3761
4085
 
3762
- <span class="param-type">String</span>
4086
+ <span class="param-type">
4087
+
4088
+ String
4089
+
4090
+ </span>
3763
4091
 
3764
4092
 
3765
4093
 
@@ -3780,13 +4108,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3780
4108
 
3781
4109
  <tr class="deep-level-1">
3782
4110
 
3783
- <td class="name" id="method"><code>method</code></td>
4111
+ <td class="name"><code>method</code></td>
3784
4112
 
3785
4113
 
3786
4114
  <td class="type">
3787
4115
 
3788
4116
 
3789
- <span class="param-type">String</span>
4117
+ <span class="param-type">
4118
+
4119
+ String
4120
+
4121
+ </span>
3790
4122
 
3791
4123
 
3792
4124
 
@@ -3809,13 +4141,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3809
4141
 
3810
4142
  <tr class="deep-level-1">
3811
4143
 
3812
- <td class="name" id="success"><code>success</code></td>
4144
+ <td class="name"><code>success</code></td>
3813
4145
 
3814
4146
 
3815
4147
  <td class="type">
3816
4148
 
3817
4149
 
3818
- <span class="param-type">function</span>
4150
+ <span class="param-type">
4151
+
4152
+ function
4153
+
4154
+ </span>
3819
4155
 
3820
4156
 
3821
4157
 
@@ -3836,13 +4172,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3836
4172
 
3837
4173
  <tr class="deep-level-1">
3838
4174
 
3839
- <td class="name" id="failure"><code>failure</code></td>
4175
+ <td class="name"><code>failure</code></td>
3840
4176
 
3841
4177
 
3842
4178
  <td class="type">
3843
4179
 
3844
4180
 
3845
- <span class="param-type">function</span>
4181
+ <span class="param-type">
4182
+
4183
+ function
4184
+
4185
+ </span>
3846
4186
 
3847
4187
 
3848
4188
 
@@ -3941,7 +4281,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3941
4281
  <div class='column is-5 has-text-left'>
3942
4282
  <label>类型: </label>
3943
4283
 
3944
- <span class="param-type">Promise.&lt;String></span>
4284
+ <span class="param-type">
4285
+
4286
+ Promise.&lt;String>
4287
+
4288
+ </span>
3945
4289
 
3946
4290
 
3947
4291
 
@@ -4027,13 +4371,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4027
4371
 
4028
4372
  <tr class="deep-level-0">
4029
4373
 
4030
- <td class="name" id="options"><code>options</code></td>
4374
+ <td class="name"><code>options</code></td>
4031
4375
 
4032
4376
 
4033
4377
  <td class="type">
4034
4378
 
4035
4379
 
4036
- <span class="param-type">Object</span>
4380
+ <span class="param-type">
4381
+
4382
+ Object
4383
+
4384
+ </span>
4037
4385
 
4038
4386
 
4039
4387
 
@@ -4054,13 +4402,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4054
4402
 
4055
4403
  <tr class="deep-level-1">
4056
4404
 
4057
- <td class="name" id="taskId"><code>taskId</code></td>
4405
+ <td class="name"><code>taskId</code></td>
4058
4406
 
4059
4407
 
4060
4408
  <td class="type">
4061
4409
 
4062
4410
 
4063
- <span class="param-type">String</span>
4411
+ <span class="param-type">
4412
+
4413
+ String
4414
+
4415
+ </span>
4064
4416
 
4065
4417
 
4066
4418
 
@@ -4081,13 +4433,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4081
4433
 
4082
4434
  <tr class="deep-level-1">
4083
4435
 
4084
- <td class="name" id="headers"><code>headers</code></td>
4436
+ <td class="name"><code>headers</code></td>
4085
4437
 
4086
4438
 
4087
4439
  <td class="type">
4088
4440
 
4089
4441
 
4090
- <span class="param-type">String</span>
4442
+ <span class="param-type">
4443
+
4444
+ String
4445
+
4446
+ </span>
4091
4447
 
4092
4448
 
4093
4449
 
@@ -4108,13 +4464,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4108
4464
 
4109
4465
  <tr class="deep-level-1">
4110
4466
 
4111
- <td class="name" id="method"><code>method</code></td>
4467
+ <td class="name"><code>method</code></td>
4112
4468
 
4113
4469
 
4114
4470
  <td class="type">
4115
4471
 
4116
4472
 
4117
- <span class="param-type">String</span>
4473
+ <span class="param-type">
4474
+
4475
+ String
4476
+
4477
+ </span>
4118
4478
 
4119
4479
 
4120
4480
 
@@ -4137,13 +4497,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4137
4497
 
4138
4498
  <tr class="deep-level-1">
4139
4499
 
4140
- <td class="name" id="success"><code>success</code></td>
4500
+ <td class="name"><code>success</code></td>
4141
4501
 
4142
4502
 
4143
4503
  <td class="type">
4144
4504
 
4145
4505
 
4146
- <span class="param-type">function</span>
4506
+ <span class="param-type">
4507
+
4508
+ function
4509
+
4510
+ </span>
4147
4511
 
4148
4512
 
4149
4513
 
@@ -4164,13 +4528,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4164
4528
 
4165
4529
  <tr class="deep-level-1">
4166
4530
 
4167
- <td class="name" id="failure"><code>failure</code></td>
4531
+ <td class="name"><code>failure</code></td>
4168
4532
 
4169
4533
 
4170
4534
  <td class="type">
4171
4535
 
4172
4536
 
4173
- <span class="param-type">function</span>
4537
+ <span class="param-type">
4538
+
4539
+ function
4540
+
4541
+ </span>
4174
4542
 
4175
4543
 
4176
4544
 
@@ -4269,7 +4637,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
4269
4637
  <div class='column is-5 has-text-left'>
4270
4638
  <label>类型: </label>
4271
4639
 
4272
- <span class="param-type">Promise.&lt;String></span>
4640
+ <span class="param-type">
4641
+
4642
+ Promise.&lt;String>
4643
+
4644
+ </span>
4273
4645
 
4274
4646
 
4275
4647
 
@@ -4355,13 +4727,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4355
4727
 
4356
4728
  <tr class="deep-level-0">
4357
4729
 
4358
- <td class="name" id="options"><code>options</code></td>
4730
+ <td class="name"><code>options</code></td>
4359
4731
 
4360
4732
 
4361
4733
  <td class="type">
4362
4734
 
4363
4735
 
4364
- <span class="param-type">Object</span>
4736
+ <span class="param-type">
4737
+
4738
+ Object
4739
+
4740
+ </span>
4365
4741
 
4366
4742
 
4367
4743
 
@@ -4382,13 +4758,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4382
4758
 
4383
4759
  <tr class="deep-level-1">
4384
4760
 
4385
- <td class="name" id="headers"><code>headers</code></td>
4761
+ <td class="name"><code>headers</code></td>
4386
4762
 
4387
4763
 
4388
4764
  <td class="type">
4389
4765
 
4390
4766
 
4391
- <span class="param-type">String</span>
4767
+ <span class="param-type">
4768
+
4769
+ String
4770
+
4771
+ </span>
4392
4772
 
4393
4773
 
4394
4774
 
@@ -4409,13 +4789,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4409
4789
 
4410
4790
  <tr class="deep-level-1">
4411
4791
 
4412
- <td class="name" id="method"><code>method</code></td>
4792
+ <td class="name"><code>method</code></td>
4413
4793
 
4414
4794
 
4415
4795
  <td class="type">
4416
4796
 
4417
4797
 
4418
- <span class="param-type">String</span>
4798
+ <span class="param-type">
4799
+
4800
+ String
4801
+
4802
+ </span>
4419
4803
 
4420
4804
 
4421
4805
 
@@ -4438,13 +4822,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4438
4822
 
4439
4823
  <tr class="deep-level-1">
4440
4824
 
4441
- <td class="name" id="success"><code>success</code></td>
4825
+ <td class="name"><code>success</code></td>
4442
4826
 
4443
4827
 
4444
4828
  <td class="type">
4445
4829
 
4446
4830
 
4447
- <span class="param-type">function</span>
4831
+ <span class="param-type">
4832
+
4833
+ function
4834
+
4835
+ </span>
4448
4836
 
4449
4837
 
4450
4838
 
@@ -4465,13 +4853,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4465
4853
 
4466
4854
  <tr class="deep-level-1">
4467
4855
 
4468
- <td class="name" id="failure"><code>failure</code></td>
4856
+ <td class="name"><code>failure</code></td>
4469
4857
 
4470
4858
 
4471
4859
  <td class="type">
4472
4860
 
4473
4861
 
4474
- <span class="param-type">function</span>
4862
+ <span class="param-type">
4863
+
4864
+ function
4865
+
4866
+ </span>
4475
4867
 
4476
4868
 
4477
4869
 
@@ -4577,7 +4969,11 @@ console.log(&quot;submit: &quot;, res);
4577
4969
  <div class='column is-5 has-text-left'>
4578
4970
  <label>类型: </label>
4579
4971
 
4580
- <span class="param-type">Promise.&lt;String></span>
4972
+ <span class="param-type">
4973
+
4974
+ Promise.&lt;String>
4975
+
4976
+ </span>
4581
4977
 
4582
4978
 
4583
4979