@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="flag"><code>flag</code></td>
155
+ <td class="name"><code>flag</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type">Boolean</span>
161
+ <span class="param-type">
162
+
163
+ Boolean
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="flagPosStr"><code>flagPosStr</code></td>
182
+ <td class="name"><code>flagPosStr</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">String</span>
215
+ <span class="param-type">
216
+
217
+ String
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="nearDis"><code>nearDis</code></td>
236
+ <td class="name"><code>nearDis</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
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="weight"><code>weight</code></td>
263
+ <td class="name"><code>weight</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type">String</span>
269
+ <span class="param-type">
270
+
271
+ String
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="analyTp"><code>analyTp</code></td>
290
+ <td class="name"><code>analyTp</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
 
@@ -372,7 +417,7 @@
372
417
 
373
418
 
374
419
  <ul>
375
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
420
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
376
421
  </ul>
377
422
 
378
423
 
@@ -404,11 +449,16 @@
404
449
  <tbody>
405
450
 
406
451
  <tr class="deep-level-0">
407
- <td class="name"><code><a href="WorkFlowServer600336.html#analyTp">analyTp</a></code></td>
452
+ <td class="name"><code><a href="#analyTp">analyTp</a></code></td>
408
453
  <td class="name">
409
454
  <code>
410
455
 
411
- <span class="param-type">String</span>
456
+ <span class="param-type">
457
+
458
+ String
459
+
460
+ </span>
461
+
412
462
 
413
463
 
414
464
  </code>
@@ -417,11 +467,16 @@
417
467
  </tr>
418
468
 
419
469
  <tr class="deep-level-0">
420
- <td class="name"><code><a href="WorkFlowServer600336.html#clientId">clientId</a></code></td>
470
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
421
471
  <td class="name">
422
472
  <code>
423
473
 
424
- <span class="param-type">Boolean</span>
474
+ <span class="param-type">
475
+
476
+ Boolean
477
+
478
+ </span>
479
+
425
480
 
426
481
 
427
482
  </code>
@@ -430,11 +485,16 @@
430
485
  </tr>
431
486
 
432
487
  <tr class="deep-level-0">
433
- <td class="name"><code><a href="WorkFlowServer600336.html#description">description</a></code></td>
488
+ <td class="name"><code><a href="#description">description</a></code></td>
434
489
  <td class="name">
435
490
  <code>
436
491
 
437
- <span class="param-type">String</span>
492
+ <span class="param-type">
493
+
494
+ String
495
+
496
+ </span>
497
+
438
498
 
439
499
 
440
500
  </code>
@@ -443,11 +503,16 @@
443
503
  </tr>
444
504
 
445
505
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="WorkFlowServer600336.html#elementType">elementType</a></code></td>
506
+ <td class="name"><code><a href="#elementType">elementType</a></code></td>
447
507
  <td class="name">
448
508
  <code>
449
509
 
450
- <span class="param-type">String</span>
510
+ <span class="param-type">
511
+
512
+ String
513
+
514
+ </span>
515
+
451
516
 
452
517
 
453
518
  </code>
@@ -456,11 +521,16 @@
456
521
  </tr>
457
522
 
458
523
  <tr class="deep-level-0">
459
- <td class="name"><code><a href="WorkFlowServer600336.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
524
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
460
525
  <td class="name">
461
526
  <code>
462
527
 
463
- <span class="param-type">Boolean</span>
528
+ <span class="param-type">
529
+
530
+ Boolean
531
+
532
+ </span>
533
+
464
534
 
465
535
 
466
536
  </code>
@@ -469,11 +539,16 @@
469
539
  </tr>
470
540
 
471
541
  <tr class="deep-level-0">
472
- <td class="name"><code><a href="WorkFlowServer600336.html#flag">flag</a></code></td>
542
+ <td class="name"><code><a href="#flag">flag</a></code></td>
473
543
  <td class="name">
474
544
  <code>
475
545
 
476
- <span class="param-type">Boolean</span>
546
+ <span class="param-type">
547
+
548
+ Boolean
549
+
550
+ </span>
551
+
477
552
 
478
553
 
479
554
  </code>
@@ -482,11 +557,16 @@
482
557
  </tr>
483
558
 
484
559
  <tr class="deep-level-0">
485
- <td class="name"><code><a href="WorkFlowServer600336.html#flagPosStr">flagPosStr</a></code></td>
560
+ <td class="name"><code><a href="#flagPosStr">flagPosStr</a></code></td>
486
561
  <td class="name">
487
562
  <code>
488
563
 
489
- <span class="param-type">String</span>
564
+ <span class="param-type">
565
+
566
+ String
567
+
568
+ </span>
569
+
490
570
 
491
571
 
492
572
  </code>
@@ -495,11 +575,16 @@
495
575
  </tr>
496
576
 
497
577
  <tr class="deep-level-0">
498
- <td class="name"><code><a href="WorkFlowServer600336.html#flowId">flowId</a></code></td>
578
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
499
579
  <td class="name">
500
580
  <code>
501
581
 
502
- <span class="param-type">Number</span>
582
+ <span class="param-type">
583
+
584
+ Number
585
+
586
+ </span>
587
+
503
588
 
504
589
 
505
590
  </code>
@@ -508,11 +593,16 @@
508
593
  </tr>
509
594
 
