@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
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>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -115,13 +125,18 @@
115
125
 
116
126
  <tr class="deep-level-1">
117
127
 
118
- <td class="name" id="netClsUrl"><code>netClsUrl</code></td>
128
+ <td class="name"><code>netClsUrl</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
139
+
125
140
 
126
141
 
127
142
 
@@ -137,13 +152,18 @@
137
152
 
138
153
  <tr class="deep-level-1">
139
154
 
140
- <td class="name" id="facilityPosStr"><code>facilityPosStr</code></td>
155
+ <td class="name"><code>facilityPosStr</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
166
+
147
167
 
148
168
 
149
169
 
@@ -159,13 +179,18 @@
159
179
 
160
180
  <tr class="deep-level-1">
161
181
 
162
- <td class="name" id="eventPosStr"><code>eventPosStr</code></td>
182
+ <td class="name"><code>eventPosStr</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
191
+
192
+ </span>
193
+
169
194
 
170
195
 
171
196
 
@@ -181,13 +206,18 @@
181
206
 
182
207
  <tr class="deep-level-1">
183
208
 
184
- <td class="name" id="elementType"><code>elementType</code></td>
209
+ <td class="name"><code>elementType</code></td>
185
210
 
186
211
 
187
212
  <td class="type">
188
213
 
189
214
 
190
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
218
+
219
+ </span>
220
+
191
221
 
192
222
 
193
223
 
@@ -203,13 +233,18 @@
203
233
 
204
234
  <tr class="deep-level-1">
205
235
 
206
- <td class="name" id="barrierPosStr"><code>barrierPosStr</code></td>
236
+ <td class="name"><code>barrierPosStr</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type">String</span>
242
+ <span class="param-type">
243
+
244
+ String
245
+
246
+ </span>
247
+
213
248
 
214
249
 
215
250
 
@@ -225,13 +260,18 @@
225
260
 
226
261
  <tr class="deep-level-1">
227
262
 
228
- <td class="name" id="nearDis"><code>nearDis</code></td>
263
+ <td class="name"><code>nearDis</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
272
+
273
+ </span>
274
+
235
275
 
236
276
 
237
277
 
@@ -247,13 +287,18 @@
247
287
 
248
288
  <tr class="deep-level-1">
249
289
 
250
- <td class="name" id="direction"><code>direction</code></td>
290
+ <td class="name"><code>direction</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">String</span>
296
+ <span class="param-type">
297
+
298
+ String
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -269,13 +314,18 @@
269
314
 
270
315
  <tr class="deep-level-1">
271
316
 
272
- <td class="name" id="outFormat"><code>outFormat</code></td>
317
+ <td class="name"><code>outFormat</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type">String</span>
323
+ <span class="param-type">
324
+
325
+ String
326
+
327
+ </span>
328
+
279
329
 
280
330
 
281
331
 
@@ -394,7 +444,7 @@
394
444
 
395
445
 
396
446
  <ul>
397
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
447
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
398
448
  </ul>
399
449
 
400
450
 
@@ -426,11 +476,16 @@
426
476
  <tbody>
427
477
 
428
478
  <tr class="deep-level-0">
429
- <td class="name"><code><a href="WorkFlowServer600354.html#barrierPosStr">barrierPosStr</a></code></td>
479
+ <td class="name"><code><a href="#barrierPosStr">barrierPosStr</a></code></td>
430
480
  <td class="name">
431
481
  <code>
432
482
 
433
- <span class="param-type">String</span>
483
+ <span class="param-type">
484
+
485
+ String
486
+
487
+ </span>
488
+
434
489
 
435
490
 
436
491
  </code>
@@ -439,11 +494,16 @@
439
494
  </tr>
440
495
 
441
496
  <tr class="deep-level-0">
442
- <td class="name"><code><a href="WorkFlowServer600354.html#clientId">clientId</a></code></td>
497
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
443
498
  <td class="name">
444
499
  <code>
445
500
 
446
- <span class="param-type">Boolean</span>
501
+ <span class="param-type">
502
+
503
+ Boolean
504
+
505
+ </span>
506
+
447
507
 
448
508
 
449
509
  </code>
@@ -452,11 +512,16 @@
452
512
  </tr>
453
513
 
454
514
  <tr class="deep-level-0">
455
- <td class="name"><code><a href="WorkFlowServer600354.html#description">description</a></code></td>
515
+ <td class="name"><code><a href="#description">description</a></code></td>
456
516
  <td class="name">
457
517
  <code>
458
518
 
459
- <span class="param-type">String</span>
519
+ <span class="param-type">
520
+
521
+ String
522
+
523
+ </span>
524
+
460
525
 
461
526
 
462
527
  </code>
@@ -465,11 +530,16 @@
465
530
  </tr>
466
531
 
467
532
  <tr class="deep-level-0">
468
- <td class="name"><code><a href="WorkFlowServer600354.html#direction">direction</a></code></td>
533
+ <td class="name"><code><a href="#direction">direction</a></code></td>
469
534
  <td class="name">
470
535
  <code>
471
536
 
472
- <span class="param-type">String</span>
537
+ <span class="param-type">
538
+
539
+ String
540
+
541
+ </span>
542
+
473
543
 
474
544
 
475
545
  </code>
@@ -478,11 +548,16 @@
478
548
  </tr>
479
549
 
480
550
  <tr class="deep-level-0">
481
- <td class="name"><code><a href="WorkFlowServer600354.html#elementType">elementType</a></code></td>
551
+ <td class="name"><code><a href="#elementType">elementType</a></code></td>
482
552
  <td class="name">
483
553
  <code>
484
554
 
485
- <span class="param-type">Number</span>
555
+ <span class="param-type">
556
+
557
+ Number
558
+
559
+ </span>
560
+
486
561
 
