@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="geometry1"><code>geometry1</code></td>
128
+ <td class="name"><code>geometry1</code></td>
121
129
 
122
130
 
123
131
  <td class="type">
124
132
 
125
133
 
126
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
134
+ <span class="param-type">
135
+
136
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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="geometry2"><code>geometry2</code></td>
155
+ <td class="name"><code>geometry2</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="attOptType"><code>attOptType</code></td>
182
+ <td class="name"><code>attOptType</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="infoOptType"><code>infoOptType</code></td>
209
+ <td class="name"><code>infoOptType</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="overType"><code>overType</code></td>
236
+ <td class="name"><code>overType</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="radius"><code>radius</code></td>
263
+ <td class="name"><code>radius</code></td>
236
264
 
237
265
 
238
266
  <td class="type">
239
267
 
240
268
 
241
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
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="inFormat"><code>inFormat</code></td>
290
+ <td class="name"><code>inFormat</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
 
@@ -440,7 +476,11 @@
440
476
  <td class="name">
441
477
  <code>
442
478
 
443
- <span class="param-type">Number</span>
479
+ <span class="param-type">
480
+
481
+ Number
482
+
483
+ </span>
444
484
 
445
485
 
446
486
 
@@ -454,7 +494,11 @@
454
494
  <td class="name">
455
495
  <code>
456
496
 
457
- <span class="param-type">Boolean</span>
497
+ <span class="param-type">
498
+
499
+ Boolean
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">String</span>
515
+ <span class="param-type">
516
+
517
+ String
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">String</span>
533
+ <span class="param-type">
534
+
535
+ String
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">Boolean</span>
551
+ <span class="param-type">
552
+
553
+ Boolean
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"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
587
+ <span class="param-type">
588
+
589
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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">String</span>
623
+ <span class="param-type">
624
+
625
+ String
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">Number</span>
659
+ <span class="param-type">
660
+
661
+ Number
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">String</span>
677
+ <span class="param-type">
678
+
679
+ String
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">Number</span>
695
+ <span class="param-type">
696
+
697
+ Number
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">Number</span>
713
+ <span class="param-type">
714
+
715
+ Number
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
 
@@ -740,7 +860,11 @@
740
860
  <span class="method-parameter is-pulled-right">
741
861
  <label>类型:</label>
742
862
 
743
- <span class="param-type">Number</span>
863
+ <span class="param-type">
864
+
865
+ Number
866
+
867
+ </span>
744
868
 
745
869
 
746
870
 
@@ -811,7 +935,11 @@
811
935
  <span class="method-parameter is-pulled-right">
812
936
  <label>类型:</label>
813
937
 
814
- <span class="param-type">Boolean</span>
938
+ <span class="param-type">
939
+
940
+ Boolean
941
+
942
+ </span>
815
943
 
816
944
 
817
945
 
@@ -887,7 +1015,11 @@
887
1015
  <span class="method-parameter is-pulled-right">
888
1016
  <label>类型:</label>
889
1017
 
890
- <span class="param-type">String</span>
1018
+ <span class="param-type">
1019
+
1020
+ String
1021
+
1022
+ </span>
891
1023
 
892
1024
 
893
1025
 
@@ -962,7 +1094,11 @@
962
1094
  <span class="method-parameter is-pulled-right">
963
1095
  <label>类型:</label>
964
1096
 
965
- <span class="param-type">String</span>
1097
+ <span class="param-type">
1098
+
1099
+ String
1100
+
1101
+ </span>
966
1102
 
967
1103
 
968
1104
 
@@ -1033,7 +1169,11 @@
1033
1169
  <span class="method-parameter is-pulled-right">
1034
1170
  <label>类型:</label>
1035
1171
 
1036
- <span class="param-type">Boolean</span>
1172
+ <span class="param-type">
1173
+
1174
+ Boolean
1175
+
1176
+ </span>
1037
1177
 
1038
1178
 
1039
1179
 
@@ -1130,7 +1270,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1130
1270
  <span class="method-parameter is-pulled-right">
1131
1271
  <label>类型:</label>
1132
1272
 
1133
- <span class="param-type">Number</span>
1273
+ <span class="param-type">
1274
+
1275
+ Number
1276
+
1277
+ </span>
1134
1278
 
1135
1279
 
1136
1280
 
@@ -1205,7 +1349,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1205
1349
  <span class="method-parameter is-pulled-right">
1206
1350
  <label>类型:</label>
1207
1351
 
