@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="srcInfo"><code>srcInfo</code></td>
128
+ <td class="name"><code>srcInfo</code></td>
121
129
 
122
130
 
123
131
  <td class="type">
124
132
 
125
133
 
126
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
127
139
 
128
140
 
129
141
 
@@ -140,13 +152,17 @@
140
152
 
141
153
  <tr class="deep-level-1">
142
154
 
143
- <td class="name" id="desInfo"><code>desInfo</code></td>
155
+ <td class="name"><code>desInfo</code></td>
144
156
 
145
157
 
146
158
  <td class="type">
147
159
 
148
160
 
149
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
150
166
 
151
167
 
152
168
 
@@ -163,13 +179,17 @@
163
179
 
164
180
  <tr class="deep-level-1">
165
181
 
166
- <td class="name" id="geometry"><code>geometry</code></td>
182
+ <td class="name"><code>geometry</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
188
+ <span class="param-type">
189
+
190
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
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="attOptType"><code>attOptType</code></td>
209
+ <td class="name"><code>attOptType</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="infoOptType"><code>infoOptType</code></td>
236
+ <td class="name"><code>infoOptType</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="overType"><code>overType</code></td>
263
+ <td class="name"><code>overType</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="tolerance"><code>tolerance</code></td>
290
+ <td class="name"><code>tolerance</code></td>
259
291
 
260
292
 
261
293
  <td class="type">
262
294
 
263
295
 
264
- <span class="param-type">Number</span>
296
+ <span class="param-type">
297
+
298
+ Number
299
+
300
+ </span>
265
301
 
266
302
 
267
303
 
@@ -429,7 +465,11 @@
429
465
  <td class="name">
430
466
  <code>
431
467
 
432
- <span class="param-type">Number</span>
468
+ <span class="param-type">
469
+
470
+ Number
471
+
472
+ </span>
433
473
 
434
474
 
435
475
 
@@ -443,7 +483,11 @@
443
483
  <td class="name">
444
484
  <code>
445
485
 
446
- <span class="param-type">Boolean</span>
486
+ <span class="param-type">
487
+
488
+ Boolean
489
+
490
+ </span>
447
491
 
448
492
 
449
493
 
@@ -457,7 +501,11 @@
457
501
  <td class="name">
458
502
  <code>
459
503
 
460
- <span class="param-type">String</span>
504
+ <span class="param-type">
505
+
506
+ String
507
+
508
+ </span>
461
509
 
462
510
 
463
511
 
@@ -471,7 +519,11 @@
471
519
  <td class="name">
472
520
  <code>
473
521
 
474
- <span class="param-type">String</span>
522
+ <span class="param-type">
523
+
524
+ String
525
+
526
+ </span>
475
527
 
476
528
 
477
529
 
@@ -485,7 +537,11 @@
485
537
  <td class="name">
486
538
  <code>
487
539
 
488
- <span class="param-type">Boolean</span>
540
+ <span class="param-type">
541
+
542
+ Boolean
543
+
544
+ </span>
489
545
 
490
546
 
491
547
 
@@ -499,7 +555,11 @@
499
555
  <td class="name">
500
556
  <code>
501
557
 
502
- <span class="param-type">Number</span>
558
+ <span class="param-type">
559
+
560
+ Number
561
+
562
+ </span>
503
563
 
504
564
 
505
565
 
@@ -513,7 +573,11 @@
513
573
  <td class="name">
514
574
  <code>
515
575
 
516
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
576
+ <span class="param-type">
577
+
578
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
579
+
580
+ </span>
517
581
 
518
582
 
519
583
 
@@ -527,7 +591,11 @@
527
591
  <td class="name">
528
592
  <code>
529
593
 
530
- <span class="param-type">String</span>
594
+ <span class="param-type">
595
+
596
+ String
597
+
598
+ </span>
531
599
 
532
600
 
533
601
 
@@ -541,7 +609,11 @@
541
609
  <td class="name">