487
562
 
488
563
  </code>
@@ -491,11 +566,16 @@
491
566
  </tr>
492
567
 
493
568
  <tr class="deep-level-0">
494
- <td class="name"><code><a href="WorkFlowServer600354.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
569
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
495
570
  <td class="name">
496
571
  <code>
497
572
 
498
- <span class="param-type">Boolean</span>
573
+ <span class="param-type">
574
+
575
+ Boolean
576
+
577
+ </span>
578
+
499
579
 
500
580
 
501
581
  </code>
@@ -504,11 +584,16 @@
504
584
  </tr>
505
585
 
506
586
  <tr class="deep-level-0">
507
- <td class="name"><code><a href="WorkFlowServer600354.html#eventPosStr">eventPosStr</a></code></td>
587
+ <td class="name"><code><a href="#eventPosStr">eventPosStr</a></code></td>
508
588
  <td class="name">
509
589
  <code>
510
590
 
511
- <span class="param-type">String</span>
591
+ <span class="param-type">
592
+
593
+ String
594
+
595
+ </span>
596
+
512
597
 
513
598
 
514
599
  </code>
@@ -517,11 +602,16 @@
517
602
  </tr>
518
603
 
519
604
  <tr class="deep-level-0">
520
- <td class="name"><code><a href="WorkFlowServer600354.html#facilityPosStr">facilityPosStr</a></code></td>
605
+ <td class="name"><code><a href="#facilityPosStr">facilityPosStr</a></code></td>
521
606
  <td class="name">
522
607
  <code>
523
608
 
524
- <span class="param-type">String</span>
609
+ <span class="param-type">
610
+
611
+ String
612
+
613
+ </span>
614
+
525
615
 
526
616
 
527
617
  </code>
@@ -530,11 +620,16 @@
530
620
  </tr>
531
621
 
532
622
  <tr class="deep-level-0">
533
- <td class="name"><code><a href="WorkFlowServer600354.html#flowId">flowId</a></code></td>
623
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
534
624
  <td class="name">
535
625
  <code>
536
626
 
537
- <span class="param-type">Number</span>
627
+ <span class="param-type">
628
+
629
+ Number
630
+
631
+ </span>
632
+
538
633
 
539
634
 
540
635
  </code>
@@ -543,11 +638,16 @@
543
638
  </tr>
544
639
 
545
640
  <tr class="deep-level-0">
546
- <td class="name"><code><a href="WorkFlowServer600354.html#groupName">groupName</a></code></td>
641
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
547
642
  <td class="name">
548
643
  <code>
549
644
 
550
- <span class="param-type">String</span>
645
+ <span class="param-type">
646
+
647
+ String
648
+
649
+ </span>
650
+
551
651
 
552
652
 
553
653
  </code>
@@ -556,11 +656,16 @@
556
656
  </tr>
557
657
 
558
658
  <tr class="deep-level-0">
559
- <td class="name"><code><a href="WorkFlowServer600354.html#headers">headers</a></code></td>
659
+ <td class="name"><code><a href="#headers">headers</a></code></td>
560
660
  <td class="name">
561
661
  <code>
562
662
 
563
- <span class="param-type">String</span>
663
+ <span class="param-type">
664
+
665
+ String
666
+
667
+ </span>
668
+
564
669
 
565
670
 
566
671
  </code>
@@ -569,11 +674,16 @@
569
674
  </tr>
570
675
 
571
676
  <tr class="deep-level-0">
572
- <td class="name"><code><a href="WorkFlowServer600354.html#nearDis">nearDis</a></code></td>
677
+ <td class="name"><code><a href="#nearDis">nearDis</a></code></td>
573
678
  <td class="name">
574
679
  <code>
575
680
 
576
- <span class="param-type">Number</span>
681
+ <span class="param-type">
682
+
683
+ Number
684
+
685
+ </span>
686
+
577
687
 
578
688
 
579
689
  </code>
@@ -582,11 +692,16 @@
582
692
  </tr>
583
693
 
584
694
  <tr class="deep-level-0">
585
- <td class="name"><code><a href="WorkFlowServer600354.html#netClsUrl">netClsUrl</a></code></td>
695
+ <td class="name"><code><a href="#netClsUrl">netClsUrl</a></code></td>
586
696
  <td class="name">
587
697
  <code>
588
698
 
589
- <span class="param-type">String</span>
699
+ <span class="param-type">
700
+
701
+ String
702
+
703
+ </span>
704
+
590
705
 
591
706
 
592
707
  </code>
@@ -595,11 +710,16 @@
595
710
  </tr>
596
711
 
597
712
  <tr class="deep-level-0">
598
- <td class="name"><code><a href="WorkFlowServer600354.html#outFormat">outFormat</a></code></td>
713
+ <td class="name"><code><a href="#outFormat">outFormat</a></code></td>
599
714
  <td class="name">
600
715
  <code>
601
716
 
602
- <span class="param-type">String</span>
717
+ <span class="param-type">
718
+
719
+ String
720
+
721
+ </span>
722
+
603
723
 
604
724
 
605
725
  </code>
@@ -608,11 +728,16 @@
608
728
  </tr>
609
729
 
610
730
  <tr class="deep-level-0">
611
- <td class="name"><code><a href="WorkFlowServer600354.html#requestInterceptor">requestInterceptor</a></code></td>
731
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
612
732
  <td class="name">
613
733
  <code>
614
734
 
615
- <span class="param-type">function</span>
735
+ <span class="param-type">
736
+
737
+ function
738
+
739
+ </span>
740
+
616
741
 
617
742
 
618
743
  </code>
@@ -621,11 +746,16 @@
621
746
  </tr>
622
747
 