1208
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1352
+ <span class="param-type">
1353
+
1354
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1355
+
1356
+ </span>
1209
1357
 
1210
1358
 
1211
1359
 
@@ -1276,7 +1424,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1276
1424
  <span class="method-parameter is-pulled-right">
1277
1425
  <label>类型:</label>
1278
1426
 
1279
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1427
+ <span class="param-type">
1428
+
1429
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1430
+
1431
+ </span>
1280
1432
 
1281
1433
 
1282
1434
 
@@ -1347,7 +1499,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1347
1499
  <span class="method-parameter is-pulled-right">
1348
1500
  <label>类型:</label>
1349
1501
 
1350
- <span class="param-type">String</span>
1502
+ <span class="param-type">
1503
+
1504
+ String
1505
+
1506
+ </span>
1351
1507
 
1352
1508
 
1353
1509
 
@@ -1422,7 +1578,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1422
1578
  <span class="method-parameter is-pulled-right">
1423
1579
  <label>类型:</label>
1424
1580
 
1425
- <span class="param-type">String</span>
1581
+ <span class="param-type">
1582
+
1583
+ String
1584
+
1585
+ </span>
1426
1586
 
1427
1587
 
1428
1588
 
@@ -1520,7 +1680,11 @@ BaseServer.headers.token = '新token';</code></pre>
1520
1680
  <span class="method-parameter is-pulled-right">
1521
1681
  <label>类型:</label>
1522
1682
 
1523
- <span class="param-type">Number</span>
1683
+ <span class="param-type">
1684
+
1685
+ Number
1686
+
1687
+ </span>
1524
1688
 
1525
1689
 
1526
1690
 
@@ -1591,7 +1755,11 @@ BaseServer.headers.token = '新token';</code></pre>
1591
1755
  <span class="method-parameter is-pulled-right">
1592
1756
  <label>类型:</label>
1593
1757
 
1594
- <span class="param-type">String</span>
1758
+ <span class="param-type">
1759
+
1760
+ String
1761
+
1762
+ </span>
1595
1763
 
1596
1764
 
1597
1765
 
@@ -1662,7 +1830,11 @@ BaseServer.headers.token = '新token';</code></pre>
1662
1830
  <span class="method-parameter is-pulled-right">
1663
1831
  <label>类型:</label>
1664
1832
 
1665
- <span class="param-type">Number</span>
1833
+ <span class="param-type">
1834
+
1835
+ Number
1836
+
1837
+ </span>
1666
1838
 
1667
1839
 
1668
1840
 
@@ -1733,7 +1905,11 @@ BaseServer.headers.token = '新token';</code></pre>
1733
1905
  <span class="method-parameter is-pulled-right">
1734
1906
  <label>类型:</label>
1735
1907
 
1736
- <span class="param-type">Number</span>
1908
+ <span class="param-type">
1909
+
1910
+ Number
1911
+
1912
+ </span>
1737
1913
 
1738
1914
 
1739
1915
 
@@ -1804,7 +1980,11 @@ BaseServer.headers.token = '新token';</code></pre>
1804
1980
  <span class="method-parameter is-pulled-right">
1805
1981
  <label>类型:</label>
1806
1982
 
1807
- <span class="param-type">function</span>
1983
+ <span class="param-type">
1984
+
1985
+ function
1986
+
1987
+ </span>
1808
1988
 
1809
1989
 
1810
1990
 
@@ -1908,7 +2088,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1908
2088
  <span class="method-parameter is-pulled-right">
1909
2089
  <label>类型:</label>
1910
2090
 
1911
- <span class="param-type">String</span>
2091
+ <span class="param-type">
2092
+
2093
+ String
2094
+
2095
+ </span>
1912
2096
 
1913
2097
 
1914
2098
 
@@ -2002,7 +2186,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
2002
2186
  <span class="method-parameter is-pulled-right">
2003
2187
  <label>类型:</label>
2004
2188
 
2005
- <span class="param-type">function</span>
2189
+ <span class="param-type">
2190
+
2191
+ function
2192
+
2193
+ </span>
2006
2194
 
2007
2195
 
2008
2196
 
@@ -2108,7 +2296,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2108
2296
  <span class="method-parameter is-pulled-right">
2109
2297
  <label>类型:</label>
2110
2298
 
2111
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2299
+ <span class="param-type">
2300
+
2301
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2302
+
2303
+ </span>
2112
2304
 
2113
2305
 
2114
2306
 
@@ -2206,7 +2398,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2206
2398
  <span class="method-parameter is-pulled-right">
