@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="srcInfo1"><code>srcInfo1</code></td>
128
+ <td class="name"><code>srcInfo1</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="geometry"><code>geometry</code></td>
155
+ <td class="name"><code>geometry</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="desInfo"><code>desInfo</code></td>
182
+ <td class="name"><code>desInfo</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
191
+
192
+ </span>
173
193
 
174
194
 
175
195
 
@@ -186,13 +206,17 @@
186
206
 
187
207
  <tr class="deep-level-1">
188
208
 
189
- <td class="name" id="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="radius"><code>radius</code></td>
290
+ <td class="name"><code>radius</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
 
@@ -278,13 +314,17 @@
278
314
 
279
315
  <tr class="deep-level-1">
280
316
 
281
- <td class="name" id="inFormat"><code>inFormat</code></td>
317
+ <td class="name"><code>inFormat</code></td>
282
318
 
283
319
 
284
320
  <td class="type">
285
321
 
286
322
 
287
- <span class="param-type">String</span>
323
+ <span class="param-type">
324
+
325
+ String
326
+
327
+ </span>
288
328
 
289
329
 
290
330
 
@@ -452,7 +492,11 @@
452
492
  <td class="name">
453
493
  <code>
454
494
 
455
- <span class="param-type">Number</span>
495
+ <span class="param-type">
496
+
497
+ Number
498
+
499
+ </span>
456
500
 
457
501
 
458
502
 
@@ -466,7 +510,11 @@
466
510
  <td class="name">
467
511
  <code>
468
512
 
469
- <span class="param-type">Boolean</span>
513
+ <span class="param-type">
514
+
515
+ Boolean
516
+
517
+ </span>
470
518
 
471
519
 
472
520
 
@@ -480,7 +528,11 @@
480
528
  <td class="name">
481
529
  <code>
482
530
 
483
- <span class="param-type">String</span>
531
+ <span class="param-type">
532
+
533
+ String
534
+
535
+ </span>
484
536
 
485
537
 
486
538
 
@@ -494,7 +546,11 @@
494
546
  <td class="name">
495
547
  <code>
496
548
 
497
- <span class="param-type">String</span>
549
+ <span class="param-type">
550
+
551
+ String
552
+
553
+ </span>
498
554
 
499
555
 
500
556
 
@@ -508,7 +564,11 @@
508
564
  <td class="name">
509
565
  <code>
510
566
 
511
- <span class="param-type">Boolean</span>
567
+ <span class="param-type">
568
+
569
+ Boolean
570
+
571
+ </span>
512
572
 
513
573
 
514
574
 
@@ -522,7 +582,11 @@
522
582
  <td class="name">
523
583
  <code>
524
584
 
525
- <span class="param-type">Number</span>
585
+ <span class="param-type">
586
+
587
+ Number
588
+
589
+ </span>
526
590
 
527
591
 
528
592
 
@@ -536,7 +600,11 @@
536
600
  <td class="name">
537
601
  <code>
538
602
 
539
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
603
+ <span class="param-type">
604
+
605
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
606
+
607
+ </span>
540
608
 
541
609
 
542
610
 
@@ -550,7 +618,11 @@
550
618
  <td class="name">
551
619
  <code>
552
620
 
553
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
621
+ <span class="param-type">
622
+
623
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
624
+
625
+ </span>
554
626
 
555
627
 
556
628
 
@@ -564,7 +636,11 @@
564
636
  <td class="name">
565
637
  <code>
566
638
 
567
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
639
+ <span class="param-type">
640
+
641
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
642
+
643
+ </span>
568
644
 
569
645
 
570
646
 
@@ -578,7 +654,11 @@
578
654
  <td class="name">
579
655
  <code>
580
656
 
581
- <span class="param-type">String</span>
657
+ <span class="param-type">
658
+
659
+ String
660
+
661
+ </span>
582
662
 
583
663
 
584
664
 
@@ -592,7 +672,11 @@
592
672
  <td class="name">
593
673
  <code>
594
674
 
595
- <span class="param-type">String</span>
675
+ <span class="param-type">
676
+
677
+ String
678
+
679
+ </span>
596
680
 