623
748
  <tr class="deep-level-0">
624
- <td class="name"><code><a href="WorkFlowServer600354.html#requestTimeout">requestTimeout</a></code></td>
749
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
625
750
  <td class="name">
626
751
  <code>
627
752
 
628
- <span class="param-type">String</span>
753
+ <span class="param-type">
754
+
755
+ String
756
+
757
+ </span>
758
+
629
759
 
630
760
 
631
761
  </code>
@@ -634,11 +764,16 @@
634
764
  </tr>
635
765
 
636
766
  <tr class="deep-level-0">
637
- <td class="name"><code><a href="WorkFlowServer600354.html#responseInterceptor">responseInterceptor</a></code></td>
767
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
638
768
  <td class="name">
639
769
  <code>
640
770
 
641
- <span class="param-type">function</span>
771
+ <span class="param-type">
772
+
773
+ function
774
+
775
+ </span>
776
+
642
777
 
643
778
 
644
779
  </code>
@@ -647,11 +782,16 @@
647
782
  </tr>
648
783
 
649
784
  <tr class="deep-level-0">
650
- <td class="name"><code><a href="WorkFlowServer600354.html#tokenAttachType">tokenAttachType</a></code></td>
785
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
651
786
  <td class="name">
652
787
  <code>
653
788
 
654
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
789
+ <span class="param-type">
790
+
791
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
792
+
793
+ </span>
794
+
655
795
 
656
796
 
657
797
  </code>
@@ -660,11 +800,16 @@
660
800
  </tr>
661
801
 
662
802
  <tr class="deep-level-0">
663
- <td class="name"><code><a href="WorkFlowServer600354.html#tokenKey">tokenKey</a></code></td>
803
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
664
804
  <td class="name">
665
805
  <code>
666
806
 
667
- <span class="param-type">String</span>
807
+ <span class="param-type">
808
+
809
+ String
810
+
811
+ </span>
812
+
668
813
 
669
814
 
670
815
  </code>
@@ -673,11 +818,16 @@
673
818
  </tr>
674
819
 
675
820
  <tr class="deep-level-0">
676
- <td class="name"><code><a href="WorkFlowServer600354.html#tokenValue">tokenValue</a></code></td>
821
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
677
822
  <td class="name">
678
823
  <code>
679
824
 
680
- <span class="param-type">String</span>
825
+ <span class="param-type">
826
+
827
+ String
828
+
829
+ </span>
830
+
681
831
 
682
832
 
683
833
  </code>
@@ -686,11 +836,16 @@
686
836
  </tr>
687
837
 
688
838
  <tr class="deep-level-0">
689
- <td class="name"><code><a href="WorkFlowServer600354.html#url">url</a></code></td>
839
+ <td class="name"><code><a href="#url">url</a></code></td>
690
840
  <td class="name">
691
841
  <code>
692
842
 
693
- <span class="param-type">String</span>
843
+ <span class="param-type">
844
+
845
+ String
846
+
847
+ </span>
848
+
694
849
 
695
850
 
696
851
  </code>
@@ -709,7 +864,12 @@
709
864
  <span class="method-parameter is-pulled-right">
710
865
  <label>类型:</label>
711
866
 
712
- <span class="param-type">String</span>
867
+ <span class="param-type">
868
+
869
+ String
870
+
871
+ </span>
872
+
713
873
 
714
874
 
715
875
  </span>
@@ -779,7 +939,12 @@
779
939
  <span class="method-parameter is-pulled-right">
780
940
  <label>类型:</label>
781
941
 
782
- <span class="param-type">Boolean</span>
942
+ <span class="param-type">
943
+
944
+ Boolean
945
+
946
+ </span>
947
+
783
948
 
784
949
 
785
950
  </span>
@@ -813,7 +978,7 @@
813
978
 
814
979
  <dt class="inherited-from">Inherited From:</dt>
815
980
  <dd class="inherited-from"><ul class="dummy"><li>
816
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
981
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
817
982
  </li></ul></dd>
818
983
 
819
984
 
@@ -854,7 +1019,12 @@
854
1019
  <span class="method-parameter is-pulled-right">
855
1020
  <label>类型:</label>
856
1021
 
857
- <span class="param-type">String</span>
1022
+ <span class="param-type">
1023
+
1024
+ String
1025
+
1026
+ </span>
1027
+
858
1028
 
859
1029
 
860
1030
  </span>
@@ -928,7 +1098,12 @@
928
1098
  <span class="method-parameter is-pulled-right">
929
1099
  <label>类型:</label>
930
1100
 
931
- <span class="param-type">String</span>
1101
+ <span class="param-type">
1102
+
1103
+ String
1104
+
1105
+ </span>
1106
+
932
1107
 
933
1108
 
934
1109
  </span>
@@ -998,7 +1173,12 @@
998
1173
  <span class="method-parameter is-pulled-right">
999
1174
  <label>类型:</label>
1000
1175
 
1001
- <span class="param-type">Number</span>
1176
+ <span class="param-type">
1177
+
1178
+ Number
1179
+
1180
+ </span>
1181
+
1002
1182
 
1003
1183
 
1004
1184
  </span>
@@ -1068,7 +1248,12 @@
1068
1248
  <span class="method-parameter is-pulled-right">
1069
1249
  <label>类型:</label>
1070
1250
 
1071
- <span class="param-type">Boolean</span>
1251
+ <span class="param-type">
1252
+
1253
+ Boolean
1254
+
1255
+ </span>
1256
+
1072
1257
 
1073
1258
 
1074
1259
  </span>
@@ -1102,7 +1287,7 @@
1102
1287
 
1103
1288
  <dt class="inherited-from">Inherited From:</dt>