2207
2399
  <label>类型:</label>
2208
2400
 
2209
- <span class="param-type">String</span>
2401
+ <span class="param-type">
2402
+
2403
+ String
2404
+
2405
+ </span>
2210
2406
 
2211
2407
 
2212
2408
 
@@ -2299,7 +2495,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2299
2495
  <span class="method-parameter is-pulled-right">
2300
2496
  <label>类型:</label>
2301
2497
 
2302
- <span class="param-type">String</span>
2498
+ <span class="param-type">
2499
+
2500
+ String
2501
+
2502
+ </span>
2303
2503
 
2304
2504
 
2305
2505
 
@@ -2392,7 +2592,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2392
2592
  <span class="method-parameter is-pulled-right">
2393
2593
  <label>类型:</label>
2394
2594
 
2395
- <span class="param-type">String</span>
2595
+ <span class="param-type">
2596
+
2597
+ String
2598
+
2599
+ </span>
2396
2600
 
2397
2601
 
2398
2602
 
@@ -2489,7 +2693,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2489
2693
  <code>
2490
2694
 
2491
2695
 
2492
- <span class="param-type">Promise.&lt;Object></span>
2696
+ <span class="param-type">
2697
+
2698
+ Promise.&lt;Object>
2699
+
2700
+ </span>
2493
2701
 
2494
2702
 
2495
2703
 
@@ -2515,7 +2723,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2515
2723
  <code>
2516
2724
 
2517
2725
 
2518
- <span class="param-type">Promise.&lt;String></span>
2726
+ <span class="param-type">
2727
+
2728
+ Promise.&lt;String>
2729
+
2730
+ </span>
2519
2731
 
2520
2732
 
2521
2733
 
@@ -2531,7 +2743,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2531
2743
  <code>
2532
2744
 
2533
2745
 
2534
- <span class="param-type">Promise.&lt;String></span>
2746
+ <span class="param-type">
2747
+
2748
+ Promise.&lt;String>
2749
+
2750
+ </span>
2535
2751
 
2536
2752
 
2537
2753
 
@@ -2547,7 +2763,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2547
2763
  <code>
2548
2764
 
2549
2765
 
2550
- <span class="param-type">Promise.&lt;String></span>
2766
+ <span class="param-type">
2767
+
2768
+ Promise.&lt;String>
2769
+
2770
+ </span>
2551
2771
 
2552
2772
 
2553
2773
 
@@ -2617,13 +2837,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2617
2837
 
2618
2838
  <tr class="deep-level-0">
2619
2839
 
2620
- <td class="name" id="options"><code>options</code></td>
2840
+ <td class="name"><code>options</code></td>
2621
2841
 
2622
2842
 
2623
2843
  <td class="type">
2624
2844
 
2625
2845
 
2626
- <span class="param-type">Object</span>
2846
+ <span class="param-type">
2847
+
2848
+ Object
2849
+
2850
+ </span>
2627
2851
 
2628
2852
 
2629
2853
 
@@ -2644,13 +2868,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2644
2868
 
2645
2869
  <tr class="deep-level-1">
2646
2870
 
2647
- <td class="name" id="headers"><code>headers</code></td>
2871
+ <td class="name"><code>headers</code></td>
2648
2872
 
2649
2873
 
2650
2874
  <td class="type">
2651
2875
 
2652
2876
 
2653
- <span class="param-type">String</span>
2877
+ <span class="param-type">
2878
+
2879
+ String
2880
+
2881
+ </span>
2654
2882
 
2655
2883
 
2656
2884
 
@@ -2671,13 +2899,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2671
2899
 
2672
2900
  <tr class="deep-level-1">
2673
2901
 
2674
- <td class="name" id="method"><code>method</code></td>
2902
+ <td class="name"><code>method</code></td>
2675
2903
 
2676
2904
 
2677
2905
  <td class="type">
2678
2906
 
2679
2907
 
2680
- <span class="param-type">String</span>
2908
+ <span class="param-type">
2909
+
2910
+ String
2911
+
2912
+ </span>
2681
2913
 
2682
2914
 
2683
2915
 
@@ -2700,13 +2932,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2700
2932
 
2701
2933
  <tr class="deep-level-1">
2702
2934
 
2703
- <td class="name" id="success"><code>success</code></td>
2935
+ <td class="name"><code>success</code></td>
2704
2936
 
2705
2937
 
2706
2938
  <td class="type">
2707
2939
 
2708
2940
 