597
681
 
598
682
 
@@ -606,7 +690,11 @@
606
690
  <td class="name">
607
691
  <code>
608
692
 
609
- <span class="param-type">Number</span>
693
+ <span class="param-type">
694
+
695
+ Number
696
+
697
+ </span>
610
698
 
611
699
 
612
700
 
@@ -620,7 +708,11 @@
620
708
  <td class="name">
621
709
  <code>
622
710
 
623
- <span class="param-type">String</span>
711
+ <span class="param-type">
712
+
713
+ String
714
+
715
+ </span>
624
716
 
625
717
 
626
718
 
@@ -634,7 +726,11 @@
634
726
  <td class="name">
635
727
  <code>
636
728
 
637
- <span class="param-type">Number</span>
729
+ <span class="param-type">
730
+
731
+ Number
732
+
733
+ </span>
638
734
 
639
735
 
640
736
 
@@ -648,7 +744,11 @@
648
744
  <td class="name">
649
745
  <code>
650
746
 
651
- <span class="param-type">Number</span>
747
+ <span class="param-type">
748
+
749
+ Number
750
+
751
+ </span>
652
752
 
653
753
 
654
754
 
@@ -662,7 +762,11 @@
662
762
  <td class="name">
663
763
  <code>
664
764
 
665
- <span class="param-type">function</span>
765
+ <span class="param-type">
766
+
767
+ function
768
+
769
+ </span>
666
770
 
667
771
 
668
772
 
@@ -676,7 +780,11 @@
676
780
  <td class="name">
677
781
  <code>
678
782
 
679
- <span class="param-type">String</span>
783
+ <span class="param-type">
784
+
785
+ String
786
+
787
+ </span>
680
788
 
681
789
 
682
790
 
@@ -690,7 +798,11 @@
690
798
  <td class="name">
691
799
  <code>
692
800
 
693
- <span class="param-type">function</span>
801
+ <span class="param-type">
802
+
803
+ function
804
+
805
+ </span>
694
806
 
695
807
 
696
808
 
@@ -704,7 +816,11 @@
704
816
  <td class="name">
705
817
  <code>
706
818
 
707
- <span class="param-type">String</span>
819
+ <span class="param-type">
820
+
821
+ String
822
+
823
+ </span>
708
824
 
709
825
 
710
826
 
@@ -718,7 +834,11 @@
718
834
  <td class="name">
719
835
  <code>
720
836
 
721
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
837
+ <span class="param-type">
838
+
839
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
840
+
841
+ </span>
722
842
 
723
843
 
724
844
 
@@ -732,7 +852,11 @@
732
852
  <td class="name">
733
853
  <code>
734
854
 
735
- <span class="param-type">String</span>
855
+ <span class="param-type">
856
+
857
+ String
858
+
859
+ </span>
736
860
 
737
861
 
738
862
 
@@ -746,7 +870,11 @@
746
870
  <td class="name">
747
871
  <code>
748
872
 
749
- <span class="param-type">String</span>
873
+ <span class="param-type">
874
+
875
+ String
876
+
877
+ </span>
750
878
 
751
879
 
752
880
 
@@ -760,7 +888,11 @@
760
888
  <td class="name">
761
889
  <code>
762
890
 
763
- <span class="param-type">String</span>
891
+ <span class="param-type">
892
+
893
+ String
894
+
895
+ </span>
764
896
 
765
897
 
766
898
 
@@ -780,7 +912,11 @@
780
912
  <span class="method-parameter is-pulled-right">
781
913
  <label>类型:</label>
782
914
 
783
- <span class="param-type">Number</span>
915
+ <span class="param-type">
916
+
917
+ Number
918
+
919
+ </span>
784
920
 
785
921
 
786
922
 
@@ -851,7 +987,11 @@
851
987
  <span class="method-parameter is-pulled-right">
852
988
  <label>类型:</label>
853
989
 
854
- <span class="param-type">Boolean</span>
990
+ <span class="param-type">
991
+
992
+ Boolean
993
+
994
+ </span>
855
995
 
856
996
 
857
997
 
@@ -927,7 +1067,11 @@
927
1067
  <span class="method-parameter is-pulled-right">