1104
1289
  <dd class="inherited-from"><ul class="dummy"><li>
1105
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1290
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1106
1291
  </li></ul></dd>
1107
1292
 
1108
1293
 
@@ -1164,7 +1349,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1164
1349
  <span class="method-parameter is-pulled-right">
1165
1350
  <label>类型:</label>
1166
1351
 
1167
- <span class="param-type">String</span>
1352
+ <span class="param-type">
1353
+
1354
+ String
1355
+
1356
+ </span>
1357
+
1168
1358
 
1169
1359
 
1170
1360
  </span>
@@ -1234,7 +1424,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1234
1424
  <span class="method-parameter is-pulled-right">
1235
1425
  <label>类型:</label>
1236
1426
 
1237
- <span class="param-type">String</span>
1427
+ <span class="param-type">
1428
+
1429
+ String
1430
+
1431
+ </span>
1432
+
1238
1433
 
1239
1434
 
1240
1435
  </span>
@@ -1304,7 +1499,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1304
1499
  <span class="method-parameter is-pulled-right">
1305
1500
  <label>类型:</label>
1306
1501
 
1307
- <span class="param-type">Number</span>
1502
+ <span class="param-type">
1503
+
1504
+ Number
1505
+
1506
+ </span>
1507
+
1308
1508
 
1309
1509
 
1310
1510
  </span>
@@ -1378,7 +1578,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1378
1578
  <span class="method-parameter is-pulled-right">
1379
1579
  <label>类型:</label>
1380
1580
 
1381
- <span class="param-type">String</span>
1581
+ <span class="param-type">
1582
+
1583
+ String
1584
+
1585
+ </span>
1586
+
1382
1587
 
1383
1588
 
1384
1589
  </span>
@@ -1452,7 +1657,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1452
1657
  <span class="method-parameter is-pulled-right">
1453
1658
  <label>类型:</label>
1454
1659
 
1455
- <span class="param-type">String</span>
1660
+ <span class="param-type">
1661
+
1662
+ String
1663
+
1664
+ </span>
1665
+
1456
1666
 
1457
1667
 
1458
1668
  </span>
@@ -1486,7 +1696,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1486
1696
 
1487
1697
  <dt class="inherited-from">Inherited From:</dt>
1488
1698
  <dd class="inherited-from"><ul class="dummy"><li>
1489
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1699
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1490
1700
  </li></ul></dd>
1491
1701
 
1492
1702
 
@@ -1549,7 +1759,12 @@ BaseServer.headers.token = '新token';</code></pre>
1549
1759
  <span class="method-parameter is-pulled-right">
1550
1760
  <label>类型:</label>
1551
1761
 
1552
- <span class="param-type">Number</span>
1762
+ <span class="param-type">
1763
+
1764
+ Number
1765
+
1766
+ </span>
1767
+
1553
1768
 
1554
1769
 
1555
1770
  </span>
@@ -1619,7 +1834,12 @@ BaseServer.headers.token = '新token';</code></pre>
1619
1834
  <span class="method-parameter is-pulled-right">
1620
1835
  <label>类型:</label>
1621
1836
 
1622
- <span class="param-type">String</span>
1837
+ <span class="param-type">
1838
+
1839
+ String
1840
+
1841
+ </span>
1842
+
1623
1843
 
1624
1844
 
1625
1845
  </span>
@@ -1689,7 +1909,12 @@ BaseServer.headers.token = '新token';</code></pre>
1689
1909
  <span class="method-parameter is-pulled-right">
1690
1910
  <label>类型:</label>
1691
1911
 
1692
- <span class="param-type">String</span>
1912
+ <span class="param-type">
1913
+
1914
+ String
1915
+
1916
+ </span>
1917
+
1693
1918
 
1694
1919
 
1695
1920
  </span>
@@ -1759,7 +1984,12 @@ BaseServer.headers.token = '新token';</code></pre>
1759
1984
  <span class="method-parameter is-pulled-right">
1760
1985
  <label>类型:</label>
1761
1986
 
1762
- <span class="param-type">function</span>
1987
+ <span class="param-type">
1988
+
1989
+ function
1990
+
1991
+ </span>
1992
+
1763
1993
 
1764
1994
 
1765
1995
  </span>
@@ -1793,7 +2023,7 @@ BaseServer.headers.token = '新token';</code></pre>
1793
2023
 
1794
2024
  <dt class="inherited-from">Inherited From:</dt>
1795
2025
  <dd class="inherited-from"><ul class="dummy"><li>
1796
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
2026
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1797
2027
  </li></ul></dd>
1798
2028
 
1799
2029
 
@@ -1862,7 +2092,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1862
2092
  <span class="method-parameter is-pulled-right">
1863
2093
  <label>类型:</label>
1864
2094
 
1865
- <span class="param-type">String</span>
2095
+ <span class="param-type">
2096
+
2097
+ String
2098
+
2099
+ </span>
2100
+
1866
2101
 
1867
2102
 
1868
2103
  </span>
@@ -1896,7 +2131,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1896
2131
 
1897
2132
  <dt class="inherited-from">Inherited From:</dt>
1898
2133
  <dd class="inherited-from"><ul class="dummy"><li>
1899
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2134
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1900
2135
  </li></ul></dd>
1901
2136
 
1902
2137
 
@@ -1955,7 +2190,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1955
2190
  <span class="method-parameter is-pulled-right">
1956
2191
  <label>类型:</label>
1957
2192
 
1958
- <span class="param-type">function</span>
2193
+ <span class="param-type">
2194
+
2195
+ function
2196
+
2197
+ </span>
2198
+
1959
2199
 
1960
2200
 
1961
2201
  </span>
@@ -1989,7 +2229,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1989
2229
 
1990
2230
  <dt class="inherited-from">Inherited From:</dt>
