@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -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/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. 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="netClsUrl"><code>netClsUrl</code></td>
128
+ <td class="name"><code>netClsUrl</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="flagGeometry"><code>flagGeometry</code></td>
155
+ <td class="name"><code>flagGeometry</code></td>
144
156
 
145
157
 
146
158
  <td class="type">
147
159
 
148
160
 
149
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
161
+ <span class="param-type">
162
+
163
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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="elementType"><code>elementType</code></td>
182
+ <td class="name"><code>elementType</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">Number</span>
188
+ <span class="param-type">
189
+
190
+ Number
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="barrierGeometry"><code>barrierGeometry</code></td>
209
+ <td class="name"><code>barrierGeometry</code></td>
190
210
 
191
211
 
192
212
  <td class="type">
193
213
 
194
214
 
195
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
215
+ <span class="param-type">
216
+
217
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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="nearDis"><code>nearDis</code></td>
236
+ <td class="name"><code>nearDis</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="analyTp"><code>analyTp</code></td>
263
+ <td class="name"><code>analyTp</code></td>
236
264
 
237
265
 
238
266
  <td class="type">
239
267
 
240
268
 
241
- <span class="param-type">String</span>
269
+ <span class="param-type">
270
+
271
+ String
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="weight"><code>weight</code></td>
290
+ <td class="name"><code>weight</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="outFormat"><code>outFormat</code></td>
317
+ <td class="name"><code>outFormat</code></td>
282
318
 
283
319
 
284
320
  <td class="type">
285
321
 
286
322
 
287
- <span class="param-type">String</span>
323
+ <span class="param-type">
324
+
325
+ String
326
+
327
+ </span>
288
328
 
289
329
 
290
330
 
@@ -454,7 +494,11 @@
454
494
  <td class="name">
455
495
  <code>
456
496
 
457
- <span class="param-type">String</span>
497
+ <span class="param-type">
498
+
499
+ String
500
+
501
+ </span>
458
502
 
459
503
 
460
504
 
@@ -468,7 +512,11 @@
468
512
  <td class="name">
469
513
  <code>
470
514
 
471
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
515
+ <span class="param-type">
516
+
517
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
518
+
519
+ </span>
472
520
 
473
521
 
474
522
 
@@ -482,7 +530,11 @@
482
530
  <td class="name">
483
531
  <code>
484
532
 
485
- <span class="param-type">Boolean</span>
533
+ <span class="param-type">
534
+
535
+ Boolean
536
+
537
+ </span>
486
538
 
487
539
 
488
540
 
@@ -496,7 +548,11 @@
496
548
  <td class="name">
497
549
  <code>
498
550
 
499
- <span class="param-type">String</span>
551
+ <span class="param-type">
552
+
553
+ String
554
+
555
+ </span>
500
556
 
501
557
 
502
558
 
@@ -510,7 +566,11 @@
510
566
  <td class="name">
511
567
  <code>
512
568
 
513
- <span class="param-type">Number</span>
569
+ <span class="param-type">
570
+
571
+ Number
572
+
573
+ </span>
514
574
 
515
575
 
516
576
 
@@ -524,7 +584,11 @@
524
584
  <td class="name">
525
585
  <code>
526
586
 
527
- <span class="param-type">Boolean</span>
587
+ <span class="param-type">
588
+
589
+ Boolean
590
+
591
+ </span>
528
592
 
529
593
 
530
594
 
@@ -538,7 +602,11 @@
538
602
  <td class="name">
539
603
  <code>
540
604
 
541
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
605
+ <span class="param-type">
606
+
607
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
608
+
609
+ </span>
542
610
 
543
611
 
544
612
 
@@ -552,7 +620,11 @@
552
620
  <td class="name">
553
621
  <code>
554
622
 
555
- <span class="param-type">Number</span>
623
+ <span class="param-type">
624
+
625
+ Number
626
+
627
+ </span>
556
628
 
557
629
 
558
630
 
@@ -566,7 +638,11 @@
566
638
  <td class="name">
567
639
  <code>
568
640
 