542
610
  <code>
543
611
 
544
- <span class="param-type">String</span>
612
+ <span class="param-type">
613
+
614
+ String
615
+
616
+ </span>
545
617
 
546
618
 
547
619
 
@@ -555,7 +627,11 @@
555
627
  <td class="name">
556
628
  <code>
557
629
 
558
- <span class="param-type">Number</span>
630
+ <span class="param-type">
631
+
632
+ Number
633
+
634
+ </span>
559
635
 
560
636
 
561
637
 
@@ -569,7 +645,11 @@
569
645
  <td class="name">
570
646
  <code>
571
647
 
572
- <span class="param-type">Number</span>
648
+ <span class="param-type">
649
+
650
+ Number
651
+
652
+ </span>
573
653
 
574
654
 
575
655
 
@@ -583,7 +663,11 @@
583
663
  <td class="name">
584
664
  <code>
585
665
 
586
- <span class="param-type">function</span>
666
+ <span class="param-type">
667
+
668
+ function
669
+
670
+ </span>
587
671
 
588
672
 
589
673
 
@@ -597,7 +681,11 @@
597
681
  <td class="name">
598
682
  <code>
599
683
 
600
- <span class="param-type">String</span>
684
+ <span class="param-type">
685
+
686
+ String
687
+
688
+ </span>
601
689
 
602
690
 
603
691
 
@@ -611,7 +699,11 @@
611
699
  <td class="name">
612
700
  <code>
613
701
 
614
- <span class="param-type">function</span>
702
+ <span class="param-type">
703
+
704
+ function
705
+
706
+ </span>
615
707
 
616
708
 
617
709
 
@@ -625,7 +717,11 @@
625
717
  <td class="name">
626
718
  <code>
627
719
 
628
- <span class="param-type">String</span>
720
+ <span class="param-type">
721
+
722
+ String
723
+
724
+ </span>
629
725
 
630
726
 
631
727
 
@@ -639,7 +735,11 @@
639
735
  <td class="name">
640
736
  <code>
641
737
 
642
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
738
+ <span class="param-type">
739
+
740
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
741
+
742
+ </span>
643
743
 
644
744
 
645
745
 
@@ -653,7 +753,11 @@
653
753
  <td class="name">
654
754
  <code>
655
755
 
656
- <span class="param-type">String</span>
756
+ <span class="param-type">
757
+
758
+ String
759
+
760
+ </span>
657
761
 
658
762
 
659
763
 
@@ -667,7 +771,11 @@
667
771
  <td class="name">
668
772
  <code>
669
773
 
670
- <span class="param-type">String</span>
774
+ <span class="param-type">
775
+
776
+ String
777
+
778
+ </span>
671
779
 
672
780
 
673
781
 
@@ -681,7 +789,11 @@
681
789
  <td class="name">
682
790
  <code>
683
791
 
684
- <span class="param-type">Number</span>
792
+ <span class="param-type">
793
+
794
+ Number
795
+
796
+ </span>
685
797
 
686
798
 
687
799
 
@@ -695,7 +807,11 @@
695
807
  <td class="name">
696
808
  <code>
697
809
 
698
- <span class="param-type">String</span>
810
+ <span class="param-type">
811
+
812
+ String
813
+
814
+ </span>
699
815
 
700
816
 
701
817
 
@@ -715,7 +831,11 @@
715
831
  <span class="method-parameter is-pulled-right">
716
832
  <label>类型:</label>
717
833
 
718
- <span class="param-type">Number</span>
834
+ <span class="param-type">
835
+
836
+ Number
837
+
838
+ </span>
719
839
 
720
840
 
721
841
 
@@ -786,7 +906,11 @@
786
906
  <span class="method-parameter is-pulled-right">
787
907
  <label>类型:</label>
788
908
 
789
- <span class="param-type">Boolean</span>
909
+ <span class="param-type">
910
+
911
+ Boolean
912
+
913
+ </span>
790
914
 
791
915
 