510
595
  <tr class="deep-level-0">
511
- <td class="name"><code><a href="WorkFlowServer600336.html#groupName">groupName</a></code></td>
596
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
512
597
  <td class="name">
513
598
  <code>
514
599
 
515
- <span class="param-type">String</span>
600
+ <span class="param-type">
601
+
602
+ String
603
+
604
+ </span>
605
+
516
606
 
517
607
 
518
608
  </code>
@@ -521,11 +611,16 @@
521
611
  </tr>
522
612
 
523
613
  <tr class="deep-level-0">
524
- <td class="name"><code><a href="WorkFlowServer600336.html#headers">headers</a></code></td>
614
+ <td class="name"><code><a href="#headers">headers</a></code></td>
525
615
  <td class="name">
526
616
  <code>
527
617
 
528
- <span class="param-type">String</span>
618
+ <span class="param-type">
619
+
620
+ String
621
+
622
+ </span>
623
+
529
624
 
530
625
 
531
626
  </code>
@@ -534,11 +629,16 @@
534
629
  </tr>
535
630
 
536
631
  <tr class="deep-level-0">
537
- <td class="name"><code><a href="WorkFlowServer600336.html#nearDis">nearDis</a></code></td>
632
+ <td class="name"><code><a href="#nearDis">nearDis</a></code></td>
538
633
  <td class="name">
539
634
  <code>
540
635
 
541
- <span class="param-type">Number</span>
636
+ <span class="param-type">
637
+
638
+ Number
639
+
640
+ </span>
641
+
542
642
 
543
643
 
544
644
  </code>
@@ -547,11 +647,16 @@
547
647
  </tr>
548
648
 
549
649
  <tr class="deep-level-0">
550
- <td class="name"><code><a href="WorkFlowServer600336.html#netClsUrl">netClsUrl</a></code></td>
650
+ <td class="name"><code><a href="#netClsUrl">netClsUrl</a></code></td>
551
651
  <td class="name">
552
652
  <code>
553
653
 
554
- <span class="param-type">String</span>
654
+ <span class="param-type">
655
+
656
+ String
657
+
658
+ </span>
659
+
555
660
 
556
661
 
557
662
  </code>
@@ -560,11 +665,16 @@
560
665
  </tr>
561
666
 
562
667
  <tr class="deep-level-0">
563
- <td class="name"><code><a href="WorkFlowServer600336.html#requestInterceptor">requestInterceptor</a></code></td>
668
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
564
669
  <td class="name">
565
670
  <code>
566
671
 
567
- <span class="param-type">function</span>
672
+ <span class="param-type">
673
+
674
+ function
675
+
676
+ </span>
677
+
568
678
 
569
679
 
570
680
  </code>
@@ -573,11 +683,16 @@
573
683
  </tr>
574
684
 
575
685
  <tr class="deep-level-0">
576
- <td class="name"><code><a href="WorkFlowServer600336.html#requestTimeout">requestTimeout</a></code></td>
686
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
577
687
  <td class="name">
578
688
  <code>
579
689
 
580
- <span class="param-type">String</span>
690
+ <span class="param-type">
691
+
692
+ String
693
+
694
+ </span>
695
+
581
696
 
582
697
 
583
698
  </code>
@@ -586,11 +701,16 @@
586
701
  </tr>
587
702
 
588
703
  <tr class="deep-level-0">
589
- <td class="name"><code><a href="WorkFlowServer600336.html#responseInterceptor">responseInterceptor</a></code></td>
704
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
590
705
  <td class="name">
591
706
  <code>
592
707
 
593
- <span class="param-type">function</span>
708
+ <span class="param-type">
709
+
710
+ function
711
+
712
+ </span>
713
+
594
714
 
595
715
 
596
716
  </code>
@@ -599,11 +719,16 @@
599
719
  </tr>
600
720
 
601
721
  <tr class="deep-level-0">
602
- <td class="name"><code><a href="WorkFlowServer600336.html#tokenAttachType">tokenAttachType</a></code></td>
722
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
603
723
  <td class="name">
604
724
  <code>
605
725
 
606
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
726
+ <span class="param-type">
727
+
728
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
729
+
730
+ </span>
731
+
607
732
 
608
733
 
609
734
  </code>
@@ -612,11 +737,16 @@
612
737
  </tr>
613
738
 
614
739
  <tr class="deep-level-0">
615
- <td class="name"><code><a href="WorkFlowServer600336.html#tokenKey">tokenKey</a></code></td>
740
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
616
741
  <td class="name">
617
742
  <code>
618
743
 
619
- <span class="param-type">String</span>
744
+ <span class="param-type">
745
+
746
+ String
747
+
748
+ </span>
749
+
620
750
 
621
751
 
622
752
  </code>
@@ -625,11 +755,16 @@
625
755
  </tr>
626
756
 
627
757
  <tr class="deep-level-0">
628
- <td class="name"><code><a href="WorkFlowServer600336.html#tokenValue">tokenValue</a></code></td>
758
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
629
759
  <td class="name">
630
760
  <code>
631
761
 
632
- <span class="param-type">String</span>
762
+ <span class="param-type">
763
+
764
+ String
765
+
766
+ </span>
767
+
633
768
 
634
769
 
635
770
  </code>
@@ -638,11 +773,16 @@
638
773
  </tr>
639
774
 