2709
- <span class="param-type">function</span>
2941
+ <span class="param-type">
2942
+
2943
+ function
2944
+
2945
+ </span>
2710
2946
 
2711
2947
 
2712
2948
 
@@ -2727,13 +2963,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2727
2963
 
2728
2964
  <tr class="deep-level-1">
2729
2965
 
2730
- <td class="name" id="failure"><code>failure</code></td>
2966
+ <td class="name"><code>failure</code></td>
2731
2967
 
2732
2968
 
2733
2969
  <td class="type">
2734
2970
 
2735
2971
 
2736
- <span class="param-type">function</span>
2972
+ <span class="param-type">
2973
+
2974
+ function
2975
+
2976
+ </span>
2737
2977
 
2738
2978
 
2739
2979
 
@@ -2832,7 +3072,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2832
3072
  <div class='column is-5 has-text-left'>
2833
3073
  <label>类型: </label>
2834
3074
 
2835
- <span class="param-type">Promise.&lt;Object></span>
3075
+ <span class="param-type">
3076
+
3077
+ Promise.&lt;Object>
3078
+
3079
+ </span>
2836
3080
 
2837
3081
 
2838
3082
 
@@ -2918,7 +3162,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2918
3162
 
2919
3163
  <tr class="deep-level-0">
2920
3164
 
2921
- <td class="name" id="options"><code>options</code></td>
3165
+ <td class="name"><code>options</code></td>
2922
3166
 
2923
3167
 
2924
3168
  <td class="type">
@@ -2939,13 +3183,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2939
3183
 
2940
3184
  <tr class="deep-level-1">
2941
3185
 
2942
- <td class="name" id="success"><code>success</code></td>
3186
+ <td class="name"><code>success</code></td>
2943
3187
 
2944
3188
 
2945
3189
  <td class="type">
2946
3190
 
2947
3191
 
2948
- <span class="param-type">function</span>
3192
+ <span class="param-type">
3193
+
3194
+ function
3195
+
3196
+ </span>
2949
3197
 
2950
3198
 
2951
3199
 
@@ -2968,13 +3216,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2968
3216
 
2969
3217
  <tr class="deep-level-1">
2970
3218
 
2971
- <td class="name" id="failure"><code>failure</code></td>
3219
+ <td class="name"><code>failure</code></td>
2972
3220
 
2973
3221
 
2974
3222
  <td class="type">
2975
3223
 
2976
3224
 
2977
- <span class="param-type">function</span>
3225
+ <span class="param-type">
3226
+
3227
+ function
3228
+
3229
+ </span>
2978
3230
 
2979
3231
 
2980
3232
 
@@ -3153,13 +3405,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3153
3405
 
3154
3406
  <tr class="deep-level-0">
3155
3407
 
3156
- <td class="name" id="options"><code>options</code></td>
3408
+ <td class="name"><code>options</code></td>
3157
3409
 
3158
3410
 
3159
3411
  <td class="type">
3160
3412
 
3161
3413
 
3162
- <span class="param-type">Object</span>
3414
+ <span class="param-type">
3415
+
3416
+ Object
3417
+
3418
+ </span>
3163
3419
 
3164
3420
 
3165
3421
 
@@ -3180,13 +3436,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3180
3436
 
3181
3437
  <tr class="deep-level-1">
3182
3438
 
3183
- <td class="name" id="taskId"><code>taskId</code></td>
3439
+ <td class="name"><code>taskId</code></td>
3184
3440
 
3185
3441
 
3186
3442
  <td class="type">
3187
3443
 
3188
3444
 
3189
- <span class="param-type">String</span>
3445
+ <span class="param-type">
3446
+
3447
+ String
3448
+
3449
+ </span>
3190
3450
 
3191
3451
 
3192
3452
 
@@ -3207,13 +3467,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3207
3467
 
3208
3468
  <tr class="deep-level-1">
3209
3469
 
3210
- <td class="name" id="headers"><code>headers</code></td>
3470
+ <td class="name"><code>headers</code></td>
3211
3471
 
3212
3472
 
3213
3473
  <td class="type">
3214
3474
 
3215
3475
 
3216
- <span class="param-type">String</span>
3476
+ <span class="param-type">
3477
+
3478
+ String
3479
+
3480
+ </span>
3217
3481
 
3218
3482
 
3219
3483
 
@@ -3234,13 +3498,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3234
3498
 
3235
3499
  <tr class="deep-level-1">
3236
3500
 