792
916
 
@@ -862,7 +986,11 @@
862
986
  <span class="method-parameter is-pulled-right">
863
987
  <label>类型:</label>
864
988
 
865
- <span class="param-type">String</span>
989
+ <span class="param-type">
990
+
991
+ String
992
+
993
+ </span>
866
994
 
867
995
 
868
996
 
@@ -937,7 +1065,11 @@
937
1065
  <span class="method-parameter is-pulled-right">
938
1066
  <label>类型:</label>
939
1067
 
940
- <span class="param-type">String</span>
1068
+ <span class="param-type">
1069
+
1070
+ String
1071
+
1072
+ </span>
941
1073
 
942
1074
 
943
1075
 
@@ -1008,7 +1140,11 @@
1008
1140
  <span class="method-parameter is-pulled-right">
1009
1141
  <label>类型:</label>
1010
1142
 
1011
- <span class="param-type">Boolean</span>
1143
+ <span class="param-type">
1144
+
1145
+ Boolean
1146
+
1147
+ </span>
1012
1148
 
1013
1149
 
1014
1150
 
@@ -1105,7 +1241,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1105
1241
  <span class="method-parameter is-pulled-right">
1106
1242
  <label>类型:</label>
1107
1243
 
1108
- <span class="param-type">Number</span>
1244
+ <span class="param-type">
1245
+
1246
+ Number
1247
+
1248
+ </span>
1109
1249
 
1110
1250
 
1111
1251
 
@@ -1180,7 +1320,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1180
1320
  <span class="method-parameter is-pulled-right">
1181
1321
  <label>类型:</label>
1182
1322
 
1183
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1323
+ <span class="param-type">
1324
+
1325
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1326
+
1327
+ </span>
1184
1328
 
1185
1329
 
1186
1330
 
@@ -1251,7 +1395,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1251
1395
  <span class="method-parameter is-pulled-right">
1252
1396
  <label>类型:</label>
1253
1397
 
1254
- <span class="param-type">String</span>
1398
+ <span class="param-type">
1399
+
1400
+ String
1401
+
1402
+ </span>
1255
1403
 
1256
1404
 
1257
1405
 
@@ -1326,7 +1474,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1326
1474
  <span class="method-parameter is-pulled-right">
1327
1475
  <label>类型:</label>
1328
1476
 
1329
- <span class="param-type">String</span>
1477
+ <span class="param-type">
1478
+
1479
+ String
1480
+
1481
+ </span>
1330
1482
 
1331
1483
 
1332
1484
 
@@ -1424,7 +1576,11 @@ BaseServer.headers.token = '新token';</code></pre>
1424
1576
  <span class="method-parameter is-pulled-right">
1425
1577
  <label>类型:</label>
1426
1578
 
1427
- <span class="param-type">Number</span>
1579
+ <span class="param-type">
1580
+
1581
+ Number
1582
+
1583
+ </span>
1428
1584
 
1429
1585
 
1430
1586
 
@@ -1495,7 +1651,11 @@ BaseServer.headers.token = '新token';</code></pre>
1495
1651
  <span class="method-parameter is-pulled-right">
1496
1652
  <label>类型:</label>
1497
1653
 
1498
- <span class="param-type">Number</span>
1654
+ <span class="param-type">
1655
+
1656
+ Number
1657
+
1658
+ </span>
1499
1659
 
1500
1660
 
1501
1661
 
@@ -1566,7 +1726,11 @@ BaseServer.headers.token = '新token';</code></pre>
1566
1726
  <span class="method-parameter is-pulled-right">
1567
1727
  <label>类型:</label>
1568
1728
 
1569
- <span class="param-type">function</span>
1729
+ <span class="param-type">
1730
+
1731
+ function
1732
+
1733
+ </span>
1570
1734
 
1571
1735
 
1572
1736
 
@@ -1670,7 +1834,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1670
1834
  <span class="method-parameter is-pulled-right">
1671
1835
  <label>类型:</label>