928
1068
  <label>类型:</label>
929
1069
 
930
- <span class="param-type">String</span>
1070
+ <span class="param-type">
1071
+
1072
+ String
1073
+
1074
+ </span>
931
1075
 
932
1076
 
933
1077
 
@@ -1002,7 +1146,11 @@
1002
1146
  <span class="method-parameter is-pulled-right">
1003
1147
  <label>类型:</label>
1004
1148
 
1005
- <span class="param-type">String</span>
1149
+ <span class="param-type">
1150
+
1151
+ String
1152
+
1153
+ </span>
1006
1154
 
1007
1155
 
1008
1156
 
@@ -1073,7 +1221,11 @@
1073
1221
  <span class="method-parameter is-pulled-right">
1074
1222
  <label>类型:</label>
1075
1223
 
1076
- <span class="param-type">Boolean</span>
1224
+ <span class="param-type">
1225
+
1226
+ Boolean
1227
+
1228
+ </span>
1077
1229
 
1078
1230
 
1079
1231
 
@@ -1170,7 +1322,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1170
1322
  <span class="method-parameter is-pulled-right">
1171
1323
  <label>类型:</label>
1172
1324
 
1173
- <span class="param-type">Number</span>
1325
+ <span class="param-type">
1326
+
1327
+ Number
1328
+
1329
+ </span>
1174
1330
 
1175
1331
 
1176
1332
 
@@ -1245,7 +1401,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1245
1401
  <span class="method-parameter is-pulled-right">
1246
1402
  <label>类型:</label>
1247
1403
 
1248
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1404
+ <span class="param-type">
1405
+
1406
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1407
+
1408
+ </span>
1249
1409
 
1250
1410
 
1251
1411
 
@@ -1316,7 +1476,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1316
1476
  <span class="method-parameter is-pulled-right">
1317
1477
  <label>类型:</label>
1318
1478
 
1319
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
1479
+ <span class="param-type">
1480
+
1481
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1482
+
1483
+ </span>
1320
1484
 
1321
1485
 
1322
1486
 
@@ -1387,7 +1551,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1387
1551
  <span class="method-parameter is-pulled-right">
1388
1552
  <label>类型:</label>
1389
1553
 
1390
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
1554
+ <span class="param-type">
1555
+
1556
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
1557
+
1558
+ </span>
1391
1559
 
1392
1560
 
1393
1561
 
@@ -1458,7 +1626,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1458
1626
  <span class="method-parameter is-pulled-right">
1459
1627
  <label>类型:</label>
1460
1628
 
1461
- <span class="param-type">String</span>
1629
+ <span class="param-type">
1630
+
1631
+ String
1632
+
1633
+ </span>
1462
1634
 
1463
1635
 
1464
1636
 
@@ -1533,7 +1705,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1533
1705
  <span class="method-parameter is-pulled-right">
1534
1706
  <label>类型:</label>
1535
1707
 
1536
- <span class="param-type">String</span>
1708
+ <span class="param-type">
1709
+
1710
+ String
1711
+
1712
+ </span>
1537
1713
 
1538
1714
 
1539
1715
 
@@ -1631,7 +1807,11 @@ BaseServer.headers.token = '新token';</code></pre>
1631
1807
  <span class="method-parameter is-pulled-right">
1632
1808
  <label>类型:</label>
1633
1809
 
1634
- <span class="param-type">Number</span>
1810
+ <span class="param-type">
1811
+
1812
+ Number
1813
+
1814
+ </span>
1635
1815
 
1636
1816
 
1637
1817
 
@@ -1702,7 +1882,11 @@ BaseServer.headers.token = '新token';</code></pre>
1702
1882
  <span class="method-parameter is-pulled-right">
1703
1883
  <label>类型:</label>
1704
1884
 
1705
- <span class="param-type">String</span>
1885
+ <span class="param-type">
1886
+
1887
+ String
1888
+
1889
+ </span>
1706
1890
 
1707
1891
 
1708
1892
 
@@ -1773,7 +1957,11 @@ BaseServer.headers.token = '新token';</code></pre>
1773
1957
  <span class="method-parameter is-pulled-right">