3237
- <td class="name" id="method"><code>method</code></td>
3501
+ <td class="name"><code>method</code></td>
3238
3502
 
3239
3503
 
3240
3504
  <td class="type">
3241
3505
 
3242
3506
 
3243
- <span class="param-type">String</span>
3507
+ <span class="param-type">
3508
+
3509
+ String
3510
+
3511
+ </span>
3244
3512
 
3245
3513
 
3246
3514
 
@@ -3263,13 +3531,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3263
3531
 
3264
3532
  <tr class="deep-level-1">
3265
3533
 
3266
- <td class="name" id="success"><code>success</code></td>
3534
+ <td class="name"><code>success</code></td>
3267
3535
 
3268
3536
 
3269
3537
  <td class="type">
3270
3538
 
3271
3539
 
3272
- <span class="param-type">function</span>
3540
+ <span class="param-type">
3541
+
3542
+ function
3543
+
3544
+ </span>
3273
3545
 
3274
3546
 
3275
3547
 
@@ -3290,13 +3562,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3290
3562
 
3291
3563
  <tr class="deep-level-1">
3292
3564
 
3293
- <td class="name" id="failure"><code>failure</code></td>
3565
+ <td class="name"><code>failure</code></td>
3294
3566
 
3295
3567
 
3296
3568
  <td class="type">
3297
3569
 
3298
3570
 
3299
- <span class="param-type">function</span>
3571
+ <span class="param-type">
3572
+
3573
+ function
3574
+
3575
+ </span>
3300
3576
 
3301
3577
 
3302
3578
 
@@ -3395,7 +3671,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3395
3671
  <div class='column is-5 has-text-left'>
3396
3672
  <label>类型: </label>
3397
3673
 
3398
- <span class="param-type">Promise.&lt;String></span>
3674
+ <span class="param-type">
3675
+
3676
+ Promise.&lt;String>
3677
+
3678
+ </span>
3399
3679
 
3400
3680
 
3401
3681
 
@@ -3481,13 +3761,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3481
3761
 
3482
3762
  <tr class="deep-level-0">
3483
3763
 
3484
- <td class="name" id="options"><code>options</code></td>
3764
+ <td class="name"><code>options</code></td>
3485
3765
 
3486
3766
 
3487
3767
  <td class="type">
3488
3768
 
3489
3769
 
3490
- <span class="param-type">Object</span>
3770
+ <span class="param-type">
3771
+
3772
+ Object
3773
+
3774
+ </span>
3491
3775
 
3492
3776
 
3493
3777
 
@@ -3508,13 +3792,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3508
3792
 
3509
3793
  <tr class="deep-level-1">
3510
3794
 
3511
- <td class="name" id="taskId"><code>taskId</code></td>
3795
+ <td class="name"><code>taskId</code></td>
3512
3796
 
3513
3797
 
3514
3798
  <td class="type">
3515
3799
 
3516
3800
 
3517
- <span class="param-type">String</span>
3801
+ <span class="param-type">
3802
+
3803
+ String
3804
+
3805
+ </span>
3518
3806
 
3519
3807
 
3520
3808
 
@@ -3535,13 +3823,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3535
3823
 
3536
3824
  <tr class="deep-level-1">
3537
3825
 
3538
- <td class="name" id="headers"><code>headers</code></td>
3826
+ <td class="name"><code>headers</code></td>
3539
3827
 
3540
3828
 
3541
3829
  <td class="type">
3542
3830
 
3543
3831
 
3544
- <span class="param-type">String</span>
3832
+ <span class="param-type">
3833
+
3834
+ String
3835
+
3836
+ </span>
3545
3837
 
3546
3838
 
3547
3839
 
@@ -3562,13 +3854,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3562
3854
 
3563
3855
  <tr class="deep-level-1">
3564
3856
 
3565
- <td class="name" id="method"><code>method</code></td>
3857
+ <td class="name"><code>method</code></td>
3566
3858
 
3567
3859
 
3568
3860
  <td class="type">
3569
3861
 
3570
3862
 
3571
- <span class="param-type">String</span>
3863
+ <span class="param-type">
3864
+
3865
+ String
3866
+
3867
+ </span>
3572
3868
 
3573
3869
 
3574
3870
 
@@ -3591,13 +3887,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3591
3887
 
3592
3888
  <tr class="deep-level-1">
3593
3889
 
3594
- <td class="name" id="success"><code>success</code></td>
3890
+ <td class="name"><code>success</code></td>
3595
3891
 
3596
3892
 
3597
3893
  <td class="type">