1672
1836
 
1673
- <span class="param-type">String</span>
1837
+ <span class="param-type">
1838
+
1839
+ String
1840
+
1841
+ </span>
1674
1842
 
1675
1843
 
1676
1844
 
@@ -1764,7 +1932,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
1764
1932
  <span class="method-parameter is-pulled-right">
1765
1933
  <label>类型:</label>
1766
1934
 
1767
- <span class="param-type">function</span>
1935
+ <span class="param-type">
1936
+
1937
+ function
1938
+
1939
+ </span>
1768
1940
 
1769
1941
 
1770
1942
 
@@ -1870,7 +2042,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1870
2042
  <span class="method-parameter is-pulled-right">
1871
2043
  <label>类型:</label>
1872
2044
 
1873
- <span class="param-type">String</span>
2045
+ <span class="param-type">
2046
+
2047
+ String
2048
+
2049
+ </span>
1874
2050
 
1875
2051
 
1876
2052
 
@@ -1941,7 +2117,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1941
2117
  <span class="method-parameter is-pulled-right">
1942
2118
  <label>类型:</label>
1943
2119
 
1944
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2120
+ <span class="param-type">
2121
+
2122
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2123
+
2124
+ </span>
1945
2125
 
1946
2126
 
1947
2127
 
@@ -2039,7 +2219,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2039
2219
  <span class="method-parameter is-pulled-right">
2040
2220
  <label>类型:</label>
2041
2221
 
2042
- <span class="param-type">String</span>
2222
+ <span class="param-type">
2223
+
2224
+ String
2225
+
2226
+ </span>
2043
2227
 
2044
2228
 
2045
2229
 
@@ -2132,7 +2316,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2132
2316
  <span class="method-parameter is-pulled-right">
2133
2317
  <label>类型:</label>
2134
2318
 
2135
- <span class="param-type">String</span>
2319
+ <span class="param-type">
2320
+
2321
+ String
2322
+
2323
+ </span>
2136
2324
 
2137
2325
 
2138
2326
 
@@ -2225,7 +2413,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2225
2413
  <span class="method-parameter is-pulled-right">
2226
2414
  <label>类型:</label>
2227
2415
 
2228
- <span class="param-type">Number</span>
2416
+ <span class="param-type">
2417
+
2418
+ Number
2419
+
2420
+ </span>
2229
2421
 
2230
2422
 
2231
2423
 
@@ -2296,7 +2488,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2296
2488
  <span class="method-parameter is-pulled-right">
2297
2489
  <label>类型:</label>
2298
2490
 
2299
- <span class="param-type">String</span>
2491
+ <span class="param-type">
2492
+
2493
+ String
2494
+
2495
+ </span>
2300
2496
 
2301
2497
 
2302
2498
 
@@ -2393,7 +2589,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2393
2589
  <code>
2394
2590
 
2395
2591
 
2396
- <span class="param-type">Promise.&lt;Object></span>
2592
+ <span class="param-type">
2593
+
2594
+ Promise.&lt;Object>
2595
+
2596
+ </span>
2397
2597
 
2398
2598
 
2399
2599
 
@@ -2419,7 +2619,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2419
2619
  <code>
2420
2620
 
2421
2621
 
2422
- <span class="param-type">Promise.&lt;String></span>
2622
+ <span class="param-type">
2623
+
2624
+ Promise.&lt;String>
2625
+
2626
+ </span>
2423
2627
 
2424
2628
 
2425
2629
 
@@ -2435,7 +2639,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2435
2639
  <code>
2436
2640
 
2437
2641
 
2438
- <span class="param-type">Promise.&lt;String></span>
2642
+ <span class="param-type">
2643
+
2644
+ Promise.&lt;String>
2645
+
2646
+ </span>
2439
2647
 
2440
2648
 
2441
2649
 
@@ -2451,7 +2659,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2451
2659
  <code>
2452
2660
 
2453
2661
 