1774
1958
  <label>类型:</label>
1775
1959
 
1776
- <span class="param-type">Number</span>
1960
+ <span class="param-type">
1961
+
1962
+ Number
1963
+
1964
+ </span>
1777
1965
 
1778
1966
 
1779
1967
 
@@ -1844,7 +2032,11 @@ BaseServer.headers.token = '新token';</code></pre>
1844
2032
  <span class="method-parameter is-pulled-right">
1845
2033
  <label>类型:</label>
1846
2034
 
1847
- <span class="param-type">Number</span>
2035
+ <span class="param-type">
2036
+
2037
+ Number
2038
+
2039
+ </span>
1848
2040
 
1849
2041
 
1850
2042
 
@@ -1915,7 +2107,11 @@ BaseServer.headers.token = '新token';</code></pre>
1915
2107
  <span class="method-parameter is-pulled-right">
1916
2108
  <label>类型:</label>
1917
2109
 
1918
- <span class="param-type">function</span>
2110
+ <span class="param-type">
2111
+
2112
+ function
2113
+
2114
+ </span>
1919
2115
 
1920
2116
 
1921
2117
 
@@ -2019,7 +2215,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2019
2215
  <span class="method-parameter is-pulled-right">
2020
2216
  <label>类型:</label>
2021
2217
 
2022
- <span class="param-type">String</span>
2218
+ <span class="param-type">
2219
+
2220
+ String
2221
+
2222
+ </span>
2023
2223
 
2024
2224
 
2025
2225
 
@@ -2113,7 +2313,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
2113
2313
  <span class="method-parameter is-pulled-right">
2114
2314
  <label>类型:</label>
2115
2315
 
2116
- <span class="param-type">function</span>
2316
+ <span class="param-type">
2317
+
2318
+ function
2319
+
2320
+ </span>
2117
2321
 
2118
2322
 
2119
2323
 
@@ -2219,7 +2423,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2219
2423
  <span class="method-parameter is-pulled-right">
2220
2424
  <label>类型:</label>
2221
2425
 
2222
- <span class="param-type">String</span>
2426
+ <span class="param-type">
2427
+
2428
+ String
2429
+
2430
+ </span>
2223
2431
 
2224
2432
 
2225
2433
 
@@ -2290,7 +2498,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2290
2498
  <span class="method-parameter is-pulled-right">
2291
2499
  <label>类型:</label>
2292
2500
 
2293
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2501
+ <span class="param-type">
2502
+
2503
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2504
+
2505
+ </span>
2294
2506
 
2295
2507
 
2296
2508
 
@@ -2388,7 +2600,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2388
2600
  <span class="method-parameter is-pulled-right">
2389
2601
  <label>类型:</label>
2390
2602
 
2391
- <span class="param-type">String</span>
2603
+ <span class="param-type">
2604
+
2605
+ String
2606
+
2607
+ </span>
2392
2608
 
2393
2609
 
2394
2610
 
@@ -2481,7 +2697,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2481
2697
  <span class="method-parameter is-pulled-right">
2482
2698
  <label>类型:</label>
2483
2699
 
2484
- <span class="param-type">String</span>
2700
+ <span class="param-type">
2701
+
2702
+ String
2703
+
2704
+ </span>
2485
2705
 
2486
2706
 
2487
2707
 
@@ -2574,7 +2794,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2574
2794
  <span class="method-parameter is-pulled-right">
2575
2795
  <label>类型:</label>
2576
2796
 
2577
- <span class="param-type">String</span>
2797
+ <span class="param-type">
2798
+
2799
+ String
2800
+
2801
+ </span>
2578
2802
 
2579
2803
 
2580
2804
 
@@ -2671,7 +2895,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2671
2895
  <code>
2672
2896
 
2673
2897
 
2674
- <span class="param-type">Promise.&lt;Object></span>
2898
+ <span class="param-type">
2899
+
2900
+ Promise.&lt;Object>
2901
+
2902
+ </span>
2675
2903
 
2676
2904
 
2677
2905
 
@@ -2697,7 +2925,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2697
2925
  <code>