569
- <span class="param-type">String</span>
641
+ <span class="param-type">
642
+
643
+ String
644
+
645
+ </span>
570
646
 
571
647
 
572
648
 
@@ -580,7 +656,11 @@
580
656
  <td class="name">
581
657
  <code>
582
658
 
583
- <span class="param-type">String</span>
659
+ <span class="param-type">
660
+
661
+ String
662
+
663
+ </span>
584
664
 
585
665
 
586
666
 
@@ -594,7 +674,11 @@
594
674
  <td class="name">
595
675
  <code>
596
676
 
597
- <span class="param-type">Number</span>
677
+ <span class="param-type">
678
+
679
+ Number
680
+
681
+ </span>
598
682
 
599
683
 
600
684
 
@@ -608,7 +692,11 @@
608
692
  <td class="name">
609
693
  <code>
610
694
 
611
- <span class="param-type">String</span>
695
+ <span class="param-type">
696
+
697
+ String
698
+
699
+ </span>
612
700
 
613
701
 
614
702
 
@@ -622,7 +710,11 @@
622
710
  <td class="name">
623
711
  <code>
624
712
 
625
- <span class="param-type">String</span>
713
+ <span class="param-type">
714
+
715
+ String
716
+
717
+ </span>
626
718
 
627
719
 
628
720
 
@@ -636,7 +728,11 @@
636
728
  <td class="name">
637
729
  <code>
638
730
 
639
- <span class="param-type">function</span>
731
+ <span class="param-type">
732
+
733
+ function
734
+
735
+ </span>
640
736
 
641
737
 
642
738
 
@@ -650,7 +746,11 @@
650
746
  <td class="name">
651
747
  <code>
652
748
 
653
- <span class="param-type">String</span>
749
+ <span class="param-type">
750
+
751
+ String
752
+
753
+ </span>
654
754
 
655
755
 
656
756
 
@@ -664,7 +764,11 @@
664
764
  <td class="name">
665
765
  <code>
666
766
 
667
- <span class="param-type">function</span>
767
+ <span class="param-type">
768
+
769
+ function
770
+
771
+ </span>
668
772
 
669
773
 
670
774
 
@@ -678,7 +782,11 @@
678
782
  <td class="name">
679
783
  <code>
680
784
 
681
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
785
+ <span class="param-type">
786
+
787
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
788
+
789
+ </span>
682
790
 
683
791
 
684
792
 
@@ -692,7 +800,11 @@
692
800
  <td class="name">
693
801
  <code>
694
802
 
695
- <span class="param-type">String</span>
803
+ <span class="param-type">
804
+
805
+ String
806
+
807
+ </span>
696
808
 
697
809
 
698
810
 
@@ -706,7 +818,11 @@
706
818
  <td class="name">
707
819
  <code>
708
820
 
709
- <span class="param-type">String</span>
821
+ <span class="param-type">
822
+
823
+ String
824
+
825
+ </span>
710
826
 
711
827
 
712
828
 
@@ -720,7 +836,11 @@
720
836
  <td class="name">
721
837
  <code>
722
838
 
723
- <span class="param-type">String</span>
839
+ <span class="param-type">
840
+
841
+ String
842
+
843
+ </span>
724
844
 
725
845
 
726
846
 
@@ -734,7 +854,11 @@
734
854
  <td class="name">
735
855
  <code>
736
856
 
737
- <span class="param-type">String</span>
857
+ <span class="param-type">
858
+
859
+ String
860
+
861
+ </span>
738
862
 
739
863
 
740
864
 
@@ -754,7 +878,11 @@
754
878
  <span class="method-parameter is-pulled-right">
755
879
  <label>类型:</label>
756
880
 
757
- <span class="param-type">String</span>
881
+ <span class="param-type">
882
+
883
+ String
884
+
885
+ </span>
758
886
 
759
887
 
760
888
 
@@ -825,7 +953,11 @@
825
953
  <span class="method-parameter is-pulled-right">
826
954
  <label>类型:</label>
827
955
 