2454
- <span class="param-type">Promise.&lt;String></span>
2662
+ <span class="param-type">
2663
+
2664
+ Promise.&lt;String>
2665
+
2666
+ </span>
2455
2667
 
2456
2668
 
2457
2669
 
@@ -2521,13 +2733,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2521
2733
 
2522
2734
  <tr class="deep-level-0">
2523
2735
 
2524
- <td class="name" id="options"><code>options</code></td>
2736
+ <td class="name"><code>options</code></td>
2525
2737
 
2526
2738
 
2527
2739
  <td class="type">
2528
2740
 
2529
2741
 
2530
- <span class="param-type">Object</span>
2742
+ <span class="param-type">
2743
+
2744
+ Object
2745
+
2746
+ </span>
2531
2747
 
2532
2748
 
2533
2749
 
@@ -2548,13 +2764,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2548
2764
 
2549
2765
  <tr class="deep-level-1">
2550
2766
 
2551
- <td class="name" id="headers"><code>headers</code></td>
2767
+ <td class="name"><code>headers</code></td>
2552
2768
 
2553
2769
 
2554
2770
  <td class="type">
2555
2771
 
2556
2772
 
2557
- <span class="param-type">String</span>
2773
+ <span class="param-type">
2774
+
2775
+ String
2776
+
2777
+ </span>
2558
2778
 
2559
2779
 
2560
2780
 
@@ -2575,13 +2795,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2575
2795
 
2576
2796
  <tr class="deep-level-1">
2577
2797
 
2578
- <td class="name" id="method"><code>method</code></td>
2798
+ <td class="name"><code>method</code></td>
2579
2799
 
2580
2800
 
2581
2801
  <td class="type">
2582
2802
 
2583
2803
 
2584
- <span class="param-type">String</span>
2804
+ <span class="param-type">
2805
+
2806
+ String
2807
+
2808
+ </span>
2585
2809
 
2586
2810
 
2587
2811
 
@@ -2604,13 +2828,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2604
2828
 
2605
2829
  <tr class="deep-level-1">
2606
2830
 
2607
- <td class="name" id="success"><code>success</code></td>
2831
+ <td class="name"><code>success</code></td>
2608
2832
 
2609
2833
 
2610
2834
  <td class="type">
2611
2835
 
2612
2836
 
2613
- <span class="param-type">function</span>
2837
+ <span class="param-type">
2838
+
2839
+ function
2840
+
2841
+ </span>
2614
2842
 
2615
2843
 
2616
2844
 
@@ -2631,13 +2859,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2631
2859
 
2632
2860
  <tr class="deep-level-1">
2633
2861
 
2634
- <td class="name" id="failure"><code>failure</code></td>
2862
+ <td class="name"><code>failure</code></td>
2635
2863
 
2636
2864
 
2637
2865
  <td class="type">
2638
2866
 
2639
2867
 
2640
- <span class="param-type">function</span>
2868
+ <span class="param-type">
2869
+
2870
+ function
2871
+
2872
+ </span>
2641
2873
 
2642
2874
 
2643
2875
 
@@ -2736,7 +2968,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2736
2968
  <div class='column is-5 has-text-left'>
2737
2969
  <label>类型: </label>
2738
2970
 
2739
- <span class="param-type">Promise.&lt;Object></span>
2971
+ <span class="param-type">
2972
+
2973
+ Promise.&lt;Object>
2974
+
2975
+ </span>
2740
2976
 
2741
2977
 
2742
2978
 
@@ -2822,7 +3058,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2822
3058
 
2823
3059
  <tr class="deep-level-0">
2824
3060
 
2825
- <td class="name" id="options"><code>options</code></td>
3061
+ <td class="name"><code>options</code></td>
2826
3062
 
2827
3063
 
2828
3064
  <td class="type">
@@ -2843,13 +3079,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2843
3079
 
2844
3080
  <tr class="deep-level-1">
2845
3081
 