2698
2926
 
2699
2927
 
2700
- <span class="param-type">Promise.&lt;String></span>
2928
+ <span class="param-type">
2929
+
2930
+ Promise.&lt;String>
2931
+
2932
+ </span>
2701
2933
 
2702
2934
 
2703
2935
 
@@ -2713,7 +2945,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2713
2945
  <code>
2714
2946
 
2715
2947
 
2716
- <span class="param-type">Promise.&lt;String></span>
2948
+ <span class="param-type">
2949
+
2950
+ Promise.&lt;String>
2951
+
2952
+ </span>
2717
2953
 
2718
2954
 
2719
2955
 
@@ -2729,7 +2965,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2729
2965
  <code>
2730
2966
 
2731
2967
 
2732
- <span class="param-type">Promise.&lt;String></span>
2968
+ <span class="param-type">
2969
+
2970
+ Promise.&lt;String>
2971
+
2972
+ </span>
2733
2973
 
2734
2974
 
2735
2975
 
@@ -2799,13 +3039,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2799
3039
 
2800
3040
  <tr class="deep-level-0">
2801
3041
 
2802
- <td class="name" id="options"><code>options</code></td>
3042
+ <td class="name"><code>options</code></td>
2803
3043
 
2804
3044
 
2805
3045
  <td class="type">
2806
3046
 
2807
3047
 
2808
- <span class="param-type">Object</span>
3048
+ <span class="param-type">
3049
+
3050
+ Object
3051
+
3052
+ </span>
2809
3053
 
2810
3054
 
2811
3055
 
@@ -2826,13 +3070,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2826
3070
 
2827
3071
  <tr class="deep-level-1">
2828
3072
 
2829
- <td class="name" id="headers"><code>headers</code></td>
3073
+ <td class="name"><code>headers</code></td>
2830
3074
 
2831
3075
 
2832
3076
  <td class="type">
2833
3077
 
2834
3078
 
2835
- <span class="param-type">String</span>
3079
+ <span class="param-type">
3080
+
3081
+ String
3082
+
3083
+ </span>
2836
3084
 
2837
3085
 
2838
3086
 
@@ -2853,13 +3101,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2853
3101
 
2854
3102
  <tr class="deep-level-1">
2855
3103
 
2856
- <td class="name" id="method"><code>method</code></td>
3104
+ <td class="name"><code>method</code></td>
2857
3105
 
2858
3106
 
2859
3107
  <td class="type">
2860
3108
 
2861
3109
 
2862
- <span class="param-type">String</span>
3110
+ <span class="param-type">
3111
+
3112
+ String
3113
+
3114
+ </span>
2863
3115
 
2864
3116
 
2865
3117
 
@@ -2882,13 +3134,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2882
3134
 
2883
3135
  <tr class="deep-level-1">
2884
3136
 
2885
- <td class="name" id="success"><code>success</code></td>
3137
+ <td class="name"><code>success</code></td>
2886
3138
 
2887
3139
 
2888
3140
  <td class="type">
2889
3141
 
2890
3142
 
2891
- <span class="param-type">function</span>
3143
+ <span class="param-type">
3144
+
3145
+ function
3146
+
3147
+ </span>
2892
3148
 
2893
3149
 
2894
3150
 
@@ -2909,13 +3165,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2909
3165
 
2910
3166
  <tr class="deep-level-1">
2911
3167
 
2912
- <td class="name" id="failure"><code>failure</code></td>
3168
+ <td class="name"><code>failure</code></td>
2913
3169
 
2914
3170
 
2915
3171
  <td class="type">
2916
3172
 
2917
3173
 
2918
- <span class="param-type">function</span>
3174
+ <span class="param-type">
3175
+
3176
+ function
3177
+
3178
+ </span>
2919
3179
 
2920
3180
 
2921
3181
 
@@ -3014,7 +3274,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3014
3274
  <div class='column is-5 has-text-left'>
3015
3275
  <label>类型: </label>
3016
3276
 
3017
- <span class="param-type">Promise.&lt;Object></span>
3277
+ <span class="param-type">
3278
+
3279
+ Promise.&lt;Object>
3280
+
3281
+ </span>
3018
3282
 