640
775
  <tr class="deep-level-0">
641
- <td class="name"><code><a href="WorkFlowServer600336.html#url">url</a></code></td>
776
+ <td class="name"><code><a href="#url">url</a></code></td>
642
777
  <td class="name">
643
778
  <code>
644
779
 
645
- <span class="param-type">String</span>
780
+ <span class="param-type">
781
+
782
+ String
783
+
784
+ </span>
785
+
646
786
 
647
787
 
648
788
  </code>
@@ -651,11 +791,16 @@
651
791
  </tr>
652
792
 
653
793
  <tr class="deep-level-0">
654
- <td class="name"><code><a href="WorkFlowServer600336.html#weight">weight</a></code></td>
794
+ <td class="name"><code><a href="#weight">weight</a></code></td>
655
795
  <td class="name">
656
796
  <code>
657
797
 
658
- <span class="param-type">String</span>
798
+ <span class="param-type">
799
+
800
+ String
801
+
802
+ </span>
803
+
659
804
 
660
805
 
661
806
  </code>
@@ -674,7 +819,12 @@
674
819
  <span class="method-parameter is-pulled-right">
675
820
  <label>类型:</label>
676
821
 
677
- <span class="param-type">String</span>
822
+ <span class="param-type">
823
+
824
+ String
825
+
826
+ </span>
827
+
678
828
 
679
829
 
680
830
  </span>
@@ -744,7 +894,12 @@
744
894
  <span class="method-parameter is-pulled-right">
745
895
  <label>类型:</label>
746
896
 
747
- <span class="param-type">Boolean</span>
897
+ <span class="param-type">
898
+
899
+ Boolean
900
+
901
+ </span>
902
+
748
903
 
749
904
 
750
905
  </span>
@@ -778,7 +933,7 @@
778
933
 
779
934
  <dt class="inherited-from">Inherited From:</dt>
780
935
  <dd class="inherited-from"><ul class="dummy"><li>
781
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
936
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
782
937
  </li></ul></dd>
783
938
 
784
939
 
@@ -819,7 +974,12 @@
819
974
  <span class="method-parameter is-pulled-right">
820
975
  <label>类型:</label>
821
976
 
822
- <span class="param-type">String</span>
977
+ <span class="param-type">
978
+
979
+ String
980
+
981
+ </span>
982
+
823
983
 
824
984
 
825
985
  </span>
@@ -893,7 +1053,12 @@
893
1053
  <span class="method-parameter is-pulled-right">
894
1054
  <label>类型:</label>
895
1055
 
896
- <span class="param-type">String</span>
1056
+ <span class="param-type">
1057
+
1058
+ String
1059
+
1060
+ </span>
1061
+
897
1062
 
898
1063
 
899
1064
  </span>
@@ -963,7 +1128,12 @@
963
1128
  <span class="method-parameter is-pulled-right">
964
1129
  <label>类型:</label>
965
1130
 
966
- <span class="param-type">Boolean</span>
1131
+ <span class="param-type">
1132
+
1133
+ Boolean
1134
+
1135
+ </span>
1136
+
967
1137
 
968
1138
 
969
1139
  </span>
@@ -997,7 +1167,7 @@
997
1167
 
998
1168
  <dt class="inherited-from">Inherited From:</dt>
999
1169
  <dd class="inherited-from"><ul class="dummy"><li>
1000
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1170
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1001
1171
  </li></ul></dd>
1002
1172
 
1003
1173
 
@@ -1059,7 +1229,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1059
1229
  <span class="method-parameter is-pulled-right">
1060
1230
  <label>类型:</label>
1061
1231
 
1062
- <span class="param-type">Boolean</span>
1232
+ <span class="param-type">
1233
+
1234
+ Boolean
1235
+
1236
+ </span>
1237
+
1063
1238
 
1064
1239
 
1065
1240
  </span>
@@ -1129,7 +1304,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1129
1304
  <span class="method-parameter is-pulled-right">
1130
1305
  <label>类型:</label>
1131
1306
 
1132
- <span class="param-type">String</span>
1307
+ <span class="param-type">
1308
+
1309
+ String
1310
+
1311
+ </span>
1312
+
1133
1313
 
1134
1314
 
1135
1315
  </span>
@@ -1199,7 +1379,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1199
1379
  <span class="method-parameter is-pulled-right">
1200
1380
  <label>类型:</label>
1201
1381
 
1202
- <span class="param-type">Number</span>
1382
+ <span class="param-type">
1383
+
1384
+ Number
1385
+
1386
+ </span>
1387
+
1203
1388
 
1204
1389
 
1205
1390
  </span>
@@ -1273,7 +1458,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1273
1458
  <span class="method-parameter is-pulled-right">
1274
1459
  <label>类型:</label>
1275
1460
 
1276
- <span class="param-type">String</span>
1461
+ <span class="param-type">
1462
+
1463
+ String
1464
+
1465
+ </span>
1466
+
1277
1467
 
1278
1468
 
1279
1469
  </span>
@@ -1347,7 +1537,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1347
1537
  <span class="method-parameter is-pulled-right">
1348
1538
  <label>类型:</label>
1349
1539
 
1350
- <span class="param-type">String</span>
1540
+ <span class="param-type">
1541
+
1542
+ String
1543
+
1544
+ </span>
1545
+
1351
1546
 