2846
- <td class="name" id="success"><code>success</code></td>
3082
+ <td class="name"><code>success</code></td>
2847
3083
 
2848
3084
 
2849
3085
  <td class="type">
2850
3086
 
2851
3087
 
2852
- <span class="param-type">function</span>
3088
+ <span class="param-type">
3089
+
3090
+ function
3091
+
3092
+ </span>
2853
3093
 
2854
3094
 
2855
3095
 
@@ -2872,13 +3112,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2872
3112
 
2873
3113
  <tr class="deep-level-1">
2874
3114
 
2875
- <td class="name" id="failure"><code>failure</code></td>
3115
+ <td class="name"><code>failure</code></td>
2876
3116
 
2877
3117
 
2878
3118
  <td class="type">
2879
3119
 
2880
3120
 
2881
- <span class="param-type">function</span>
3121
+ <span class="param-type">
3122
+
3123
+ function
3124
+
3125
+ </span>
2882
3126
 
2883
3127
 
2884
3128
 
@@ -3057,13 +3301,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3057
3301
 
3058
3302
  <tr class="deep-level-0">
3059
3303
 
3060
- <td class="name" id="options"><code>options</code></td>
3304
+ <td class="name"><code>options</code></td>
3061
3305
 
3062
3306
 
3063
3307
  <td class="type">
3064
3308
 
3065
3309
 
3066
- <span class="param-type">Object</span>
3310
+ <span class="param-type">
3311
+
3312
+ Object
3313
+
3314
+ </span>
3067
3315
 
3068
3316
 
3069
3317
 
@@ -3084,13 +3332,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3084
3332
 
3085
3333
  <tr class="deep-level-1">
3086
3334
 
3087
- <td class="name" id="taskId"><code>taskId</code></td>
3335
+ <td class="name"><code>taskId</code></td>
3088
3336
 
3089
3337
 
3090
3338
  <td class="type">
3091
3339
 
3092
3340
 
3093
- <span class="param-type">String</span>
3341
+ <span class="param-type">
3342
+
3343
+ String
3344
+
3345
+ </span>
3094
3346
 
3095
3347
 
3096
3348
 
@@ -3111,13 +3363,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3111
3363
 
3112
3364
  <tr class="deep-level-1">
3113
3365
 
3114
- <td class="name" id="headers"><code>headers</code></td>
3366
+ <td class="name"><code>headers</code></td>
3115
3367
 
3116
3368
 
3117
3369
  <td class="type">
3118
3370
 
3119
3371
 
3120
- <span class="param-type">String</span>
3372
+ <span class="param-type">
3373
+
3374
+ String
3375
+
3376
+ </span>
3121
3377
 
3122
3378
 
3123
3379
 
@@ -3138,13 +3394,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3138
3394
 
3139
3395
  <tr class="deep-level-1">
3140
3396
 
3141
- <td class="name" id="method"><code>method</code></td>
3397
+ <td class="name"><code>method</code></td>
3142
3398
 
3143
3399
 
3144
3400
  <td class="type">
3145
3401
 
3146
3402
 
3147
- <span class="param-type">String</span>
3403
+ <span class="param-type">
3404
+
3405
+ String
3406
+
3407
+ </span>
3148
3408
 
3149
3409
 
3150
3410
 
@@ -3167,13 +3427,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3167
3427
 
3168
3428
  <tr class="deep-level-1">
3169
3429
 
3170
- <td class="name" id="success"><code>success</code></td>
3430
+ <td class="name"><code>success</code></td>
3171
3431
 
3172
3432
 
3173
3433
  <td class="type">
3174
3434
 
3175
3435
 
3176
- <span class="param-type">function</span>
3436
+ <span class="param-type">
3437
+
3438
+ function
3439
+
3440
+ </span>
3177
3441
 
3178
3442
 
3179
3443
 
@@ -3194,13 +3458,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3194
3458
 
3195
3459
  <tr class="deep-level-1">
3196
3460
 