3019
3283
 
3020
3284
 
@@ -3100,7 +3364,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3100
3364
 
3101
3365
  <tr class="deep-level-0">
3102
3366
 
3103
- <td class="name" id="options"><code>options</code></td>
3367
+ <td class="name"><code>options</code></td>
3104
3368
 
3105
3369
 
3106
3370
  <td class="type">
@@ -3121,13 +3385,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3121
3385
 
3122
3386
  <tr class="deep-level-1">
3123
3387
 
3124
- <td class="name" id="success"><code>success</code></td>
3388
+ <td class="name"><code>success</code></td>
3125
3389
 
3126
3390
 
3127
3391
  <td class="type">
3128
3392
 
3129
3393
 
3130
- <span class="param-type">function</span>
3394
+ <span class="param-type">
3395
+
3396
+ function
3397
+
3398
+ </span>
3131
3399
 
3132
3400
 
3133
3401
 
@@ -3150,13 +3418,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3150
3418
 
3151
3419
  <tr class="deep-level-1">
3152
3420
 
3153
- <td class="name" id="failure"><code>failure</code></td>
3421
+ <td class="name"><code>failure</code></td>
3154
3422
 
3155
3423
 
3156
3424
  <td class="type">
3157
3425
 
3158
3426
 
3159
- <span class="param-type">function</span>
3427
+ <span class="param-type">
3428
+
3429
+ function
3430
+
3431
+ </span>
3160
3432
 
3161
3433
 
3162
3434
 
@@ -3335,13 +3607,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3335
3607
 
3336
3608
  <tr class="deep-level-0">
3337
3609
 
3338
- <td class="name" id="options"><code>options</code></td>
3610
+ <td class="name"><code>options</code></td>
3339
3611
 
3340
3612
 
3341
3613
  <td class="type">
3342
3614
 
3343
3615
 
3344
- <span class="param-type">Object</span>
3616
+ <span class="param-type">
3617
+
3618
+ Object
3619
+
3620
+ </span>
3345
3621
 
3346
3622
 
3347
3623
 
@@ -3362,13 +3638,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3362
3638
 
3363
3639
  <tr class="deep-level-1">
3364
3640
 
3365
- <td class="name" id="taskId"><code>taskId</code></td>
3641
+ <td class="name"><code>taskId</code></td>
3366
3642
 
3367
3643
 
3368
3644
  <td class="type">
3369
3645
 
3370
3646
 
3371
- <span class="param-type">String</span>
3647
+ <span class="param-type">
3648
+
3649
+ String
3650
+
3651
+ </span>
3372
3652
 
3373
3653
 
3374
3654
 
@@ -3389,13 +3669,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3389
3669
 
3390
3670
  <tr class="deep-level-1">
3391
3671
 
3392
- <td class="name" id="headers"><code>headers</code></td>
3672
+ <td class="name"><code>headers</code></td>
3393
3673
 
3394
3674
 
3395
3675
  <td class="type">
3396
3676
 
3397
3677
 
3398
- <span class="param-type">String</span>
3678
+ <span class="param-type">
3679
+
3680
+ String
3681
+
3682
+ </span>
3399
3683
 
3400
3684
 
3401
3685
 
@@ -3416,13 +3700,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3416
3700
 
3417
3701
  <tr class="deep-level-1">
3418
3702
 
3419
- <td class="name" id="method"><code>method</code></td>
3703
+ <td class="name"><code>method</code></td>
3420
3704
 
3421
3705
 
3422
3706
  <td class="type">
3423
3707
 
3424
3708
 
3425
- <span class="param-type">String</span>
3709
+ <span class="param-type">
3710
+
3711
+ String
3712
+
3713
+ </span>
3426
3714
 
3427
3715
 
3428
3716
 
@@ -3445,13 +3733,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3445
3733
 
3446
3734
  <tr class="deep-level-1">
3447
3735
 
3448
- <td class="name" id="success"><code>success</code></td>
3736
+ <td class="name"><code>success</code></td>
3449
3737
 
3450
3738
 
3451
3739
  <td class="type">
3452
3740
 