828
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
956
+ <span class="param-type">
957
+
958
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
959
+
960
+ </span>
829
961
 
830
962
 
831
963
 
@@ -896,7 +1028,11 @@
896
1028
  <span class="method-parameter is-pulled-right">
897
1029
  <label>类型:</label>
898
1030
 
899
- <span class="param-type">Boolean</span>
1031
+ <span class="param-type">
1032
+
1033
+ Boolean
1034
+
1035
+ </span>
900
1036
 
901
1037
 
902
1038
 
@@ -972,7 +1108,11 @@
972
1108
  <span class="method-parameter is-pulled-right">
973
1109
  <label>类型:</label>
974
1110
 
975
- <span class="param-type">String</span>
1111
+ <span class="param-type">
1112
+
1113
+ String
1114
+
1115
+ </span>
976
1116
 
977
1117
 
978
1118
 
@@ -1047,7 +1187,11 @@
1047
1187
  <span class="method-parameter is-pulled-right">
1048
1188
  <label>类型:</label>
1049
1189
 
1050
- <span class="param-type">Number</span>
1190
+ <span class="param-type">
1191
+
1192
+ Number
1193
+
1194
+ </span>
1051
1195
 
1052
1196
 
1053
1197
 
@@ -1118,7 +1262,11 @@
1118
1262
  <span class="method-parameter is-pulled-right">
1119
1263
  <label>类型:</label>
1120
1264
 
1121
- <span class="param-type">Boolean</span>
1265
+ <span class="param-type">
1266
+
1267
+ Boolean
1268
+
1269
+ </span>
1122
1270
 
1123
1271
 
1124
1272
 
@@ -1215,7 +1363,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1215
1363
  <span class="method-parameter is-pulled-right">
1216
1364
  <label>类型:</label>
1217
1365
 
1218
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1366
+ <span class="param-type">
1367
+
1368
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1369
+
1370
+ </span>
1219
1371
 
1220
1372
 
1221
1373
 
@@ -1286,7 +1438,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1286
1438
  <span class="method-parameter is-pulled-right">
1287
1439
  <label>类型:</label>
1288
1440
 
1289
- <span class="param-type">Number</span>
1441
+ <span class="param-type">
1442
+
1443
+ Number
1444
+
1445
+ </span>
1290
1446
 
1291
1447
 
1292
1448
 
@@ -1361,7 +1517,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1361
1517
  <span class="method-parameter is-pulled-right">
1362
1518
  <label>类型:</label>
1363
1519
 
1364
- <span class="param-type">String</span>
1520
+ <span class="param-type">
1521
+
1522
+ String
1523
+
1524
+ </span>
1365
1525
 
1366
1526
 
1367
1527
 
@@ -1436,7 +1596,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1436
1596
  <span class="method-parameter is-pulled-right">
1437
1597
  <label>类型:</label>
1438
1598
 
1439
- <span class="param-type">String</span>
1599
+ <span class="param-type">
1600
+
1601
+ String
1602
+
1603
+ </span>
1440
1604
 
1441
1605
 
1442
1606
 
@@ -1534,7 +1698,11 @@ BaseServer.headers.token = '新token';</code></pre>
1534
1698
  <span class="method-parameter is-pulled-right">
1535
1699
  <label>类型:</label>
1536
1700
 
1537
- <span class="param-type">Number</span>
1701
+ <span class="param-type">
1702
+
1703
+ Number
1704
+
1705
+ </span>
1538
1706
 
1539
1707
 
1540
1708
 
@@ -1605,7 +1773,11 @@ BaseServer.headers.token = '新token';</code></pre>
1605
1773
  <span class="method-parameter is-pulled-right">
1606
1774
  <label>类型:</label>
1607
1775
 
1608
- <span class="param-type">String</span>
1776
+ <span class="param-type">
1777
+
1778
+ String
1779
+
1780
+ </span>
1609
1781
 
1610
1782
 
1611
1783
 
@@ -1676,7 +1848,11 @@ BaseServer.headers.token = '新token';</code></pre>
1676
1848
  <span class="method-parameter is-pulled-right">
