@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
 
@@ -209,7 +219,7 @@ const themeServer = new ThemeServer({
209
219
 
210
220
 
211
221
  <ul>
212
- <li><a class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
222
+ <li><a link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer" BaseServer.html>BaseServer</a></li>
213
223
  </ul>
214
224
 
215
225
 
@@ -241,11 +251,16 @@ const themeServer = new ThemeServer({
241
251
  <tbody>
242
252
 
243
253
  <tr class="deep-level-0">
244
- <td class="name"><code><a href="ThemeServer.html#clientId">clientId</a></code></td>
254
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
245
255
  <td class="name">
246
256
  <code>
247
257
 
248
- <span class="param-type">Boolean</span>
258
+ <span class="param-type">
259
+
260
+ Boolean
261
+
262
+ </span>
263
+
249
264
 
250
265
 
251
266
  </code>
@@ -254,11 +269,16 @@ const themeServer = new ThemeServer({
254
269
  </tr>
255
270
 
256
271
  <tr class="deep-level-0">
257
- <td class="name"><code><a href="ThemeServer.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
272
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
258
273
  <td class="name">
259
274
  <code>
260
275
 
261
- <span class="param-type">Boolean</span>
276
+ <span class="param-type">
277
+
278
+ Boolean
279
+
280
+ </span>
281
+
262
282
 
263
283
 
264
284
  </code>
@@ -267,11 +287,16 @@ const themeServer = new ThemeServer({
267
287
  </tr>
268
288
 
269
289
  <tr class="deep-level-0">
270
- <td class="name"><code><a href="ThemeServer.html#headers">headers</a></code></td>
290
+ <td class="name"><code><a href="#headers">headers</a></code></td>
271
291
  <td class="name">
272
292
  <code>
273
293
 
274
- <span class="param-type">String</span>
294
+ <span class="param-type">
295
+
296
+ String
297
+
298
+ </span>
299
+
275
300
 
276
301
 
277
302
  </code>
@@ -280,11 +305,16 @@ const themeServer = new ThemeServer({
280
305
  </tr>
281
306
 
282
307
  <tr class="deep-level-0">
283
- <td class="name"><code><a href="ThemeServer.html#requestInterceptor">requestInterceptor</a></code></td>
308
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
284
309
  <td class="name">
285
310
  <code>
286
311
 
287
- <span class="param-type">function</span>
312
+ <span class="param-type">
313
+
314
+ function
315
+
316
+ </span>
317
+
288
318
 
289
319
 
290
320
  </code>
@@ -293,11 +323,16 @@ const themeServer = new ThemeServer({
293
323
  </tr>
294
324
 
295
325
  <tr class="deep-level-0">
296
- <td class="name"><code><a href="ThemeServer.html#requestTimeout">requestTimeout</a></code></td>
326
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
297
327
  <td class="name">
298
328
  <code>
299
329
 
300
- <span class="param-type">String</span>
330
+ <span class="param-type">
331
+
332
+ String
333
+
334
+ </span>
335
+
301
336
 
302
337
 
303
338
  </code>
@@ -306,11 +341,16 @@ const themeServer = new ThemeServer({
306
341
  </tr>
307
342
 
308
343
  <tr class="deep-level-0">
309
- <td class="name"><code><a href="ThemeServer.html#responseInterceptor">responseInterceptor</a></code></td>
344
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
310
345
  <td class="name">
311
346
  <code>
312
347
 
313
- <span class="param-type">function</span>
348
+ <span class="param-type">
349
+
350
+ function
351
+
352
+ </span>
353
+
314
354
 
315
355
 
316
356
  </code>
@@ -319,11 +359,16 @@ const themeServer = new ThemeServer({
319
359
  </tr>
320
360
 
321
361
  <tr class="deep-level-0">
322
- <td class="name"><code><a href="ThemeServer.html#tokenAttachType">tokenAttachType</a></code></td>
362
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
323
363
  <td class="name">
324
364
  <code>
325
365
 
326
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
366
+ <span class="param-type">
367
+
368
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
369
+
370
+ </span>
371
+
327
372
 
328
373
 
329
374
  </code>
@@ -332,11 +377,16 @@ const themeServer = new ThemeServer({
332
377
  </tr>
333
378
 
334
379
  <tr class="deep-level-0">
335
- <td class="name"><code><a href="ThemeServer.html#tokenKey">tokenKey</a></code></td>
380
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
336
381
  <td class="name">
337
382
  <code>
338
383
 
339
- <span class="param-type">String</span>
384
+ <span class="param-type">
385
+
386
+ String
387
+
388
+ </span>
389
+
340
390
 
341
391
 
342
392
  </code>
@@ -345,11 +395,16 @@ const themeServer = new ThemeServer({
345
395
  </tr>
346
396
 
347
397
  <tr class="deep-level-0">
348
- <td class="name"><code><a href="ThemeServer.html#tokenValue">tokenValue</a></code></td>
398
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
349
399
  <td class="name">
350
400
  <code>
351
401
 
352
- <span class="param-type">String</span>
402
+ <span class="param-type">
403
+
404
+ String
405
+
406
+ </span>
407
+
353
408
 
354
409
 
355
410
  </code>
@@ -358,11 +413,16 @@ const themeServer = new ThemeServer({
358
413
  </tr>
359
414
 
360
415
  <tr class="deep-level-0">
361
- <td class="name"><code><a href="ThemeServer.html#url">url</a></code></td>
416
+ <td class="name"><code><a href="#url">url</a></code></td>
362
417
  <td class="name">
363
418
  <code>
364
419
 
365
- <span class="param-type">String</span>
420
+ <span class="param-type">
421
+
422
+ String
423
+
424
+ </span>
425
+
366
426
 
367
427
 
368
428
  </code>
@@ -381,7 +441,12 @@ const themeServer = new ThemeServer({
381
441
  <span class="method-parameter is-pulled-right">
382
442
  <label>类型:</label>
383
443
 
384
- <span class="param-type">Boolean</span>
444
+ <span class="param-type">
445
+
446
+ Boolean
447
+
448
+ </span>
449
+
385
450
 
386
451
 
387
452
  </span>
@@ -415,7 +480,7 @@ const themeServer = new ThemeServer({
415
480
 
416
481
  <dt class="inherited-from">Inherited From:</dt>
417
482
  <dd class="inherited-from"><ul class="dummy"><li>
418
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
483
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
419
484
  </li></ul></dd>
420
485
 
421
486
 
@@ -456,7 +521,12 @@ const themeServer = new ThemeServer({
456
521
  <span class="method-parameter is-pulled-right">
457
522
  <label>类型:</label>
458
523
 
459
- <span class="param-type">Boolean</span>
524
+ <span class="param-type">
525
+
526
+ Boolean
527
+
528
+ </span>
529
+
460
530
 
461
531
 
462
532
  </span>
@@ -490,7 +560,7 @@ const themeServer = new ThemeServer({
490
560
 
491
561
  <dt class="inherited-from">Inherited From:</dt>
492
562
  <dd class="inherited-from"><ul class="dummy"><li>
493
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
563
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
494
564
  </li></ul></dd>
495
565
 
496
566
 
@@ -552,7 +622,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
552
622
  <span class="method-parameter is-pulled-right">
553
623
  <label>类型:</label>
554
624
 
555
- <span class="param-type">String</span>
625
+ <span class="param-type">
626
+
627
+ String
628
+
629
+ </span>
630
+
556
631
 
557
632
 
558
633
  </span>
@@ -586,7 +661,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
586
661
 
587
662
  <dt class="inherited-from">Inherited From:</dt>
588
663
  <dd class="inherited-from"><ul class="dummy"><li>
589
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
664
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
590
665
  </li></ul></dd>
591
666
 
592
667
 
@@ -649,7 +724,12 @@ BaseServer.headers.token = '新token';</code></pre>
649
724
  <span class="method-parameter is-pulled-right">
650
725
  <label>类型:</label>
651
726
 
652
- <span class="param-type">function</span>
727
+ <span class="param-type">
728
+
729
+ function
730
+
731
+ </span>
732
+
653
733
 
654
734
 
655
735
  </span>
@@ -683,7 +763,7 @@ BaseServer.headers.token = '新token';</code></pre>
683
763
 
684
764
  <dt class="inherited-from">Inherited From:</dt>
685
765
  <dd class="inherited-from"><ul class="dummy"><li>
686
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
766
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
687
767
  </li></ul></dd>
688
768
 
689
769
 
@@ -752,7 +832,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
752
832
  <span class="method-parameter is-pulled-right">
753
833
  <label>类型:</label>
754
834
 
755
- <span class="param-type">String</span>
835
+ <span class="param-type">
836
+
837
+ String
838
+
839
+ </span>
840
+
756
841
 
757
842
 
758
843
  </span>
@@ -786,7 +871,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
786
871
 
787
872
  <dt class="inherited-from">Inherited From:</dt>
788
873
  <dd class="inherited-from"><ul class="dummy"><li>
789
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
874
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
790
875
  </li></ul></dd>
791
876
 
792
877
 
@@ -845,7 +930,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
845
930
  <span class="method-parameter is-pulled-right">
846
931
  <label>类型:</label>
847
932
 
848
- <span class="param-type">function</span>
933
+ <span class="param-type">
934
+
935
+ function
936
+
937
+ </span>
938
+
849
939
 
850
940
 
851
941
  </span>
@@ -879,7 +969,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
879
969
 
880
970
  <dt class="inherited-from">Inherited From:</dt>
881
971
  <dd class="inherited-from"><ul class="dummy"><li>
882
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
972
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
883
973
  </li></ul></dd>
884
974
 
885
975
 
@@ -950,7 +1040,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
950
1040
  <span class="method-parameter is-pulled-right">
951
1041
  <label>类型:</label>
952
1042
 
953
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1043
+ <span class="param-type">
1044
+
1045
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1046
+
1047
+ </span>
1048
+
954
1049
 
955
1050
 
956
1051
  </span>
@@ -984,7 +1079,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
984
1079
 
985
1080
  <dt class="inherited-from">Inherited From:</dt>
986
1081
  <dd class="inherited-from"><ul class="dummy"><li>
987
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1082
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
988
1083
  </li></ul></dd>
989
1084
 
990
1085
 
@@ -1047,7 +1142,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1047
1142
  <span class="method-parameter is-pulled-right">
1048
1143
  <label>类型:</label>
1049
1144
 
1050
- <span class="param-type">String</span>
1145
+ <span class="param-type">
1146
+
1147
+ String
1148
+
1149
+ </span>
1150
+
1051
1151
 
1052
1152
 
1053
1153
  </span>
@@ -1081,7 +1181,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1081
1181
 
1082
1182
  <dt class="inherited-from">Inherited From:</dt>
1083
1183
  <dd class="inherited-from"><ul class="dummy"><li>
1084
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1184
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1085
1185
  </li></ul></dd>
1086
1186
 
1087
1187
 
@@ -1139,7 +1239,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1139
1239
  <span class="method-parameter is-pulled-right">
1140
1240
  <label>类型:</label>
1141
1241
 
1142
- <span class="param-type">String</span>
1242
+ <span class="param-type">
1243
+
1244
+ String
1245
+
1246
+ </span>
1247
+
1143
1248
 
1144
1249
 
1145
1250
  </span>
@@ -1173,7 +1278,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1173
1278
 
1174
1279
  <dt class="inherited-from">Inherited From:</dt>
1175
1280
  <dd class="inherited-from"><ul class="dummy"><li>
1176
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1281
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1177
1282
  </li></ul></dd>
1178
1283
 
1179
1284
 
@@ -1231,7 +1336,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
1231
1336
  <span class="method-parameter is-pulled-right">
1232
1337
  <label>类型:</label>
1233
1338
 
1234
- <span class="param-type">String</span>
1339
+ <span class="param-type">
1340
+
1341
+ String
1342
+
1343
+ </span>
1344
+
1235
1345
 
1236
1346
 
1237
1347
  </span>
@@ -1265,7 +1375,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1265
1375
 
1266
1376
  <dt class="inherited-from">Inherited From:</dt>
1267
1377
  <dd class="inherited-from"><ul class="dummy"><li>
1268
- <a class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1378
+ <a goto="url" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#url" BaseServer.html#url>BaseServer#url</a>
1269
1379
  </li></ul></dd>
1270
1380
 
1271
1381
 
@@ -1339,7 +1449,7 @@ BaseServer.url = '新URL';</code></pre>
1339
1449
  <tbody>
1340
1450
 
1341
1451
  <tr class="deep-level-0">
1342
- <td class="name"><code><a href="ThemeServer.html#addTheme">addTheme</a></code></td>
1452
+ <td class="name"><code><a href="#addTheme">addTheme</a></code></td>
1343
1453
  <td class="name">
1344
1454
  <code>
1345
1455
 
@@ -1349,7 +1459,7 @@ BaseServer.url = '新URL';</code></pre>
1349
1459
  </tr>
1350
1460
 
1351
1461
  <tr class="deep-level-0">
1352
- <td class="name"><code><a href="ThemeServer.html#deleteTheme">deleteTheme</a></code></td>
1462
+ <td class="name"><code><a href="#deleteTheme">deleteTheme</a></code></td>
1353
1463
  <td class="name">
1354
1464
  <code>
1355
1465
 
@@ -1359,7 +1469,7 @@ BaseServer.url = '新URL';</code></pre>
1359
1469
  </tr>
1360
1470
 
1361
1471
  <tr class="deep-level-0">
1362
- <td class="name"><code><a href="ThemeServer.html#formatThemInfo">formatThemInfo</a></code></td>
1472
+ <td class="name"><code><a href="#formatThemInfo">formatThemInfo</a></code></td>
1363
1473
  <td class="name">
1364
1474
  <code>
1365
1475
 
@@ -1369,7 +1479,7 @@ BaseServer.url = '新URL';</code></pre>
1369
1479
  </tr>
1370
1480
 
1371
1481
  <tr class="deep-level-0">
1372
- <td class="name"><code><a href="ThemeServer.html#queryServerInfo">queryServerInfo</a></code></td>
1482
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1373
1483
  <td class="name">
1374
1484
  <code>
1375
1485
 
@@ -1379,7 +1489,7 @@ BaseServer.url = '新URL';</code></pre>
1379
1489
  </tr>
1380
1490
 
1381
1491
  <tr class="deep-level-0">
1382
- <td class="name"><code><a href="ThemeServer.html#queryThemeInfo">queryThemeInfo</a></code></td>
1492
+ <td class="name"><code><a href="#queryThemeInfo">queryThemeInfo</a></code></td>
1383
1493
  <td class="name">
1384
1494
  <code>
1385
1495
 
@@ -1389,7 +1499,7 @@ BaseServer.url = '新URL';</code></pre>
1389
1499
  </tr>
1390
1500
 
1391
1501
  <tr class="deep-level-0">
1392
- <td class="name"><code><a href="ThemeServer.html#updateThemesInfo">updateThemesInfo</a></code></td>
1502
+ <td class="name"><code><a href="#updateThemesInfo">updateThemesInfo</a></code></td>
1393
1503
  <td class="name">
1394
1504
  <code>
1395
1505
 
@@ -1456,13 +1566,18 @@ BaseServer.url = '新URL';</code></pre>
1456
1566
 
1457
1567
  <tr class="deep-level-0">
1458
1568
 
1459
- <td class="name" id="options"><code>options</code></td>
1569
+ <td class="name"><code>options</code></td>
1460
1570
 
1461
1571
 
1462
1572
  <td class="type">
1463
1573
 
1464
1574
 
1465
- <span class="param-type">Object</span>
1575
+ <span class="param-type">
1576
+
1577
+ Object
1578
+
1579
+ </span>
1580
+
1466
1581
 
1467
1582
 
1468
1583
 
@@ -1478,13 +1593,18 @@ BaseServer.url = '新URL';</code></pre>
1478
1593
 
1479
1594
  <tr class="deep-level-1">
1480
1595
 
1481
- <td class="name" id="idxArr"><code>idxArr</code></td>
1596
+ <td class="name"><code>idxArr</code></td>
1482
1597
 
1483
1598
 
1484
1599
  <td class="type">
1485
1600
 
1486
1601
 
1487
- <span class="param-type">String</span>
1602
+ <span class="param-type">
1603
+
1604
+ String
1605
+
1606
+ </span>
1607
+
1488
1608
 
1489
1609
 
1490
1610
 
@@ -1500,13 +1620,18 @@ BaseServer.url = '新URL';</code></pre>
1500
1620
 
1501
1621
  <tr class="deep-level-1">
1502
1622
 
1503
- <td class="name" id="themeInfoArray"><code>themeInfoArray</code></td>
1623
+ <td class="name"><code>themeInfoArray</code></td>
1504
1624
 
1505
1625
 
1506
1626
  <td class="type">
1507
1627
 
1508
1628
 
1509
- <span class="param-type">Array</span>
1629
+ <span class="param-type">
1630
+
1631
+ Array
1632
+
1633
+ </span>
1634
+
1510
1635
 
1511
1636
 
1512
1637
 
@@ -1522,13 +1647,18 @@ BaseServer.url = '新URL';</code></pre>
1522
1647
 
1523
1648
  <tr class="deep-level-1">
1524
1649
 
1525
- <td class="name" id="success"><code>success</code></td>
1650
+ <td class="name"><code>success</code></td>
1526
1651
 
1527
1652
 
1528
1653
  <td class="type">
1529
1654
 
1530
1655
 
1531
- <span class="param-type">function</span>
1656
+ <span class="param-type">
1657
+
1658
+ function
1659
+
1660
+ </span>
1661
+
1532
1662
 
1533
1663
 
1534
1664
 
@@ -1544,13 +1674,18 @@ BaseServer.url = '新URL';</code></pre>
1544
1674
 
1545
1675
  <tr class="deep-level-1">
1546
1676
 
1547
- <td class="name" id="failure"><code>failure</code></td>
1677
+ <td class="name"><code>failure</code></td>
1548
1678
 
1549
1679
 
1550
1680
  <td class="type">
1551
1681
 
1552
1682
 
1553
- <span class="param-type">function</span>
1683
+ <span class="param-type">
1684
+
1685
+ function
1686
+
1687
+ </span>
1688
+
1554
1689
 
1555
1690
 
1556
1691
 
@@ -1779,13 +1914,18 @@ themeServer.addTheme({
1779
1914
 
1780
1915
  <tr class="deep-level-0">
1781
1916
 
1782
- <td class="name" id="options"><code>options</code></td>
1917
+ <td class="name"><code>options</code></td>
1783
1918
 
1784
1919
 
1785
1920
  <td class="type">
1786
1921
 
1787
1922
 
1788
- <span class="param-type">Object</span>
1923
+ <span class="param-type">
1924
+
1925
+ Object
1926
+
1927
+ </span>
1928
+
1789
1929
 
1790
1930
 
1791
1931
 
@@ -1801,13 +1941,18 @@ themeServer.addTheme({
1801
1941
 
1802
1942
  <tr class="deep-level-1">
1803
1943
 
1804
- <td class="name" id="idxArr"><code>idxArr</code></td>
1944
+ <td class="name"><code>idxArr</code></td>
1805
1945
 
1806
1946
 
1807
1947
  <td class="type">
1808
1948
 
1809
1949
 
1810
- <span class="param-type">String</span>
1950
+ <span class="param-type">
1951
+
1952
+ String
1953
+
1954
+ </span>
1955
+
1811
1956
 
1812
1957
 
1813
1958
 
@@ -1823,13 +1968,18 @@ themeServer.addTheme({
1823
1968
 
1824
1969
  <tr class="deep-level-1">
1825
1970
 
1826
- <td class="name" id="success"><code>success</code></td>
1971
+ <td class="name"><code>success</code></td>
1827
1972
 
1828
1973
 
1829
1974
  <td class="type">
1830
1975
 
1831
1976
 
1832
- <span class="param-type">function</span>
1977
+ <span class="param-type">
1978
+
1979
+ function
1980
+
1981
+ </span>
1982
+
1833
1983
 
1834
1984
 
1835
1985
 
@@ -1845,13 +1995,18 @@ themeServer.addTheme({
1845
1995
 
1846
1996
  <tr class="deep-level-1">
1847
1997
 
1848
- <td class="name" id="failure"><code>failure</code></td>
1998
+ <td class="name"><code>failure</code></td>
1849
1999
 
1850
2000
 
1851
2001
  <td class="type">
1852
2002
 
1853
2003
 
1854
- <span class="param-type">function</span>
2004
+ <span class="param-type">
2005
+
2006
+ function
2007
+
2008
+ </span>
2009
+
1855
2010
 
1856
2011
 
1857
2012
 
@@ -2012,13 +2167,18 @@ themeServer.deleteTheme({
2012
2167
 
2013
2168
  <tr class="deep-level-0">
2014
2169
 
2015
- <td class="name" id="jsonObj"><code>jsonObj</code></td>
2170
+ <td class="name"><code>jsonObj</code></td>
2016
2171
 
2017
2172
 
2018
2173
  <td class="type">
2019
2174
 
2020
2175
 
2021
- <span class="param-type">Object</span>
2176
+ <span class="param-type">
2177
+
2178
+ Object
2179
+
2180
+ </span>
2181
+
2022
2182
 
2023
2183
 
2024
2184
 
@@ -2154,7 +2314,7 @@ themeServer.deleteTheme({
2154
2314
 
2155
2315
  <tr class="deep-level-0">
2156
2316
 
2157
- <td class="name" id="options"><code>options</code></td>
2317
+ <td class="name"><code>options</code></td>
2158
2318
 
2159
2319
 
2160
2320
  <td class="type">
@@ -2175,13 +2335,18 @@ themeServer.deleteTheme({
2175
2335
 
2176
2336
  <tr class="deep-level-1">
2177
2337
 
2178
- <td class="name" id="success"><code>success</code></td>
2338
+ <td class="name"><code>success</code></td>
2179
2339
 
2180
2340
 
2181
2341
  <td class="type">
2182
2342
 
2183
2343
 
2184
- <span class="param-type">function</span>
2344
+ <span class="param-type">
2345
+
2346
+ function
2347
+
2348
+ </span>
2349
+
2185
2350
 
2186
2351
 
2187
2352
 
@@ -2203,13 +2368,18 @@ themeServer.deleteTheme({
2203
2368
 
2204
2369
  <tr class="deep-level-1">
2205
2370
 
2206
- <td class="name" id="failure"><code>failure</code></td>
2371
+ <td class="name"><code>failure</code></td>
2207
2372
 
2208
2373
 
2209
2374
  <td class="type">
2210
2375
 
2211
2376
 
2212
- <span class="param-type">function</span>
2377
+ <span class="param-type">
2378
+
2379
+ function
2380
+
2381
+ </span>
2382
+
2213
2383
 
2214
2384
 
2215
2385
 
@@ -2250,7 +2420,7 @@ themeServer.deleteTheme({
2250
2420
 
2251
2421
  <dt class="inherited-from">Inherited From:</dt>
2252
2422
  <dd class="inherited-from"><ul class="dummy"><li>
2253
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2423
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2254
2424
  </li></ul></dd>
2255
2425
 
2256
2426
 
@@ -2385,13 +2555,18 @@ themeServer.deleteTheme({
2385
2555
 
2386
2556
  <tr class="deep-level-0">
2387
2557
 
2388
- <td class="name" id="options"><code>options</code></td>
2558
+ <td class="name"><code>options</code></td>
2389
2559
 
2390
2560
 
2391
2561
  <td class="type">
2392
2562
 
2393
2563
 
2394
- <span class="param-type">Object</span>
2564
+ <span class="param-type">
2565
+
2566
+ Object
2567
+
2568
+ </span>
2569
+
2395
2570
 
2396
2571
 
2397
2572
 
@@ -2407,13 +2582,18 @@ themeServer.deleteTheme({
2407
2582
 
2408
2583
  <tr class="deep-level-1">
2409
2584
 
2410
- <td class="name" id="idxArr"><code>idxArr</code></td>
2585
+ <td class="name"><code>idxArr</code></td>
2411
2586
 
2412
2587
 
2413
2588
  <td class="type">
2414
2589
 
2415
2590
 
2416
- <span class="param-type">String</span>
2591
+ <span class="param-type">
2592
+
2593
+ String
2594
+
2595
+ </span>
2596
+
2417
2597
 
2418
2598
 
2419
2599
 
@@ -2429,13 +2609,18 @@ themeServer.deleteTheme({
2429
2609
 
2430
2610
  <tr class="deep-level-1">
2431
2611
 
2432
- <td class="name" id="success"><code>success</code></td>
2612
+ <td class="name"><code>success</code></td>
2433
2613
 
2434
2614
 
2435
2615
  <td class="type">
2436
2616
 
2437
2617
 
2438
- <span class="param-type">function</span>
2618
+ <span class="param-type">
2619
+
2620
+ function
2621
+
2622
+ </span>
2623
+
2439
2624
 
2440
2625
 
2441
2626
 
@@ -2451,13 +2636,18 @@ themeServer.deleteTheme({
2451
2636
 
2452
2637
  <tr class="deep-level-1">
2453
2638
 
2454
- <td class="name" id="failure"><code>failure</code></td>
2639
+ <td class="name"><code>failure</code></td>
2455
2640
 
2456
2641
 
2457
2642
  <td class="type">
2458
2643
 
2459
2644
 
2460
- <span class="param-type">function</span>
2645
+ <span class="param-type">
2646
+
2647
+ function
2648
+
2649
+ </span>
2650
+
2461
2651
 
2462
2652
 
2463
2653
 
@@ -2615,13 +2805,18 @@ themeServer.queryThemeInfo({
2615
2805
 
2616
2806
  <tr class="deep-level-0">
2617
2807
 
2618
- <td class="name" id="options"><code>options</code></td>
2808
+ <td class="name"><code>options</code></td>
2619
2809
 
2620
2810
 
2621
2811
  <td class="type">
2622
2812
 
2623
2813
 
2624
- <span class="param-type">Object</span>
2814
+ <span class="param-type">
2815
+
2816
+ Object
2817
+
2818
+ </span>
2819
+
2625
2820
 
2626
2821
 
2627
2822
 
@@ -2637,13 +2832,18 @@ themeServer.queryThemeInfo({
2637
2832
 
2638
2833
  <tr class="deep-level-1">
2639
2834
 
2640
- <td class="name" id="idxArr"><code>idxArr</code></td>
2835
+ <td class="name"><code>idxArr</code></td>
2641
2836
 
2642
2837
 
2643
2838
  <td class="type">
2644
2839
 
2645
2840
 
2646
- <span class="param-type">String</span>
2841
+ <span class="param-type">
2842
+
2843
+ String
2844
+
2845
+ </span>
2846
+
2647
2847
 
2648
2848
 
2649
2849
 
@@ -2659,13 +2859,18 @@ themeServer.queryThemeInfo({
2659
2859
 
2660
2860
  <tr class="deep-level-1">
2661
2861
 
2662
- <td class="name" id="themeInfoArray"><code>themeInfoArray</code></td>
2862
+ <td class="name"><code>themeInfoArray</code></td>
2663
2863
 
2664
2864
 
2665
2865
  <td class="type">
2666
2866
 
2667
2867
 
2668
- <span class="param-type">Array</span>
2868
+ <span class="param-type">
2869
+
2870
+ Array
2871
+
2872
+ </span>
2873
+
2669
2874
 
2670
2875
 
2671
2876
 
@@ -2681,13 +2886,18 @@ themeServer.queryThemeInfo({
2681
2886
 
2682
2887
  <tr class="deep-level-1">
2683
2888
 
2684
- <td class="name" id="success"><code>success</code></td>
2889
+ <td class="name"><code>success</code></td>
2685
2890
 
2686
2891
 
2687
2892
  <td class="type">
2688
2893
 
2689
2894
 
2690
- <span class="param-type">function</span>
2895
+ <span class="param-type">
2896
+
2897
+ function
2898
+
2899
+ </span>
2900
+
2691
2901
 
2692
2902
 
2693
2903
 
@@ -2703,13 +2913,18 @@ themeServer.queryThemeInfo({
2703
2913
 
2704
2914
  <tr class="deep-level-1">
2705
2915
 
2706
- <td class="name" id="failure"><code>failure</code></td>
2916
+ <td class="name"><code>failure</code></td>
2707
2917
 
2708
2918
 
2709
2919
  <td class="type">
2710
2920
 
2711
2921
 
2712
- <span class="param-type">function</span>
2922
+ <span class="param-type">
2923
+
2924
+ function
2925
+
2926
+ </span>
2927
+
2713
2928
 
2714
2929
 
2715
2930