3453
3741
 
3454
- <span class="param-type">function</span>
3742
+ <span class="param-type">
3743
+
3744
+ function
3745
+
3746
+ </span>
3455
3747
 
3456
3748
 
3457
3749
 
@@ -3472,13 +3764,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3472
3764
 
3473
3765
  <tr class="deep-level-1">
3474
3766
 
3475
- <td class="name" id="failure"><code>failure</code></td>
3767
+ <td class="name"><code>failure</code></td>
3476
3768
 
3477
3769
 
3478
3770
  <td class="type">
3479
3771
 
3480
3772
 
3481
- <span class="param-type">function</span>
3773
+ <span class="param-type">
3774
+
3775
+ function
3776
+
3777
+ </span>
3482
3778
 
3483
3779
 
3484
3780
 
@@ -3577,7 +3873,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3577
3873
  <div class='column is-5 has-text-left'>
3578
3874
  <label>类型: </label>
3579
3875
 
3580
- <span class="param-type">Promise.&lt;String></span>
3876
+ <span class="param-type">
3877
+
3878
+ Promise.&lt;String>
3879
+
3880
+ </span>
3581
3881
 
3582
3882
 
3583
3883
 
@@ -3663,13 +3963,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3663
3963
 
3664
3964
  <tr class="deep-level-0">
3665
3965
 
3666
- <td class="name" id="options"><code>options</code></td>
3966
+ <td class="name"><code>options</code></td>
3667
3967
 
3668
3968
 
3669
3969
  <td class="type">
3670
3970
 
3671
3971
 
3672
- <span class="param-type">Object</span>
3972
+ <span class="param-type">
3973
+
3974
+ Object
3975
+
3976
+ </span>
3673
3977
 
3674
3978
 
3675
3979
 
@@ -3690,13 +3994,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3690
3994
 
3691
3995
  <tr class="deep-level-1">
3692
3996
 
3693
- <td class="name" id="taskId"><code>taskId</code></td>
3997
+ <td class="name"><code>taskId</code></td>
3694
3998
 
3695
3999
 
3696
4000
  <td class="type">
3697
4001
 
3698
4002
 
3699
- <span class="param-type">String</span>
4003
+ <span class="param-type">
4004
+
4005
+ String
4006
+
4007
+ </span>
3700
4008
 
3701
4009
 
3702
4010
 
@@ -3717,13 +4025,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3717
4025
 
3718
4026
  <tr class="deep-level-1">
3719
4027
 
3720
- <td class="name" id="headers"><code>headers</code></td>
4028
+ <td class="name"><code>headers</code></td>
3721
4029
 
3722
4030
 
3723
4031
  <td class="type">
3724
4032
 
3725
4033
 
3726
- <span class="param-type">String</span>
4034
+ <span class="param-type">
4035
+
4036
+ String
4037
+
4038
+ </span>
3727
4039
 
3728
4040
 
3729
4041
 
@@ -3744,13 +4056,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3744
4056
 
3745
4057
  <tr class="deep-level-1">
3746
4058
 
3747
- <td class="name" id="method"><code>method</code></td>
4059
+ <td class="name"><code>method</code></td>
3748
4060
 
3749
4061
 
3750
4062
  <td class="type">
3751
4063
 
3752
4064
 
3753
- <span class="param-type">String</span>
4065
+ <span class="param-type">
4066
+
4067
+ String
4068
+
4069
+ </span>
3754
4070
 
3755
4071
 
3756
4072
 
@@ -3773,13 +4089,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3773
4089
 
3774
4090
  <tr class="deep-level-1">
3775
4091
 
3776
- <td class="name" id="success"><code>success</code></td>
4092
+ <td class="name"><code>success</code></td>
3777
4093
 
3778
4094
 
3779
4095
  <td class="type">
3780
4096
 
3781
4097
 
3782
- <span class="param-type">function</span>
4098
+ <span class="param-type">
4099
+
4100
+ function
4101
+
4102
+ </span>
3783
4103
 
3784
4104
 
3785
4105
 
@@ -3800,13 +4120,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3800
4120
 
3801
4121
  <tr class="deep-level-1">
3802
4122
 