1677
1849
  <label>类型:</label>
1678
1850
 
1679
- <span class="param-type">String</span>
1851
+ <span class="param-type">
1852
+
1853
+ String
1854
+
1855
+ </span>
1680
1856
 
1681
1857
 
1682
1858
 
@@ -1747,7 +1923,11 @@ BaseServer.headers.token = '新token';</code></pre>
1747
1923
  <span class="method-parameter is-pulled-right">
1748
1924
  <label>类型:</label>
1749
1925
 
1750
- <span class="param-type">function</span>
1926
+ <span class="param-type">
1927
+
1928
+ function
1929
+
1930
+ </span>
1751
1931
 
1752
1932
 
1753
1933
 
@@ -1851,7 +2031,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1851
2031
  <span class="method-parameter is-pulled-right">
1852
2032
  <label>类型:</label>
1853
2033
 
1854
- <span class="param-type">String</span>
2034
+ <span class="param-type">
2035
+
2036
+ String
2037
+
2038
+ </span>
1855
2039
 
1856
2040
 
1857
2041
 
@@ -1945,7 +2129,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
1945
2129
  <span class="method-parameter is-pulled-right">
1946
2130
  <label>类型:</label>
1947
2131
 
1948
- <span class="param-type">function</span>
2132
+ <span class="param-type">
2133
+
2134
+ function
2135
+
2136
+ </span>
1949
2137
 
1950
2138
 
1951
2139
 
@@ -2051,7 +2239,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2051
2239
  <span class="method-parameter is-pulled-right">
2052
2240
  <label>类型:</label>
2053
2241
 
2054
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2242
+ <span class="param-type">
2243
+
2244
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2245
+
2246
+ </span>
2055
2247
 
2056
2248
 
2057
2249
 
@@ -2149,7 +2341,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2149
2341
  <span class="method-parameter is-pulled-right">
2150
2342
  <label>类型:</label>
2151
2343
 
2152
- <span class="param-type">String</span>
2344
+ <span class="param-type">
2345
+
2346
+ String
2347
+
2348
+ </span>
2153
2349
 
2154
2350
 
2155
2351
 
@@ -2242,7 +2438,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2242
2438
  <span class="method-parameter is-pulled-right">
2243
2439
  <label>类型:</label>
2244
2440
 
2245
- <span class="param-type">String</span>
2441
+ <span class="param-type">
2442
+
2443
+ String
2444
+
2445
+ </span>
2246
2446
 
2247
2447
 
2248
2448
 
@@ -2335,7 +2535,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2335
2535
  <span class="method-parameter is-pulled-right">
2336
2536
  <label>类型:</label>
2337
2537
 
2338
- <span class="param-type">String</span>
2538
+ <span class="param-type">
2539
+
2540
+ String
2541
+
2542
+ </span>
2339
2543
 
2340
2544
 
2341
2545
 
@@ -2411,7 +2615,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2411
2615
  <span class="method-parameter is-pulled-right">
2412
2616
  <label>类型:</label>
2413
2617
 
2414
- <span class="param-type">String</span>
2618
+ <span class="param-type">
2619
+
2620
+ String
2621
+
2622
+ </span>
2415
2623
 
2416
2624
 
2417
2625
 
@@ -2503,7 +2711,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2503
2711
  <code>
2504
2712
 
2505
2713
 
2506
- <span class="param-type">Promise.&lt;Object></span>
2714
+ <span class="param-type">
2715
+
2716
+ Promise.&lt;Object>
2717
+
2718
+ </span>
2507
2719
 
2508
2720
 
2509
2721
 
@@ -2529,7 +2741,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2529
2741
  <code>
2530
2742
 
2531
2743
 
2532
- <span class="param-type">Promise.&lt;String></span>
2744
+ <span class="param-type">
2745
+
2746
+ Promise.&lt;String>
2747
+
2748
+ </span>
2533
2749
 
2534
2750
 
2535
2751
 
@@ -2545,7 +2761,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2545
2761
  <code>
2546
2762
 