1991
2231
  <dd class="inherited-from"><ul class="dummy"><li>
1992
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2232
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1993
2233
  </li></ul></dd>
1994
2234
 
1995
2235
 
@@ -2060,7 +2300,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2060
2300
  <span class="method-parameter is-pulled-right">
2061
2301
  <label>类型:</label>
2062
2302
 
2063
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2303
+ <span class="param-type">
2304
+
2305
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2306
+
2307
+ </span>
2308
+
2064
2309
 
2065
2310
 
2066
2311
  </span>
@@ -2094,7 +2339,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2094
2339
 
2095
2340
  <dt class="inherited-from">Inherited From:</dt>
2096
2341
  <dd class="inherited-from"><ul class="dummy"><li>
2097
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2342
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2098
2343
  </li></ul></dd>
2099
2344
 
2100
2345
 
@@ -2157,7 +2402,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2157
2402
  <span class="method-parameter is-pulled-right">
2158
2403
  <label>类型:</label>
2159
2404
 
2160
- <span class="param-type">String</span>
2405
+ <span class="param-type">
2406
+
2407
+ String
2408
+
2409
+ </span>
2410
+
2161
2411
 
2162
2412
 
2163
2413
  </span>
@@ -2191,7 +2441,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2191
2441
 
2192
2442
  <dt class="inherited-from">Inherited From:</dt>
2193
2443
  <dd class="inherited-from"><ul class="dummy"><li>
2194
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2444
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2195
2445
  </li></ul></dd>
2196
2446
 
2197
2447
 
@@ -2249,7 +2499,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2249
2499
  <span class="method-parameter is-pulled-right">
2250
2500
  <label>类型:</label>
2251
2501
 
2252
- <span class="param-type">String</span>
2502
+ <span class="param-type">
2503
+
2504
+ String
2505
+
2506
+ </span>
2507
+
2253
2508
 
2254
2509
 
2255
2510
  </span>
@@ -2283,7 +2538,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2283
2538
 
2284
2539
  <dt class="inherited-from">Inherited From:</dt>
2285
2540
  <dd class="inherited-from"><ul class="dummy"><li>
2286
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2541
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2287
2542
  </li></ul></dd>
2288
2543
 
2289
2544
 
@@ -2341,7 +2596,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2341
2596
  <span class="method-parameter is-pulled-right">
2342
2597
  <label>类型:</label>
2343
2598
 
2344
- <span class="param-type">String</span>
2599
+ <span class="param-type">
2600
+
2601
+ String
2602
+
2603
+ </span>
2604
+
2345
2605
 
2346
2606
 
2347
2607
  </span>
@@ -2432,12 +2692,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2432
2692
  <tbody>
2433
2693
 
2434
2694
  <tr class="deep-level-0">
2435
- <td class="name"><code><a href="WorkFlowServer600354.html#execute">execute</a></code></td>
2695
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2436
2696
  <td class="name">
2437
2697
  <code>
2438
2698
 
2439
2699
 
2440
- <span class="param-type">Promise.&lt;Object></span>
2700
+ <span class="param-type">
2701
+
2702
+ Promise.&lt;Object>
2703
+
2704
+ </span>
2705
+
2441
2706
 
2442
2707
 
2443
2708
 
@@ -2447,7 +2712,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2447
2712
  </tr>
2448
2713
 
2449
2714
  <tr class="deep-level-0">
2450
- <td class="name"><code><a href="WorkFlowServer600354.html#queryServerInfo">queryServerInfo</a></code></td>
2715
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2451
2716
  <td class="name">
2452
2717
  <code>
2453
2718
 
@@ -2457,12 +2722,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2457
2722
  </tr>
2458
2723
 
2459
2724
  <tr class="deep-level-0">
2460
- <td class="name"><code><a href="WorkFlowServer600354.html#queryTaskResult">queryTaskResult</a></code></td>
2725
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2461
2726
  <td class="name">
2462
2727
  <code>
2463
2728
 
2464
2729
 
2465
- <span class="param-type">Promise.&lt;String></span>
2730
+ <span class="param-type">
2731
+
2732
+ Promise.&lt;String>
2733
+
2734
+ </span>
2735
+
2466
2736
 
2467
2737
 
2468
2738
 
@@ -2472,12 +2742,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2472
2742
  </tr>
2473
2743
 
2474
2744
  <tr class="deep-level-0">
2475
- <td class="name"><code><a href="WorkFlowServer600354.html#queryTaskStatus">queryTaskStatus</a></code></td>
2745
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2476
2746
  <td class="name">
2477
2747
  <code>
2478
2748
 
2479
2749
 
2480
- <span class="param-type">Promise.&lt;String></span>
2750
+ <span class="param-type">
2751
+
2752
+ Promise.&lt;String>
2753
+
2754
+ </span>
2755
+
2481
2756
 
2482
2757
 
2483
2758
 
@@ -2487,12 +2762,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2487
2762
  </tr>
2488
2763
 
2489
2764
  <tr class="deep-level-0">
2490
- <td class="name"><code><a href="WorkFlowServer600354.html#submit">submit</a></code></td>
2765
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2491
2766
  <td class="name">
2492
2767
  <code>
2493
2768
 
2494
2769
 
2495
- <span class="param-type">Promise.&lt;String></span>
2770
+ <span class="param-type">
2771
+
2772
+ Promise.&lt;String>
2773
+
2774
+ </span>
2775
+
2496
2776
 
2497
2777
 
2498
2778
 
@@ -2561,13 +2841,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2561
2841
 
2562
2842
  <tr class="deep-level-0">
2563
2843
 
2564
- <td class="name" id="options"><code>options</code></td>
2844
+ <td class="name"><code>options</code></td>
2565
2845
 