3803
- <td class="name" id="failure"><code>failure</code></td>
4123
+ <td class="name"><code>failure</code></td>
3804
4124
 
3805
4125
 
3806
4126
  <td class="type">
3807
4127
 
3808
4128
 
3809
- <span class="param-type">function</span>
4129
+ <span class="param-type">
4130
+
4131
+ function
4132
+
4133
+ </span>
3810
4134
 
3811
4135
 
3812
4136
 
@@ -3905,7 +4229,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3905
4229
  <div class='column is-5 has-text-left'>
3906
4230
  <label>类型: </label>
3907
4231
 
3908
- <span class="param-type">Promise.&lt;String></span>
4232
+ <span class="param-type">
4233
+
4234
+ Promise.&lt;String>
4235
+
4236
+ </span>
3909
4237
 
3910
4238
 
3911
4239
 
@@ -3991,13 +4319,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3991
4319
 
3992
4320
  <tr class="deep-level-0">
3993
4321
 
3994
- <td class="name" id="options"><code>options</code></td>
4322
+ <td class="name"><code>options</code></td>
3995
4323
 
3996
4324
 
3997
4325
  <td class="type">
3998
4326
 
3999
4327
 
4000
- <span class="param-type">Object</span>
4328
+ <span class="param-type">
4329
+
4330
+ Object
4331
+
4332
+ </span>
4001
4333
 
4002
4334
 
4003
4335
 
@@ -4018,13 +4350,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4018
4350
 
4019
4351
  <tr class="deep-level-1">
4020
4352
 
4021
- <td class="name" id="headers"><code>headers</code></td>
4353
+ <td class="name"><code>headers</code></td>
4022
4354
 
4023
4355
 
4024
4356
  <td class="type">
4025
4357
 
4026
4358
 
4027
- <span class="param-type">String</span>
4359
+ <span class="param-type">
4360
+
4361
+ String
4362
+
4363
+ </span>
4028
4364
 
4029
4365
 
4030
4366
 
@@ -4045,13 +4381,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4045
4381
 
4046
4382
  <tr class="deep-level-1">
4047
4383
 
4048
- <td class="name" id="method"><code>method</code></td>
4384
+ <td class="name"><code>method</code></td>
4049
4385
 
4050
4386
 
4051
4387
  <td class="type">
4052
4388
 
4053
4389
 
4054
- <span class="param-type">String</span>
4390
+ <span class="param-type">
4391
+
4392
+ String
4393
+
4394
+ </span>
4055
4395
 
4056
4396
 
4057
4397
 
@@ -4074,13 +4414,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4074
4414
 
4075
4415
  <tr class="deep-level-1">
4076
4416
 
4077
- <td class="name" id="success"><code>success</code></td>
4417
+ <td class="name"><code>success</code></td>
4078
4418
 
4079
4419
 
4080
4420
  <td class="type">
4081
4421
 
4082
4422
 
4083
- <span class="param-type">function</span>
4423
+ <span class="param-type">
4424
+
4425
+ function
4426
+
4427
+ </span>
4084
4428
 
4085
4429
 
4086
4430
 
@@ -4101,13 +4445,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4101
4445
 
4102
4446
  <tr class="deep-level-1">
4103
4447
 
4104
- <td class="name" id="failure"><code>failure</code></td>
4448
+ <td class="name"><code>failure</code></td>
4105
4449
 
4106
4450
 
4107
4451
  <td class="type">
4108
4452
 
4109
4453
 
4110
- <span class="param-type">function</span>
4454
+ <span class="param-type">
4455
+
4456
+ function
4457
+
4458
+ </span>
4111
4459
 
4112
4460
 
4113
4461
 
@@ -4213,7 +4561,11 @@ console.log(&quot;submit: &quot;, res);
4213
4561
  <div class='column is-5 has-text-left'>
4214
4562
  <label>类型: </label>
4215
4563
 
4216
- <span class="param-type">Promise.&lt;String></span>
4564
+ <span class="param-type">
4565
+
4566
+ Promise.&lt;String>
4567
+
4568
+ </span>
4217
4569
 
4218
4570
 
4219
4571