2547
2763
 
2548
- <span class="param-type">Promise.&lt;String></span>
2764
+ <span class="param-type">
2765
+
2766
+ Promise.&lt;String>
2767
+
2768
+ </span>
2549
2769
 
2550
2770
 
2551
2771
 
@@ -2561,7 +2781,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2561
2781
  <code>
2562
2782
 
2563
2783
 
2564
- <span class="param-type">Promise.&lt;String></span>
2784
+ <span class="param-type">
2785
+
2786
+ Promise.&lt;String>
2787
+
2788
+ </span>
2565
2789
 
2566
2790
 
2567
2791
 
@@ -2631,13 +2855,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2631
2855
 
2632
2856
  <tr class="deep-level-0">
2633
2857
 
2634
- <td class="name" id="options"><code>options</code></td>
2858
+ <td class="name"><code>options</code></td>
2635
2859
 
2636
2860
 
2637
2861
  <td class="type">
2638
2862
 
2639
2863
 
2640
- <span class="param-type">Object</span>
2864
+ <span class="param-type">
2865
+
2866
+ Object
2867
+
2868
+ </span>
2641
2869
 
2642
2870
 
2643
2871
 
@@ -2658,13 +2886,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2658
2886
 
2659
2887
  <tr class="deep-level-1">
2660
2888
 
2661
- <td class="name" id="headers"><code>headers</code></td>
2889
+ <td class="name"><code>headers</code></td>
2662
2890
 
2663
2891
 
2664
2892
  <td class="type">
2665
2893
 
2666
2894
 
2667
- <span class="param-type">String</span>
2895
+ <span class="param-type">
2896
+
2897
+ String
2898
+
2899
+ </span>
2668
2900
 
2669
2901
 
2670
2902
 
@@ -2685,13 +2917,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2685
2917
 
2686
2918
  <tr class="deep-level-1">
2687
2919
 
2688
- <td class="name" id="method"><code>method</code></td>
2920
+ <td class="name"><code>method</code></td>
2689
2921
 
2690
2922
 
2691
2923
  <td class="type">
2692
2924
 
2693
2925
 
2694
- <span class="param-type">String</span>
2926
+ <span class="param-type">
2927
+
2928
+ String
2929
+
2930
+ </span>
2695
2931
 
2696
2932
 
2697
2933
 
@@ -2714,13 +2950,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2714
2950
 
2715
2951
  <tr class="deep-level-1">
2716
2952
 
2717
- <td class="name" id="success"><code>success</code></td>
2953
+ <td class="name"><code>success</code></td>
2718
2954
 
2719
2955
 
2720
2956
  <td class="type">
2721
2957
 
2722
2958
 
2723
- <span class="param-type">function</span>
2959
+ <span class="param-type">
2960
+
2961
+ function
2962
+
2963
+ </span>
2724
2964
 
2725
2965
 
2726
2966
 
@@ -2741,13 +2981,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2741
2981
 
2742
2982
  <tr class="deep-level-1">
2743
2983
 
2744
- <td class="name" id="failure"><code>failure</code></td>
2984
+ <td class="name"><code>failure</code></td>
2745
2985
 
2746
2986
 
2747
2987
  <td class="type">
2748
2988
 
2749
2989
 
2750
- <span class="param-type">function</span>
2990
+ <span class="param-type">
2991
+
2992
+ function
2993
+
2994
+ </span>
2751
2995
 
2752
2996
 
2753
2997
 
@@ -2846,7 +3090,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2846
3090
  <div class='column is-5 has-text-left'>
2847
3091
  <label>类型: </label>
2848
3092
 
2849
- <span class="param-type">Promise.&lt;Object></span>
3093
+ <span class="param-type">
3094
+
3095
+ Promise.&lt;Object>
3096
+
3097
+ </span>
2850
3098
 
2851
3099
 
2852
3100
 
@@ -2932,7 +3180,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2932
3180
 
2933
3181
  <tr class="deep-level-0">
2934
3182
 
2935
- <td class="name" id="options"><code>options</code></td>
3183
+ <td class="name"><code>options</code></td>
2936
3184
 