3598
3894
 
3599
3895
 
3600
- <span class="param-type">function</span>
3896
+ <span class="param-type">
3897
+
3898
+ function
3899
+
3900
+ </span>
3601
3901
 
3602
3902
 
3603
3903
 
@@ -3618,13 +3918,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3618
3918
 
3619
3919
  <tr class="deep-level-1">
3620
3920
 
3621
- <td class="name" id="failure"><code>failure</code></td>
3921
+ <td class="name"><code>failure</code></td>
3622
3922
 
3623
3923
 
3624
3924
  <td class="type">
3625
3925
 
3626
3926
 
3627
- <span class="param-type">function</span>
3927
+ <span class="param-type">
3928
+
3929
+ function
3930
+
3931
+ </span>
3628
3932
 
3629
3933
 
3630
3934
 
@@ -3723,7 +4027,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3723
4027
  <div class='column is-5 has-text-left'>
3724
4028
  <label>类型: </label>
3725
4029
 
3726
- <span class="param-type">Promise.&lt;String></span>
4030
+ <span class="param-type">
4031
+
4032
+ Promise.&lt;String>
4033
+
4034
+ </span>
3727
4035
 
3728
4036
 
3729
4037
 
@@ -3809,13 +4117,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3809
4117
 
3810
4118
  <tr class="deep-level-0">
3811
4119
 
3812
- <td class="name" id="options"><code>options</code></td>
4120
+ <td class="name"><code>options</code></td>
3813
4121
 
3814
4122
 
3815
4123
  <td class="type">
3816
4124
 
3817
4125
 
3818
- <span class="param-type">Object</span>
4126
+ <span class="param-type">
4127
+
4128
+ Object
4129
+
4130
+ </span>
3819
4131
 
3820
4132
 
3821
4133
 
@@ -3836,13 +4148,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3836
4148
 
3837
4149
  <tr class="deep-level-1">
3838
4150
 
3839
- <td class="name" id="headers"><code>headers</code></td>
4151
+ <td class="name"><code>headers</code></td>
3840
4152
 
3841
4153
 
3842
4154
  <td class="type">
3843
4155
 
3844
4156
 
3845
- <span class="param-type">String</span>
4157
+ <span class="param-type">
4158
+
4159
+ String
4160
+
4161
+ </span>
3846
4162
 
3847
4163
 
3848
4164
 
@@ -3863,13 +4179,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3863
4179
 
3864
4180
  <tr class="deep-level-1">
3865
4181
 
3866
- <td class="name" id="method"><code>method</code></td>
4182
+ <td class="name"><code>method</code></td>
3867
4183
 
3868
4184
 
3869
4185
  <td class="type">
3870
4186
 
3871
4187
 
3872
- <span class="param-type">String</span>
4188
+ <span class="param-type">
4189
+
4190
+ String
4191
+
4192
+ </span>
3873
4193
 
3874
4194
 
3875
4195
 
@@ -3892,13 +4212,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3892
4212
 
3893
4213
  <tr class="deep-level-1">
3894
4214
 
3895
- <td class="name" id="success"><code>success</code></td>
4215
+ <td class="name"><code>success</code></td>
3896
4216
 
3897
4217
 
3898
4218
  <td class="type">
3899
4219
 
3900
4220
 
3901
- <span class="param-type">function</span>
4221
+ <span class="param-type">
4222
+
4223
+ function
4224
+
4225
+ </span>
3902
4226
 
3903
4227
 
3904
4228
 
@@ -3919,13 +4243,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3919
4243
 
3920
4244
  <tr class="deep-level-1">
3921
4245
 
3922
- <td class="name" id="failure"><code>failure</code></td>
4246
+ <td class="name"><code>failure</code></td>
3923
4247
 
3924
4248
 
3925
4249
  <td class="type">
3926
4250
 
3927
4251
 
3928
- <span class="param-type">function</span>
4252
+ <span class="param-type">
4253
+
4254
+ function
4255
+
4256
+ </span>
3929
4257
 
3930
4258
 
3931
4259
 
@@ -4031,7 +4359,11 @@ console.log(&quot;submit: &quot;, res);
4031
4359
  <div class='column is-5 has-text-left'>
4032
4360
  <label>类型: </label>
4033
4361
 
4034
- <span class="param-type">Promise.&lt;String></span>
4362
+ <span class="param-type">
4363
+
4364
+ Promise.&lt;String>
4365
+
4366
+ </span>
4035
4367
 
4036
4368
 
4037
4369