1352
1547
 
1353
1548
  </span>
@@ -1381,7 +1576,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1381
1576
 
1382
1577
  <dt class="inherited-from">Inherited From:</dt>
1383
1578
  <dd class="inherited-from"><ul class="dummy"><li>
1384
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1579
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1385
1580
  </li></ul></dd>
1386
1581
 
1387
1582
 
@@ -1444,7 +1639,12 @@ BaseServer.headers.token = '新token';</code></pre>
1444
1639
  <span class="method-parameter is-pulled-right">
1445
1640
  <label>类型:</label>
1446
1641
 
1447
- <span class="param-type">Number</span>
1642
+ <span class="param-type">
1643
+
1644
+ Number
1645
+
1646
+ </span>
1647
+
1448
1648
 
1449
1649
 
1450
1650
  </span>
@@ -1514,7 +1714,12 @@ BaseServer.headers.token = '新token';</code></pre>
1514
1714
  <span class="method-parameter is-pulled-right">
1515
1715
  <label>类型:</label>
1516
1716
 
1517
- <span class="param-type">String</span>
1717
+ <span class="param-type">
1718
+
1719
+ String
1720
+
1721
+ </span>
1722
+
1518
1723
 
1519
1724
 
1520
1725
  </span>
@@ -1584,7 +1789,12 @@ BaseServer.headers.token = '新token';</code></pre>
1584
1789
  <span class="method-parameter is-pulled-right">
1585
1790
  <label>类型:</label>
1586
1791
 
1587
- <span class="param-type">function</span>
1792
+ <span class="param-type">
1793
+
1794
+ function
1795
+
1796
+ </span>
1797
+
1588
1798
 
1589
1799
 
1590
1800
  </span>
@@ -1618,7 +1828,7 @@ BaseServer.headers.token = '新token';</code></pre>
1618
1828
 
1619
1829
  <dt class="inherited-from">Inherited From:</dt>
1620
1830
  <dd class="inherited-from"><ul class="dummy"><li>
1621
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1831
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1622
1832
  </li></ul></dd>
1623
1833
 
1624
1834
 
@@ -1687,7 +1897,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1687
1897
  <span class="method-parameter is-pulled-right">
1688
1898
  <label>类型:</label>
1689
1899
 
1690
- <span class="param-type">String</span>
1900
+ <span class="param-type">
1901
+
1902
+ String
1903
+
1904
+ </span>
1905
+
1691
1906
 
1692
1907
 
1693
1908
  </span>
@@ -1721,7 +1936,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1721
1936
 
1722
1937
  <dt class="inherited-from">Inherited From:</dt>
1723
1938
  <dd class="inherited-from"><ul class="dummy"><li>
1724
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1939
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1725
1940
  </li></ul></dd>
1726
1941
 
1727
1942
 
@@ -1780,7 +1995,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1780
1995
  <span class="method-parameter is-pulled-right">
1781
1996
  <label>类型:</label>
1782
1997
 
1783
- <span class="param-type">function</span>
1998
+ <span class="param-type">
1999
+
2000
+ function
2001
+
2002
+ </span>
2003
+
1784
2004
 
1785
2005
 
1786
2006
  </span>
@@ -1814,7 +2034,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1814
2034
 
1815
2035
  <dt class="inherited-from">Inherited From:</dt>
1816
2036
  <dd class="inherited-from"><ul class="dummy"><li>
1817
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2037
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1818
2038
  </li></ul></dd>
1819
2039
 
1820
2040
 
@@ -1885,7 +2105,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1885
2105
  <span class="method-parameter is-pulled-right">
1886
2106
  <label>类型:</label>
1887
2107
 
1888
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2108
+ <span class="param-type">
2109
+
2110
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2111
+
2112
+ </span>
2113
+
1889
2114
 
1890
2115
 
1891
2116
  </span>
@@ -1919,7 +2144,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1919
2144
 
1920
2145
  <dt class="inherited-from">Inherited From:</dt>
1921
2146
  <dd class="inherited-from"><ul class="dummy"><li>
1922
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2147
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1923
2148
  </li></ul></dd>
1924
2149
 
1925
2150
 
@@ -1982,7 +2207,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1982
2207
  <span class="method-parameter is-pulled-right">
1983
2208
  <label>类型:</label>
1984
2209
 
1985
- <span class="param-type">String</span>
2210
+ <span class="param-type">
2211
+
2212
+ String
2213
+
2214
+ </span>
2215
+
1986
2216
 
1987
2217
 
1988
2218
  </span>
@@ -2016,7 +2246,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2016
2246
 
2017
2247
  <dt class="inherited-from">Inherited From:</dt>
2018
2248
  <dd class="inherited-from"><ul class="dummy"><li>
2019
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2249
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2020
2250
  </li></ul></dd>
2021
2251
 
2022
2252
 
@@ -2074,7 +2304,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2074
2304
  <span class="method-parameter is-pulled-right">
2075
2305
  <label>类型:</label>
2076
2306
 
2077
- <span class="param-type">String</span>
2307
+ <span class="param-type">
2308
+
2309
+ String
2310
+
2311
+ </span>
2312
+
2078
2313
 
2079
2314
 
2080
2315
  </span>
@@ -2108,7 +2343,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2108
2343
 
2109
2344
  <dt class="inherited-from">Inherited From:</dt>