2937
3185
 
2938
3186
  <td class="type">
@@ -2953,13 +3201,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2953
3201
 
2954
3202
  <tr class="deep-level-1">
2955
3203
 
2956
- <td class="name" id="success"><code>success</code></td>
3204
+ <td class="name"><code>success</code></td>
2957
3205
 
2958
3206
 
2959
3207
  <td class="type">
2960
3208
 
2961
3209
 
2962
- <span class="param-type">function</span>
3210
+ <span class="param-type">
3211
+
3212
+ function
3213
+
3214
+ </span>
2963
3215
 
2964
3216
 
2965
3217
 
@@ -2982,13 +3234,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2982
3234
 
2983
3235
  <tr class="deep-level-1">
2984
3236
 
2985
- <td class="name" id="failure"><code>failure</code></td>
3237
+ <td class="name"><code>failure</code></td>
2986
3238
 
2987
3239
 
2988
3240
  <td class="type">
2989
3241
 
2990
3242
 
2991
- <span class="param-type">function</span>
3243
+ <span class="param-type">
3244
+
3245
+ function
3246
+
3247
+ </span>
2992
3248
 
2993
3249
 
2994
3250
 
@@ -3167,13 +3423,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3167
3423
 
3168
3424
  <tr class="deep-level-0">
3169
3425
 
3170
- <td class="name" id="options"><code>options</code></td>
3426
+ <td class="name"><code>options</code></td>
3171
3427
 
3172
3428
 
3173
3429
  <td class="type">
3174
3430
 
3175
3431
 
3176
- <span class="param-type">Object</span>
3432
+ <span class="param-type">
3433
+
3434
+ Object
3435
+
3436
+ </span>
3177
3437
 
3178
3438
 
3179
3439
 
@@ -3194,13 +3454,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3194
3454
 
3195
3455
  <tr class="deep-level-1">
3196
3456
 
3197
- <td class="name" id="taskId"><code>taskId</code></td>
3457
+ <td class="name"><code>taskId</code></td>
3198
3458
 
3199
3459
 
3200
3460
  <td class="type">
3201
3461
 
3202
3462
 
3203
- <span class="param-type">String</span>
3463
+ <span class="param-type">
3464
+
3465
+ String
3466
+
3467
+ </span>
3204
3468
 
3205
3469
 
3206
3470
 
@@ -3221,13 +3485,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3221
3485
 
3222
3486
  <tr class="deep-level-1">
3223
3487
 
3224
- <td class="name" id="headers"><code>headers</code></td>
3488
+ <td class="name"><code>headers</code></td>
3225
3489
 
3226
3490
 
3227
3491
  <td class="type">
3228
3492
 
3229
3493
 
3230
- <span class="param-type">String</span>
3494
+ <span class="param-type">
3495
+
3496
+ String
3497
+
3498
+ </span>
3231
3499
 
3232
3500
 
3233
3501
 
@@ -3248,13 +3516,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3248
3516
 
3249
3517
  <tr class="deep-level-1">
3250
3518
 
3251
- <td class="name" id="method"><code>method</code></td>
3519
+ <td class="name"><code>method</code></td>
3252
3520
 
3253
3521
 
3254
3522
  <td class="type">
3255
3523
 
3256
3524
 
3257
- <span class="param-type">String</span>
3525
+ <span class="param-type">
3526
+
3527
+ String
3528
+
3529
+ </span>
3258
3530
 
3259
3531
 
3260
3532
 
@@ -3277,13 +3549,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3277
3549
 
3278
3550
  <tr class="deep-level-1">
3279
3551
 
3280
- <td class="name" id="success"><code>success</code></td>
3552
+ <td class="name"><code>success</code></td>
3281
3553
 
3282
3554
 
3283
3555
  <td class="type">
3284
3556
 
3285
3557
 
3286
- <span class="param-type">function</span>
3558
+ <span class="param-type">
3559
+
3560
+ function
3561
+
3562
+ </span>
3287
3563
 