2566
2846
 
2567
2847
  <td class="type">
2568
2848
 
2569
2849
 
2570
- <span class="param-type">Object</span>
2850
+ <span class="param-type">
2851
+
2852
+ Object
2853
+
2854
+ </span>
2855
+
2571
2856
 
2572
2857
 
2573
2858
 
@@ -2587,13 +2872,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2587
2872
 
2588
2873
  <tr class="deep-level-1">
2589
2874
 
2590
- <td class="name" id="headers"><code>headers</code></td>
2875
+ <td class="name"><code>headers</code></td>
2591
2876
 
2592
2877
 
2593
2878
  <td class="type">
2594
2879
 
2595
2880
 
2596
- <span class="param-type">String</span>
2881
+ <span class="param-type">
2882
+
2883
+ String
2884
+
2885
+ </span>
2886
+
2597
2887
 
2598
2888
 
2599
2889
 
@@ -2613,13 +2903,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2613
2903
 
2614
2904
  <tr class="deep-level-1">
2615
2905
 
2616
- <td class="name" id="method"><code>method</code></td>
2906
+ <td class="name"><code>method</code></td>
2617
2907
 
2618
2908
 
2619
2909
  <td class="type">
2620
2910
 
2621
2911
 
2622
- <span class="param-type">String</span>
2912
+ <span class="param-type">
2913
+
2914
+ String
2915
+
2916
+ </span>
2917
+
2623
2918
 
2624
2919
 
2625
2920
 
@@ -2641,13 +2936,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2641
2936
 
2642
2937
  <tr class="deep-level-1">
2643
2938
 
2644
- <td class="name" id="success"><code>success</code></td>
2939
+ <td class="name"><code>success</code></td>
2645
2940
 
2646
2941
 
2647
2942
  <td class="type">
2648
2943
 
2649
2944
 
2650
- <span class="param-type">function</span>
2945
+ <span class="param-type">
2946
+
2947
+ function
2948
+
2949
+ </span>
2950
+
2651
2951
 
2652
2952
 
2653
2953
 
@@ -2667,13 +2967,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2667
2967
 
2668
2968
  <tr class="deep-level-1">
2669
2969
 
2670
- <td class="name" id="failure"><code>failure</code></td>
2970
+ <td class="name"><code>failure</code></td>
2671
2971
 
2672
2972
 
2673
2973
  <td class="type">
2674
2974
 
2675
2975
 
2676
- <span class="param-type">function</span>
2976
+ <span class="param-type">
2977
+
2978
+ function
2979
+
2980
+ </span>
2981
+
2677
2982
 
2678
2983
 
2679
2984
 
@@ -2712,7 +3017,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2712
3017
 
2713
3018
  <dt class="inherited-from">Inherited From:</dt>
2714
3019
  <dd class="inherited-from"><ul class="dummy"><li>
2715
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3020
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2716
3021
  </li></ul></dd>
2717
3022
 
2718
3023
 
@@ -2771,7 +3076,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2771
3076
  <div class='column is-5 has-text-left'>
2772
3077
  <label>类型: </label>
2773
3078
 
2774
- <span class="param-type">Promise.&lt;Object></span>
3079
+ <span class="param-type">
3080
+
3081
+ Promise.&lt;Object>
3082
+
3083
+ </span>
3084
+
2775
3085
 
2776
3086
 
2777
3087
  </div>
@@ -2856,7 +3166,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2856
3166
 
2857
3167
  <tr class="deep-level-0">
2858
3168
 
2859
- <td class="name" id="options"><code>options</code></td>
3169
+ <td class="name"><code>options</code></td>
2860
3170
 
2861
3171
 
2862
3172
  <td class="type">
@@ -2877,13 +3187,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2877
3187
 
2878
3188
  <tr class="deep-level-1">
2879
3189
 
2880
- <td class="name" id="success"><code>success</code></td>
3190
+ <td class="name"><code>success</code></td>
2881
3191
 
2882
3192
 
2883
3193
  <td class="type">
2884
3194
 
2885
3195
 
2886
- <span class="param-type">function</span>
3196
+ <span class="param-type">
3197
+
3198
+ function
3199
+
3200
+ </span>
3201
+
2887
3202
 
2888
3203
 
2889
3204
 
@@ -2905,13 +3220,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2905
3220
 
2906
3221
  <tr class="deep-level-1">
2907
3222
 
2908
- <td class="name" id="failure"><code>failure</code></td>
3223
+ <td class="name"><code>failure</code></td>
2909
3224
 
2910
3225
 
2911
3226
  <td class="type">
2912
3227
 
2913
3228
 
2914
- <span class="param-type">function</span>
3229
+ <span class="param-type">
3230
+
3231
+ function
3232
+
3233
+ </span>
3234
+
2915
3235
 
2916
3236
 
2917
3237
 
@@ -2952,7 +3272,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2952
3272
 
2953
3273
  <dt class="inherited-from">Inherited From:</dt>
2954
3274
  <dd class="inherited-from"><ul class="dummy"><li>
2955
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3275
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2956
3276
  </li></ul></dd>
2957
3277
 
2958
3278
 
@@ -3089,13 +3409,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3089
3409
 
3090
3410
  <tr class="deep-level-0">
3091
3411
 
3092
- <td class="name" id="options"><code>options</code></td>
3412
+ <td class="name"><code>options</code></td>
3093
3413
 
3094
3414
 
3095
3415
  <td class="type">
3096
3416
 
3097
3417
 
3098
- <span class="param-type">Object</span>
3418
+ <span class="param-type">
3419
+
3420
+ Object
3421
+
3422
+ </span>
3423
+
3099
3424
 
3100
3425
 
3101
3426
 