2110
2345
  <dd class="inherited-from"><ul class="dummy"><li>
2111
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2346
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2112
2347
  </li></ul></dd>
2113
2348
 
2114
2349
 
@@ -2166,7 +2401,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2166
2401
  <span class="method-parameter is-pulled-right">
2167
2402
  <label>类型:</label>
2168
2403
 
2169
- <span class="param-type">String</span>
2404
+ <span class="param-type">
2405
+
2406
+ String
2407
+
2408
+ </span>
2409
+
2170
2410
 
2171
2411
 
2172
2412
  </span>
@@ -2241,7 +2481,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2241
2481
  <span class="method-parameter is-pulled-right">
2242
2482
  <label>类型:</label>
2243
2483
 
2244
- <span class="param-type">String</span>
2484
+ <span class="param-type">
2485
+
2486
+ String
2487
+
2488
+ </span>
2489
+
2245
2490
 
2246
2491
 
2247
2492
  </span>
@@ -2327,12 +2572,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2327
2572
  <tbody>
2328
2573
 
2329
2574
  <tr class="deep-level-0">
2330
- <td class="name"><code><a href="WorkFlowServer600336.html#execute">execute</a></code></td>
2575
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2331
2576
  <td class="name">
2332
2577
  <code>
2333
2578
 
2334
2579
 
2335
- <span class="param-type">Promise.&lt;Object></span>
2580
+ <span class="param-type">
2581
+
2582
+ Promise.&lt;Object>
2583
+
2584
+ </span>
2585
+
2336
2586
 
2337
2587
 
2338
2588
 
@@ -2342,7 +2592,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2342
2592
  </tr>
2343
2593
 
2344
2594
  <tr class="deep-level-0">
2345
- <td class="name"><code><a href="WorkFlowServer600336.html#queryServerInfo">queryServerInfo</a></code></td>
2595
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2346
2596
  <td class="name">
2347
2597
  <code>
2348
2598
 
@@ -2352,12 +2602,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2352
2602
  </tr>
2353
2603
 
2354
2604
  <tr class="deep-level-0">
2355
- <td class="name"><code><a href="WorkFlowServer600336.html#queryTaskResult">queryTaskResult</a></code></td>
2605
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2356
2606
  <td class="name">
2357
2607
  <code>
2358
2608
 
2359
2609
 
2360
- <span class="param-type">Promise.&lt;String></span>
2610
+ <span class="param-type">
2611
+
2612
+ Promise.&lt;String>
2613
+
2614
+ </span>
2615
+
2361
2616
 
2362
2617
 
2363
2618
 
@@ -2367,12 +2622,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2367
2622
  </tr>
2368
2623
 
2369
2624
  <tr class="deep-level-0">
2370
- <td class="name"><code><a href="WorkFlowServer600336.html#queryTaskStatus">queryTaskStatus</a></code></td>
2625
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2371
2626
  <td class="name">
2372
2627
  <code>
2373
2628
 
2374
2629
 
2375
- <span class="param-type">Promise.&lt;String></span>
2630
+ <span class="param-type">
2631
+
2632
+ Promise.&lt;String>
2633
+
2634
+ </span>
2635
+
2376
2636
 
2377
2637
 
2378
2638
 
@@ -2382,12 +2642,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2382
2642
  </tr>
2383
2643
 
2384
2644
  <tr class="deep-level-0">
2385
- <td class="name"><code><a href="WorkFlowServer600336.html#submit">submit</a></code></td>
2645
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2386
2646
  <td class="name">
2387
2647
  <code>
2388
2648
 
2389
2649
 
2390
- <span class="param-type">Promise.&lt;String></span>
2650
+ <span class="param-type">
2651
+
2652
+ Promise.&lt;String>
2653
+
2654
+ </span>
2655
+
2391
2656
 
2392
2657
 
2393
2658
 
@@ -2456,13 +2721,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2456
2721
 
2457
2722
  <tr class="deep-level-0">
2458
2723
 
2459
- <td class="name" id="options"><code>options</code></td>
2724
+ <td class="name"><code>options</code></td>
2460
2725
 
2461
2726
 
2462
2727
  <td class="type">
2463
2728
 
2464
2729
 
2465
- <span class="param-type">Object</span>
2730
+ <span class="param-type">
2731
+
2732
+ Object
2733
+
2734
+ </span>
2735
+
2466
2736
 
2467
2737
 
2468
2738
 
@@ -2482,13 +2752,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2482
2752
 
2483
2753
  <tr class="deep-level-1">
2484
2754
 
2485
- <td class="name" id="headers"><code>headers</code></td>
2755
+ <td class="name"><code>headers</code></td>
2486
2756
 
2487
2757
 
2488
2758
  <td class="type">
2489
2759
 
2490
2760
 
2491
- <span class="param-type">String</span>
2761
+ <span class="param-type">
2762
+
2763
+ String
2764
+
2765
+ </span>
2766
+
2492
2767
 
2493
2768
 
2494
2769
 
@@ -2508,13 +2783,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2508
2783
 
2509
2784
  <tr class="deep-level-1">
2510
2785
 
2511
- <td class="name" id="method"><code>method</code></td>
2786
+ <td class="name"><code>method</code></td>
2512
2787
 
2513
2788
 
2514
2789
  <td class="type">