3197
- <td class="name" id="failure"><code>failure</code></td>
3461
+ <td class="name"><code>failure</code></td>
3198
3462
 
3199
3463
 
3200
3464
  <td class="type">
3201
3465
 
3202
3466
 
3203
- <span class="param-type">function</span>
3467
+ <span class="param-type">
3468
+
3469
+ function
3470
+
3471
+ </span>
3204
3472
 
3205
3473
 
3206
3474
 
@@ -3299,7 +3567,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3299
3567
  <div class='column is-5 has-text-left'>
3300
3568
  <label>类型: </label>
3301
3569
 
3302
- <span class="param-type">Promise.&lt;String></span>
3570
+ <span class="param-type">
3571
+
3572
+ Promise.&lt;String>
3573
+
3574
+ </span>
3303
3575
 
3304
3576
 
3305
3577
 
@@ -3385,13 +3657,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3385
3657
 
3386
3658
  <tr class="deep-level-0">
3387
3659
 
3388
- <td class="name" id="options"><code>options</code></td>
3660
+ <td class="name"><code>options</code></td>
3389
3661
 
3390
3662
 
3391
3663
  <td class="type">
3392
3664
 
3393
3665
 
3394
- <span class="param-type">Object</span>
3666
+ <span class="param-type">
3667
+
3668
+ Object
3669
+
3670
+ </span>
3395
3671
 
3396
3672
 
3397
3673
 
@@ -3412,13 +3688,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3412
3688
 
3413
3689
  <tr class="deep-level-1">
3414
3690
 
3415
- <td class="name" id="taskId"><code>taskId</code></td>
3691
+ <td class="name"><code>taskId</code></td>
3416
3692
 
3417
3693
 
3418
3694
  <td class="type">
3419
3695
 
3420
3696
 
3421
- <span class="param-type">String</span>
3697
+ <span class="param-type">
3698
+
3699
+ String
3700
+
3701
+ </span>
3422
3702
 
3423
3703
 
3424
3704
 
@@ -3439,13 +3719,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3439
3719
 
3440
3720
  <tr class="deep-level-1">
3441
3721
 
3442
- <td class="name" id="headers"><code>headers</code></td>
3722
+ <td class="name"><code>headers</code></td>
3443
3723
 
3444
3724
 
3445
3725
  <td class="type">
3446
3726
 
3447
3727
 
3448
- <span class="param-type">String</span>
3728
+ <span class="param-type">
3729
+
3730
+ String
3731
+
3732
+ </span>
3449
3733
 
3450
3734
 
3451
3735
 
@@ -3466,13 +3750,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3466
3750
 
3467
3751
  <tr class="deep-level-1">
3468
3752
 
3469
- <td class="name" id="method"><code>method</code></td>
3753
+ <td class="name"><code>method</code></td>
3470
3754
 
3471
3755
 
3472
3756
  <td class="type">
3473
3757
 
3474
3758
 
3475
- <span class="param-type">String</span>
3759
+ <span class="param-type">
3760
+
3761
+ String
3762
+
3763
+ </span>
3476
3764
 
3477
3765
 
3478
3766
 
@@ -3495,13 +3783,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3495
3783
 
3496
3784
  <tr class="deep-level-1">
3497
3785
 
3498
- <td class="name" id="success"><code>success</code></td>
3786
+ <td class="name"><code>success</code></td>
3499
3787
 
3500
3788
 
3501
3789
  <td class="type">
3502
3790
 
3503
3791
 
3504
- <span class="param-type">function</span>
3792
+ <span class="param-type">
3793
+
3794
+ function
3795
+
3796
+ </span>
3505
3797
 
3506
3798
 
3507
3799
 
@@ -3522,13 +3814,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3522
3814
 
3523
3815
  <tr class="deep-level-1">
3524
3816
 
3525
- <td class="name" id="failure"><code>failure</code></td>
3817
+ <td class="name"><code>failure</code></td>
3526
3818
 
3527
3819
 