3288
3564
 
3289
3565
 
@@ -3304,13 +3580,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3304
3580
 
3305
3581
  <tr class="deep-level-1">
3306
3582
 
3307
- <td class="name" id="failure"><code>failure</code></td>
3583
+ <td class="name"><code>failure</code></td>
3308
3584
 
3309
3585
 
3310
3586
  <td class="type">
3311
3587
 
3312
3588
 
3313
- <span class="param-type">function</span>
3589
+ <span class="param-type">
3590
+
3591
+ function
3592
+
3593
+ </span>
3314
3594
 
3315
3595
 
3316
3596
 
@@ -3409,7 +3689,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3409
3689
  <div class='column is-5 has-text-left'>
3410
3690
  <label>类型: </label>
3411
3691
 
3412
- <span class="param-type">Promise.&lt;String></span>
3692
+ <span class="param-type">
3693
+
3694
+ Promise.&lt;String>
3695
+
3696
+ </span>
3413
3697
 
3414
3698
 
3415
3699
 
@@ -3495,13 +3779,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3495
3779
 
3496
3780
  <tr class="deep-level-0">
3497
3781
 
3498
- <td class="name" id="options"><code>options</code></td>
3782
+ <td class="name"><code>options</code></td>
3499
3783
 
3500
3784
 
3501
3785
  <td class="type">
3502
3786
 
3503
3787
 
3504
- <span class="param-type">Object</span>
3788
+ <span class="param-type">
3789
+
3790
+ Object
3791
+
3792
+ </span>
3505
3793
 
3506
3794
 
3507
3795
 
@@ -3522,13 +3810,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3522
3810
 
3523
3811
  <tr class="deep-level-1">
3524
3812
 
3525
- <td class="name" id="taskId"><code>taskId</code></td>
3813
+ <td class="name"><code>taskId</code></td>
3526
3814
 
3527
3815
 
3528
3816
  <td class="type">
3529
3817
 
3530
3818
 
3531
- <span class="param-type">String</span>
3819
+ <span class="param-type">
3820
+
3821
+ String
3822
+
3823
+ </span>
3532
3824
 
3533
3825
 
3534
3826
 
@@ -3549,13 +3841,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3549
3841
 
3550
3842
  <tr class="deep-level-1">
3551
3843
 
3552
- <td class="name" id="headers"><code>headers</code></td>
3844
+ <td class="name"><code>headers</code></td>
3553
3845
 
3554
3846
 
3555
3847
  <td class="type">
3556
3848
 
3557
3849
 
3558
- <span class="param-type">String</span>
3850
+ <span class="param-type">
3851
+
3852
+ String
3853
+
3854
+ </span>
3559
3855
 
3560
3856
 
3561
3857
 
@@ -3576,13 +3872,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3576
3872
 
3577
3873
  <tr class="deep-level-1">
3578
3874
 
3579
- <td class="name" id="method"><code>method</code></td>
3875
+ <td class="name"><code>method</code></td>
3580
3876
 
3581
3877
 
3582
3878
  <td class="type">
3583
3879
 
3584
3880
 
3585
- <span class="param-type">String</span>
3881
+ <span class="param-type">
3882
+
3883
+ String
3884
+
3885
+ </span>
3586
3886
 
3587
3887
 
3588
3888
 
@@ -3605,13 +3905,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3605
3905
 
3606
3906
  <tr class="deep-level-1">
3607
3907
 
3608
- <td class="name" id="success"><code>success</code></td>
3908
+ <td class="name"><code>success</code></td>
3609
3909
 
3610
3910
 
3611
3911
  <td class="type">
3612
3912
 
3613
3913
 
3614
- <span class="param-type">function</span>
3914
+ <span class="param-type">
3915
+
3916
+ function
3917
+
3918
+ </span>
3615
3919
 
3616
3920
 
3617
3921
 
@@ -3632,13 +3936,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3632
3936
 
3633
3937
  <tr class="deep-level-1">
3634
3938
 
3635
- <td class="name" id="failure"><code>failure</code></td>
3939
+ <td class="name"><code>failure</code></td>
3636
3940
 