2515
2790
 
2516
2791
 
2517
- <span class="param-type">String</span>
2792
+ <span class="param-type">
2793
+
2794
+ String
2795
+
2796
+ </span>
2797
+
2518
2798
 
2519
2799
 
2520
2800
 
@@ -2536,13 +2816,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2536
2816
 
2537
2817
  <tr class="deep-level-1">
2538
2818
 
2539
- <td class="name" id="success"><code>success</code></td>
2819
+ <td class="name"><code>success</code></td>
2540
2820
 
2541
2821
 
2542
2822
  <td class="type">
2543
2823
 
2544
2824
 
2545
- <span class="param-type">function</span>
2825
+ <span class="param-type">
2826
+
2827
+ function
2828
+
2829
+ </span>
2830
+
2546
2831
 
2547
2832
 
2548
2833
 
@@ -2562,13 +2847,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2562
2847
 
2563
2848
  <tr class="deep-level-1">
2564
2849
 
2565
- <td class="name" id="failure"><code>failure</code></td>
2850
+ <td class="name"><code>failure</code></td>
2566
2851
 
2567
2852
 
2568
2853
  <td class="type">
2569
2854
 
2570
2855
 
2571
- <span class="param-type">function</span>
2856
+ <span class="param-type">
2857
+
2858
+ function
2859
+
2860
+ </span>
2861
+
2572
2862
 
2573
2863
 
2574
2864
 
@@ -2607,7 +2897,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2607
2897
 
2608
2898
  <dt class="inherited-from">Inherited From:</dt>
2609
2899
  <dd class="inherited-from"><ul class="dummy"><li>
2610
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2900
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2611
2901
  </li></ul></dd>
2612
2902
 
2613
2903
 
@@ -2666,7 +2956,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2666
2956
  <div class='column is-5 has-text-left'>
2667
2957
  <label>类型: </label>
2668
2958
 
2669
- <span class="param-type">Promise.&lt;Object></span>
2959
+ <span class="param-type">
2960
+
2961
+ Promise.&lt;Object>
2962
+
2963
+ </span>
2964
+
2670
2965
 
2671
2966
 
2672
2967
  </div>
@@ -2751,7 +3046,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2751
3046
 
2752
3047
  <tr class="deep-level-0">
2753
3048
 
2754
- <td class="name" id="options"><code>options</code></td>
3049
+ <td class="name"><code>options</code></td>
2755
3050
 
2756
3051
 
2757
3052
  <td class="type">
@@ -2772,13 +3067,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2772
3067
 
2773
3068
  <tr class="deep-level-1">
2774
3069
 
2775
- <td class="name" id="success"><code>success</code></td>
3070
+ <td class="name"><code>success</code></td>
2776
3071
 
2777
3072
 
2778
3073
  <td class="type">
2779
3074
 
2780
3075
 
2781
- <span class="param-type">function</span>
3076
+ <span class="param-type">
3077
+
3078
+ function
3079
+
3080
+ </span>
3081
+
2782
3082
 
2783
3083
 
2784
3084
 
@@ -2800,13 +3100,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2800
3100
 
2801
3101
  <tr class="deep-level-1">
2802
3102
 
2803
- <td class="name" id="failure"><code>failure</code></td>
3103
+ <td class="name"><code>failure</code></td>
2804
3104
 
2805
3105
 
2806
3106
  <td class="type">
2807
3107
 
2808
3108
 
2809
- <span class="param-type">function</span>
3109
+ <span class="param-type">
3110
+
3111
+ function
3112
+
3113
+ </span>
3114
+
2810
3115
 
2811
3116
 
2812
3117
 
@@ -2847,7 +3152,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2847
3152
 
2848
3153
  <dt class="inherited-from">Inherited From:</dt>
2849
3154
  <dd class="inherited-from"><ul class="dummy"><li>
2850
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3155
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2851
3156
  </li></ul></dd>
2852
3157
 
2853
3158
 
@@ -2984,13 +3289,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2984
3289
 
2985
3290
  <tr class="deep-level-0">
2986
3291
 
2987
- <td class="name" id="options"><code>options</code></td>
3292
+ <td class="name"><code>options</code></td>
2988
3293
 
2989
3294
 
2990
3295
  <td class="type">
2991
3296
 
2992
3297
 
2993
- <span class="param-type">Object</span>
3298
+ <span class="param-type">
3299
+
3300
+ Object
3301
+
3302
+ </span>
3303
+
2994
3304
 
2995
3305
 
2996
3306
 
@@ -3010,13 +3320,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3010
3320
 
3011
3321
  <tr class="deep-level-1">
3012
3322
 
3013
- <td class="name" id="taskId"><code>taskId</code></td>
3323
+ <td class="name"><code>taskId</code></td>
3014
3324
 
3015
3325
 
3016
3326
  <td class="type">
3017
3327
 
3018
3328
 
3019
- <span class="param-type">String</span>
3329
+ <span class="param-type">
3330
+
3331
+ String
3332
+
3333
+ </span>
3334
+
3020
3335
 
3021
3336
 
3022
3337
 
@@ -3036,13 +3351,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3036
3351
 
3037
3352
  <tr class="deep-level-1">
3038
3353
 
3039
- <td class="name" id="headers"><code>headers</code></td>
3354
+ <td class="name"><code>headers</code></td>
3040
3355
 