3528
3820
  <td class="type">
3529
3821
 
3530
3822
 
3531
- <span class="param-type">function</span>
3823
+ <span class="param-type">
3824
+
3825
+ function
3826
+
3827
+ </span>
3532
3828
 
3533
3829
 
3534
3830
 
@@ -3627,7 +3923,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3627
3923
  <div class='column is-5 has-text-left'>
3628
3924
  <label>类型: </label>
3629
3925
 
3630
- <span class="param-type">Promise.&lt;String></span>
3926
+ <span class="param-type">
3927
+
3928
+ Promise.&lt;String>
3929
+
3930
+ </span>
3631
3931
 
3632
3932
 
3633
3933
 
@@ -3713,13 +4013,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3713
4013
 
3714
4014
  <tr class="deep-level-0">
3715
4015
 
3716
- <td class="name" id="options"><code>options</code></td>
4016
+ <td class="name"><code>options</code></td>
3717
4017
 
3718
4018
 
3719
4019
  <td class="type">
3720
4020
 
3721
4021
 
3722
- <span class="param-type">Object</span>
4022
+ <span class="param-type">
4023
+
4024
+ Object
4025
+
4026
+ </span>
3723
4027
 
3724
4028
 
3725
4029
 
@@ -3740,13 +4044,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3740
4044
 
3741
4045
  <tr class="deep-level-1">
3742
4046
 
3743
- <td class="name" id="headers"><code>headers</code></td>
4047
+ <td class="name"><code>headers</code></td>
3744
4048
 
3745
4049
 
3746
4050
  <td class="type">
3747
4051
 
3748
4052
 
3749
- <span class="param-type">String</span>
4053
+ <span class="param-type">
4054
+
4055
+ String
4056
+
4057
+ </span>
3750
4058
 
3751
4059
 
3752
4060
 
@@ -3767,13 +4075,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3767
4075
 
3768
4076
  <tr class="deep-level-1">
3769
4077
 
3770
- <td class="name" id="method"><code>method</code></td>
4078
+ <td class="name"><code>method</code></td>
3771
4079
 
3772
4080
 
3773
4081
  <td class="type">
3774
4082
 
3775
4083
 
3776
- <span class="param-type">String</span>
4084
+ <span class="param-type">
4085
+
4086
+ String
4087
+
4088
+ </span>
3777
4089
 
3778
4090
 
3779
4091
 
@@ -3796,13 +4108,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3796
4108
 
3797
4109
  <tr class="deep-level-1">
3798
4110
 
3799
- <td class="name" id="success"><code>success</code></td>
4111
+ <td class="name"><code>success</code></td>
3800
4112
 
3801
4113
 
3802
4114
  <td class="type">
3803
4115
 
3804
4116
 
3805
- <span class="param-type">function</span>
4117
+ <span class="param-type">
4118
+
4119
+ function
4120
+
4121
+ </span>
3806
4122
 
3807
4123
 
3808
4124
 
@@ -3823,13 +4139,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3823
4139
 
3824
4140
  <tr class="deep-level-1">
3825
4141
 
3826
- <td class="name" id="failure"><code>failure</code></td>
4142
+ <td class="name"><code>failure</code></td>
3827
4143
 
3828
4144
 
3829
4145
  <td class="type">
3830
4146
 
3831
4147
 
3832
- <span class="param-type">function</span>
4148
+ <span class="param-type">
4149
+
4150
+ function
4151
+
4152
+ </span>
3833
4153
 
3834
4154
 
3835
4155
 
@@ -3935,7 +4255,11 @@ console.log(&quot;submit: &quot;, res);
3935
4255
  <div class='column is-5 has-text-left'>
3936
4256
  <label>类型: </label>
3937
4257
 
3938
- <span class="param-type">Promise.&lt;String></span>
4258
+ <span class="param-type">
4259
+
4260
+ Promise.&lt;String>
4261
+
4262
+ </span>
3939
4263
 
3940
4264
 
3941
4265