@@ -3115,13 +3440,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3115
3440
 
3116
3441
  <tr class="deep-level-1">
3117
3442
 
3118
- <td class="name" id="taskId"><code>taskId</code></td>
3443
+ <td class="name"><code>taskId</code></td>
3119
3444
 
3120
3445
 
3121
3446
  <td class="type">
3122
3447
 
3123
3448
 
3124
- <span class="param-type">String</span>
3449
+ <span class="param-type">
3450
+
3451
+ String
3452
+
3453
+ </span>
3454
+
3125
3455
 
3126
3456
 
3127
3457
 
@@ -3141,13 +3471,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3141
3471
 
3142
3472
  <tr class="deep-level-1">
3143
3473
 
3144
- <td class="name" id="headers"><code>headers</code></td>
3474
+ <td class="name"><code>headers</code></td>
3145
3475
 
3146
3476
 
3147
3477
  <td class="type">
3148
3478
 
3149
3479
 
3150
- <span class="param-type">String</span>
3480
+ <span class="param-type">
3481
+
3482
+ String
3483
+
3484
+ </span>
3485
+
3151
3486
 
3152
3487
 
3153
3488
 
@@ -3167,13 +3502,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3167
3502
 
3168
3503
  <tr class="deep-level-1">
3169
3504
 
3170
- <td class="name" id="method"><code>method</code></td>
3505
+ <td class="name"><code>method</code></td>
3171
3506
 
3172
3507
 
3173
3508
  <td class="type">
3174
3509
 
3175
3510
 
3176
- <span class="param-type">String</span>
3511
+ <span class="param-type">
3512
+
3513
+ String
3514
+
3515
+ </span>
3516
+
3177
3517
 
3178
3518
 
3179
3519
 
@@ -3195,13 +3535,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3195
3535
 
3196
3536
  <tr class="deep-level-1">
3197
3537
 
3198
- <td class="name" id="success"><code>success</code></td>
3538
+ <td class="name"><code>success</code></td>
3199
3539
 
3200
3540
 
3201
3541
  <td class="type">
3202
3542
 
3203
3543
 
3204
- <span class="param-type">function</span>
3544
+ <span class="param-type">
3545
+
3546
+ function
3547
+
3548
+ </span>
3549
+
3205
3550
 
3206
3551
 
3207
3552
 
@@ -3221,13 +3566,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3221
3566
 
3222
3567
  <tr class="deep-level-1">
3223
3568
 
3224
- <td class="name" id="failure"><code>failure</code></td>
3569
+ <td class="name"><code>failure</code></td>
3225
3570
 
3226
3571
 
3227
3572
  <td class="type">
3228
3573
 
3229
3574
 
3230
- <span class="param-type">function</span>
3575
+ <span class="param-type">
3576
+
3577
+ function
3578
+
3579
+ </span>
3580
+
3231
3581
 
3232
3582
 
3233
3583
 
@@ -3266,7 +3616,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3266
3616
 
3267
3617
  <dt class="inherited-from">Inherited From:</dt>
3268
3618
  <dd class="inherited-from"><ul class="dummy"><li>
3269
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3619
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3270
3620
  </li></ul></dd>
3271
3621
 
3272
3622
 
@@ -3325,7 +3675,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3325
3675
  <div class='column is-5 has-text-left'>
3326
3676
  <label>类型: </label>
3327
3677
 
3328
- <span class="param-type">Promise.&lt;String></span>
3678
+ <span class="param-type">
3679
+
3680
+ Promise.&lt;String>
3681
+
3682
+ </span>
3683
+
3329
3684
 
3330
3685
 
3331
3686
  </div>
@@ -3410,13 +3765,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3410
3765
 
3411
3766
  <tr class="deep-level-0">
3412
3767
 
3413
- <td class="name" id="options"><code>options</code></td>
3768
+ <td class="name"><code>options</code></td>
3414
3769
 
3415
3770
 
3416
3771
  <td class="type">
3417
3772
 
3418
3773
 
3419
- <span class="param-type">Object</span>
3774
+ <span class="param-type">
3775
+
3776
+ Object
3777
+
3778
+ </span>
3779
+
3420
3780
 
3421
3781
 
3422
3782
 
@@ -3436,13 +3796,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3436
3796
 
3437
3797
  <tr class="deep-level-1">
3438
3798
 
3439
- <td class="name" id="taskId"><code>taskId</code></td>
3799
+ <td class="name"><code>taskId</code></td>
3440
3800
 
3441
3801
 
3442
3802
  <td class="type">
3443
3803
 
3444
3804
 
3445
- <span class="param-type">String</span>
3805
+ <span class="param-type">
3806
+
3807
+ String
3808
+
3809
+ </span>
3810
+
3446
3811
 
3447
3812
 
3448
3813
 
@@ -3462,13 +3827,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3462
3827
 
3463
3828
  <tr class="deep-level-1">
3464
3829
 
3465
- <td class="name" id="headers"><code>headers</code></td>
3830
+ <td class="name"><code>headers</code></td>
3466
3831
 
3467
3832
 
3468
3833
  <td class="type">
3469
3834
 
3470
3835
 
3471
- <span class="param-type">String</span>
3836
+ <span class="param-type">
3837
+
3838
+ String
3839
+
3840
+ </span>
3841
+
3472
3842
 
3473
3843
 
3474
3844
 
@@ -3488,13 +3858,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3488
3858
 
3489
3859
  <tr class="deep-level-1">
3490
3860
 
3491
- <td class="name" id="method"><code>method</code></td>
3861
+ <td class="name"><code>method</code></td>
3492
3862
 
3493
3863
 
3494
3864
  <td class="type">
3495
3865
 
3496
3866
 