3041
3356
 
3042
3357
  <td class="type">
3043
3358
 
3044
3359
 
3045
- <span class="param-type">String</span>
3360
+ <span class="param-type">
3361
+
3362
+ String
3363
+
3364
+ </span>
3365
+
3046
3366
 
3047
3367
 
3048
3368
 
@@ -3062,13 +3382,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3062
3382
 
3063
3383
  <tr class="deep-level-1">
3064
3384
 
3065
- <td class="name" id="method"><code>method</code></td>
3385
+ <td class="name"><code>method</code></td>
3066
3386
 
3067
3387
 
3068
3388
  <td class="type">
3069
3389
 
3070
3390
 
3071
- <span class="param-type">String</span>
3391
+ <span class="param-type">
3392
+
3393
+ String
3394
+
3395
+ </span>
3396
+
3072
3397
 
3073
3398
 
3074
3399
 
@@ -3090,13 +3415,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3090
3415
 
3091
3416
  <tr class="deep-level-1">
3092
3417
 
3093
- <td class="name" id="success"><code>success</code></td>
3418
+ <td class="name"><code>success</code></td>
3094
3419
 
3095
3420
 
3096
3421
  <td class="type">
3097
3422
 
3098
3423
 
3099
- <span class="param-type">function</span>
3424
+ <span class="param-type">
3425
+
3426
+ function
3427
+
3428
+ </span>
3429
+
3100
3430
 
3101
3431
 
3102
3432
 
@@ -3116,13 +3446,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3116
3446
 
3117
3447
  <tr class="deep-level-1">
3118
3448
 
3119
- <td class="name" id="failure"><code>failure</code></td>
3449
+ <td class="name"><code>failure</code></td>
3120
3450
 
3121
3451
 
3122
3452
  <td class="type">
3123
3453
 
3124
3454
 
3125
- <span class="param-type">function</span>
3455
+ <span class="param-type">
3456
+
3457
+ function
3458
+
3459
+ </span>
3460
+
3126
3461
 
3127
3462
 
3128
3463
 
@@ -3161,7 +3496,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3161
3496
 
3162
3497
  <dt class="inherited-from">Inherited From:</dt>
3163
3498
  <dd class="inherited-from"><ul class="dummy"><li>
3164
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3499
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3165
3500
  </li></ul></dd>
3166
3501
 
3167
3502
 
@@ -3220,7 +3555,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3220
3555
  <div class='column is-5 has-text-left'>
3221
3556
  <label>类型: </label>
3222
3557
 
3223
- <span class="param-type">Promise.&lt;String></span>
3558
+ <span class="param-type">
3559
+
3560
+ Promise.&lt;String>
3561
+
3562
+ </span>
3563
+
3224
3564
 
3225
3565
 
3226
3566
  </div>
@@ -3305,13 +3645,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3305
3645
 
3306
3646
  <tr class="deep-level-0">
3307
3647
 
3308
- <td class="name" id="options"><code>options</code></td>
3648
+ <td class="name"><code>options</code></td>
3309
3649
 
3310
3650
 
3311
3651
  <td class="type">
3312
3652
 
3313
3653
 
3314
- <span class="param-type">Object</span>
3654
+ <span class="param-type">
3655
+
3656
+ Object
3657
+
3658
+ </span>
3659
+
3315
3660
 
3316
3661
 
3317
3662
 
@@ -3331,13 +3676,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3331
3676
 
3332
3677
  <tr class="deep-level-1">
3333
3678
 
3334
- <td class="name" id="taskId"><code>taskId</code></td>
3679
+ <td class="name"><code>taskId</code></td>
3335
3680
 
3336
3681
 
3337
3682
  <td class="type">
3338
3683
 
3339
3684
 
3340
- <span class="param-type">String</span>
3685
+ <span class="param-type">
3686
+
3687
+ String
3688
+
3689
+ </span>
3690
+
3341
3691
 
3342
3692
 
3343
3693
 
@@ -3357,13 +3707,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3357
3707
 
3358
3708
  <tr class="deep-level-1">
3359
3709
 
3360
- <td class="name" id="headers"><code>headers</code></td>
3710
+ <td class="name"><code>headers</code></td>
3361
3711
 
3362
3712
 
3363
3713
  <td class="type">
3364
3714
 
3365
3715
 
3366
- <span class="param-type">String</span>
3716
+ <span class="param-type">
3717
+
3718
+ String
3719
+
3720
+ </span>
3721
+
3367
3722
 
3368
3723
 
3369
3724
 
@@ -3383,13 +3738,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3383
3738
 
3384
3739
  <tr class="deep-level-1">
3385
3740
 
3386
- <td class="name" id="method"><code>method</code></td>
3741
+ <td class="name"><code>method</code></td>
3387
3742
 
3388
3743
 
3389
3744
  <td class="type">
3390
3745
 
3391
3746
 
3392
- <span class="param-type">String</span>
3747
+ <span class="param-type">
3748
+
3749
+ String
3750
+
3751
+ </span>
3752
+
3393
3753
 
3394
3754
 
3395
3755
 
@@ -3411,13 +3771,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3411
3771
 
3412
3772
  <tr class="deep-level-1">
3413
3773
 
3414
- <td class="name" id="success"><code>success</code></td>
3774
+ <td class="name"><code>success</code></td>
3415
3775
 