3637
3941
 
3638
3942
  <td class="type">
3639
3943
 
3640
3944
 
3641
- <span class="param-type">function</span>
3945
+ <span class="param-type">
3946
+
3947
+ function
3948
+
3949
+ </span>
3642
3950
 
3643
3951
 
3644
3952
 
@@ -3737,7 +4045,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3737
4045
  <div class='column is-5 has-text-left'>
3738
4046
  <label>类型: </label>
3739
4047
 
3740
- <span class="param-type">Promise.&lt;String></span>
4048
+ <span class="param-type">
4049
+
4050
+ Promise.&lt;String>
4051
+
4052
+ </span>
3741
4053
 
3742
4054
 
3743
4055
 
@@ -3823,13 +4135,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3823
4135
 
3824
4136
  <tr class="deep-level-0">
3825
4137
 
3826
- <td class="name" id="options"><code>options</code></td>
4138
+ <td class="name"><code>options</code></td>
3827
4139
 
3828
4140
 
3829
4141
  <td class="type">
3830
4142
 
3831
4143
 
3832
- <span class="param-type">Object</span>
4144
+ <span class="param-type">
4145
+
4146
+ Object
4147
+
4148
+ </span>
3833
4149
 
3834
4150
 
3835
4151
 
@@ -3850,13 +4166,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3850
4166
 
3851
4167
  <tr class="deep-level-1">
3852
4168
 
3853
- <td class="name" id="headers"><code>headers</code></td>
4169
+ <td class="name"><code>headers</code></td>
3854
4170
 
3855
4171
 
3856
4172
  <td class="type">
3857
4173
 
3858
4174
 
3859
- <span class="param-type">String</span>
4175
+ <span class="param-type">
4176
+
4177
+ String
4178
+
4179
+ </span>
3860
4180
 
3861
4181
 
3862
4182
 
@@ -3877,13 +4197,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3877
4197
 
3878
4198
  <tr class="deep-level-1">
3879
4199
 
3880
- <td class="name" id="method"><code>method</code></td>
4200
+ <td class="name"><code>method</code></td>
3881
4201
 
3882
4202
 
3883
4203
  <td class="type">
3884
4204
 
3885
4205
 
3886
- <span class="param-type">String</span>
4206
+ <span class="param-type">
4207
+
4208
+ String
4209
+
4210
+ </span>
3887
4211
 
3888
4212
 
3889
4213
 
@@ -3906,13 +4230,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3906
4230
 
3907
4231
  <tr class="deep-level-1">
3908
4232
 
3909
- <td class="name" id="success"><code>success</code></td>
4233
+ <td class="name"><code>success</code></td>
3910
4234
 
3911
4235
 
3912
4236
  <td class="type">
3913
4237
 
3914
4238
 
3915
- <span class="param-type">function</span>
4239
+ <span class="param-type">
4240
+
4241
+ function
4242
+
4243
+ </span>
3916
4244
 
3917
4245
 
3918
4246
 
@@ -3933,13 +4261,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3933
4261
 
3934
4262
  <tr class="deep-level-1">
3935
4263
 
3936
- <td class="name" id="failure"><code>failure</code></td>
4264
+ <td class="name"><code>failure</code></td>
3937
4265
 
3938
4266
 
3939
4267
  <td class="type">
3940
4268
 
3941
4269
 
3942
- <span class="param-type">function</span>
4270
+ <span class="param-type">
4271
+
4272
+ function
4273
+
4274
+ </span>
3943
4275
 
3944
4276
 
3945
4277
 
@@ -4045,7 +4377,11 @@ console.log(&quot;submit: &quot;, res);
4045
4377
  <div class='column is-5 has-text-left'>
4046
4378
  <label>类型: </label>
4047
4379
 
4048
- <span class="param-type">Promise.&lt;String></span>
4380
+ <span class="param-type">
4381
+
4382
+ Promise.&lt;String>
4383
+
4384
+ </span>
4049
4385
 
4050
4386
 
4051
4387