3497
- <span class="param-type">String</span>
3867
+ <span class="param-type">
3868
+
3869
+ String
3870
+
3871
+ </span>
3872
+
3498
3873
 
3499
3874
 
3500
3875
 
@@ -3516,13 +3891,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3516
3891
 
3517
3892
  <tr class="deep-level-1">
3518
3893
 
3519
- <td class="name" id="success"><code>success</code></td>
3894
+ <td class="name"><code>success</code></td>
3520
3895
 
3521
3896
 
3522
3897
  <td class="type">
3523
3898
 
3524
3899
 
3525
- <span class="param-type">function</span>
3900
+ <span class="param-type">
3901
+
3902
+ function
3903
+
3904
+ </span>
3905
+
3526
3906
 
3527
3907
 
3528
3908
 
@@ -3542,13 +3922,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3542
3922
 
3543
3923
  <tr class="deep-level-1">
3544
3924
 
3545
- <td class="name" id="failure"><code>failure</code></td>
3925
+ <td class="name"><code>failure</code></td>
3546
3926
 
3547
3927
 
3548
3928
  <td class="type">
3549
3929
 
3550
3930
 
3551
- <span class="param-type">function</span>
3931
+ <span class="param-type">
3932
+
3933
+ function
3934
+
3935
+ </span>
3936
+
3552
3937
 
3553
3938
 
3554
3939
 
@@ -3587,7 +3972,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3587
3972
 
3588
3973
  <dt class="inherited-from">Inherited From:</dt>
3589
3974
  <dd class="inherited-from"><ul class="dummy"><li>
3590
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3975
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3591
3976
  </li></ul></dd>
3592
3977
 
3593
3978
 
@@ -3646,7 +4031,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3646
4031
  <div class='column is-5 has-text-left'>
3647
4032
  <label>类型: </label>
3648
4033
 
3649
- <span class="param-type">Promise.&lt;String></span>
4034
+ <span class="param-type">
4035
+
4036
+ Promise.&lt;String>
4037
+
4038
+ </span>
4039
+
3650
4040
 
3651
4041
 
3652
4042
  </div>
@@ -3731,13 +4121,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3731
4121
 
3732
4122
  <tr class="deep-level-0">
3733
4123
 
3734
- <td class="name" id="options"><code>options</code></td>
4124
+ <td class="name"><code>options</code></td>
3735
4125
 
3736
4126
 
3737
4127
  <td class="type">
3738
4128
 
3739
4129
 
3740
- <span class="param-type">Object</span>
4130
+ <span class="param-type">
4131
+
4132
+ Object
4133
+
4134
+ </span>
4135
+
3741
4136
 
3742
4137
 
3743
4138
 
@@ -3757,13 +4152,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3757
4152
 
3758
4153
  <tr class="deep-level-1">
3759
4154
 
3760
- <td class="name" id="headers"><code>headers</code></td>
4155
+ <td class="name"><code>headers</code></td>
3761
4156
 
3762
4157
 
3763
4158
  <td class="type">
3764
4159
 
3765
4160
 
3766
- <span class="param-type">String</span>
4161
+ <span class="param-type">
4162
+
4163
+ String
4164
+
4165
+ </span>
4166
+
3767
4167
 
3768
4168
 
3769
4169
 
@@ -3783,13 +4183,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3783
4183
 
3784
4184
  <tr class="deep-level-1">
3785
4185
 
3786
- <td class="name" id="method"><code>method</code></td>
4186
+ <td class="name"><code>method</code></td>
3787
4187
 
3788
4188
 
3789
4189
  <td class="type">
3790
4190
 
3791
4191
 
3792
- <span class="param-type">String</span>
4192
+ <span class="param-type">
4193
+
4194
+ String
4195
+
4196
+ </span>
4197
+
3793
4198
 
3794
4199
 
3795
4200
 
@@ -3811,13 +4216,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3811
4216
 
3812
4217
  <tr class="deep-level-1">
3813
4218
 
3814
- <td class="name" id="success"><code>success</code></td>
4219
+ <td class="name"><code>success</code></td>
3815
4220
 
3816
4221
 
3817
4222
  <td class="type">
3818
4223
 
3819
4224
 
3820
- <span class="param-type">function</span>
4225
+ <span class="param-type">
4226
+
4227
+ function
4228
+
4229
+ </span>
4230
+
3821
4231
 
3822
4232
 
3823
4233
 
@@ -3837,13 +4247,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3837
4247
 
3838
4248
  <tr class="deep-level-1">
3839
4249
 
3840
- <td class="name" id="failure"><code>failure</code></td>
4250
+ <td class="name"><code>failure</code></td>
3841
4251
 
3842
4252
 
3843
4253
  <td class="type">
3844
4254
 
3845
4255
 
3846
- <span class="param-type">function</span>
4256
+ <span class="param-type">
4257
+
4258
+ function
4259
+
4260
+ </span>
4261
+
3847
4262
 
3848
4263
 
3849
4264
 
@@ -3882,7 +4297,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3882
4297
 
3883
4298
  <dt class="inherited-from">Inherited From:</dt>
3884
4299
  <dd class="inherited-from"><ul class="dummy"><li>
3885
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4300
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3886
4301
  </li></ul></dd>
3887
4302
 
3888
4303
 
@@ -3948,7 +4363,12 @@ console.log(&quot;submit: &quot;, res);
3948
4363
  <div class='column is-5 has-text-left'>
3949
4364
  <label>类型: </label>
3950
4365
 
3951
- <span class="param-type">Promise.&lt;String></span>
4366
+ <span class="param-type">
4367
+
4368
+ Promise.&lt;String>
4369
+
4370
+ </span>
4371
+
3952
4372
 
3953
4373
 
3954
4374
  </div>