3416
3776
 
3417
3777
  <td class="type">
3418
3778
 
3419
3779
 
3420
- <span class="param-type">function</span>
3780
+ <span class="param-type">
3781
+
3782
+ function
3783
+
3784
+ </span>
3785
+
3421
3786
 
3422
3787
 
3423
3788
 
@@ -3437,13 +3802,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3437
3802
 
3438
3803
  <tr class="deep-level-1">
3439
3804
 
3440
- <td class="name" id="failure"><code>failure</code></td>
3805
+ <td class="name"><code>failure</code></td>
3441
3806
 
3442
3807
 
3443
3808
  <td class="type">
3444
3809
 
3445
3810
 
3446
- <span class="param-type">function</span>
3811
+ <span class="param-type">
3812
+
3813
+ function
3814
+
3815
+ </span>
3816
+
3447
3817
 
3448
3818
 
3449
3819
 
@@ -3482,7 +3852,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3482
3852
 
3483
3853
  <dt class="inherited-from">Inherited From:</dt>
3484
3854
  <dd class="inherited-from"><ul class="dummy"><li>
3485
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3855
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3486
3856
  </li></ul></dd>
3487
3857
 
3488
3858
 
@@ -3541,7 +3911,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3541
3911
  <div class='column is-5 has-text-left'>
3542
3912
  <label>类型: </label>
3543
3913
 
3544
- <span class="param-type">Promise.&lt;String></span>
3914
+ <span class="param-type">
3915
+
3916
+ Promise.&lt;String>
3917
+
3918
+ </span>
3919
+
3545
3920
 
3546
3921
 
3547
3922
  </div>
@@ -3626,13 +4001,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3626
4001
 
3627
4002
  <tr class="deep-level-0">
3628
4003
 
3629
- <td class="name" id="options"><code>options</code></td>
4004
+ <td class="name"><code>options</code></td>
3630
4005
 
3631
4006
 
3632
4007
  <td class="type">
3633
4008
 
3634
4009
 
3635
- <span class="param-type">Object</span>
4010
+ <span class="param-type">
4011
+
4012
+ Object
4013
+
4014
+ </span>
4015
+
3636
4016
 
3637
4017
 
3638
4018
 
@@ -3652,13 +4032,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3652
4032
 
3653
4033
  <tr class="deep-level-1">
3654
4034
 
3655
- <td class="name" id="headers"><code>headers</code></td>
4035
+ <td class="name"><code>headers</code></td>
3656
4036
 
3657
4037
 
3658
4038
  <td class="type">
3659
4039
 
3660
4040
 
3661
- <span class="param-type">String</span>
4041
+ <span class="param-type">
4042
+
4043
+ String
4044
+
4045
+ </span>
4046
+
3662
4047
 
3663
4048
 
3664
4049
 
@@ -3678,13 +4063,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3678
4063
 
3679
4064
  <tr class="deep-level-1">
3680
4065
 
3681
- <td class="name" id="method"><code>method</code></td>
4066
+ <td class="name"><code>method</code></td>
3682
4067
 
3683
4068
 
3684
4069
  <td class="type">
3685
4070
 
3686
4071
 
3687
- <span class="param-type">String</span>
4072
+ <span class="param-type">
4073
+
4074
+ String
4075
+
4076
+ </span>
4077
+
3688
4078
 
3689
4079
 
3690
4080
 
@@ -3706,13 +4096,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3706
4096
 
3707
4097
  <tr class="deep-level-1">
3708
4098
 
3709
- <td class="name" id="success"><code>success</code></td>
4099
+ <td class="name"><code>success</code></td>
3710
4100
 
3711
4101
 
3712
4102
  <td class="type">
3713
4103
 
3714
4104
 
3715
- <span class="param-type">function</span>
4105
+ <span class="param-type">
4106
+
4107
+ function
4108
+
4109
+ </span>
4110
+
3716
4111
 
3717
4112
 
3718
4113
 
@@ -3732,13 +4127,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3732
4127
 
3733
4128
  <tr class="deep-level-1">
3734
4129
 
3735
- <td class="name" id="failure"><code>failure</code></td>
4130
+ <td class="name"><code>failure</code></td>
3736
4131
 
3737
4132
 
3738
4133
  <td class="type">
3739
4134
 
3740
4135
 
3741
- <span class="param-type">function</span>
4136
+ <span class="param-type">
4137
+
4138
+ function
4139
+
4140
+ </span>
4141
+
3742
4142
 
3743
4143
 
3744
4144
 
@@ -3777,7 +4177,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3777
4177
 
3778
4178
  <dt class="inherited-from">Inherited From:</dt>
3779
4179
  <dd class="inherited-from"><ul class="dummy"><li>
3780
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4180
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3781
4181
  </li></ul></dd>
3782
4182
 
3783
4183
 
@@ -3843,7 +4243,12 @@ console.log(&quot;submit: &quot;, res);
3843
4243
  <div class='column is-5 has-text-left'>
3844
4244
  <label>类型: </label>
3845
4245
 
3846
- <span class="param-type">Promise.&lt;String></span>
4246
+ <span class="param-type">
4247
+
4248
+ Promise.&lt;String>
4249
+
4250
+ </span>
4251
+
3847
4252
 
3848
4253
 
3849
4254
  </div>