@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
@@ -78,13 +78,18 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
92
+
88
93
 
89
94
 
90
95
 
@@ -104,13 +109,18 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
104
109
 
105
110
  <tr class="deep-level-1">
106
111
 
107
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
112
+ <td class="name"><code>spatialReference</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
118
+ <span class="param-type">
119
+
120
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -213,7 +223,7 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
213
223
 
214
224
 
215
225
  <ul>
216
- <li><a class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
226
+ <li><a link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
217
227
  </ul>
218
228
 
219
229
 
@@ -245,11 +255,16 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
245
255
  <tbody>
246
256
 
247
257
  <tr class="deep-level-0">
248
- <td class="name"><code><a href="Geometry.html#extent">extent</a></code></td>
258
+ <td class="name"><code><a href="#extent">extent</a></code></td>
249
259
  <td class="name">
250
260
  <code>
251
261
 
252
- <span class="param-type">Number</span>
262
+ <span class="param-type">
263
+
264
+ Number
265
+
266
+ </span>
267
+
253
268
 
254
269
 
255
270
  </code>
@@ -258,11 +273,16 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
258
273
  </tr>
259
274
 
260
275
  <tr class="deep-level-0">
261
- <td class="name"><code><a href="Geometry.html#hasZ">hasZ</a></code></td>
276
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
262
277
  <td class="name">
263
278
  <code>
264
279
 
265
- <span class="param-type">Boolean</span>
280
+ <span class="param-type">
281
+
282
+ Boolean
283
+
284
+ </span>
285
+
266
286
 
267
287
 
268
288
  </code>
@@ -271,11 +291,16 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
271
291
  </tr>
272
292
 
273
293
  <tr class="deep-level-0">
274
- <td class="name"><code><a href="Geometry.html#spatialReference">spatialReference</a></code></td>
294
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
275
295
  <td class="name">
276
296
  <code>
277
297
 
278
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
298
+ <span class="param-type">
299
+
300
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
301
+
302
+ </span>
303
+
279
304
 
280
305
 
281
306
  </code>
@@ -294,7 +319,12 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
294
319
  <span class="method-parameter is-pulled-right">
295
320
  <label>类型:</label>
296
321
 
297
- <span class="param-type">Number</span>
322
+ <span class="param-type">
323
+
324
+ Number
325
+
326
+ </span>
327
+
298
328
 
299
329
 
300
330
  </span>
@@ -364,7 +394,12 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
364
394
  <span class="method-parameter is-pulled-right">
365
395
  <label>类型:</label>
366
396
 
367
- <span class="param-type">Boolean</span>
397
+ <span class="param-type">
398
+
399
+ Boolean
400
+
401
+ </span>
402
+
368
403
 
369
404
 
370
405
  </span>
@@ -438,7 +473,12 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
438
473
  <span class="method-parameter is-pulled-right">
439
474
  <label>类型:</label>
440
475
 
441
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
476
+ <span class="param-type">
477
+
478
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
479
+
480
+ </span>
481
+
442
482
 
443
483
 
444
484
  </span>
@@ -524,12 +564,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
524
564
  <tbody>
525
565
 
526
566
  <tr class="deep-level-0">
527
- <td class="name"><code><a href="Geometry.html#fromJSON">fromJSON</a></code></td>
567
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
528
568
  <td class="name">
529
569
  <code>
530
570
 
531
571
 
532
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
572
+ <span class="param-type">
573
+
574
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
575
+
576
+ </span>
577
+
533
578
 
534
579
 
535
580
 
@@ -539,12 +584,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
539
584
  </tr>
540
585
 
541
586
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="Geometry.html#fromRings">fromRings</a></code></td>
587
+ <td class="name"><code><a href="#fromRings">fromRings</a></code></td>
543
588
  <td class="name">
544
589
  <code>
545
590
 
546
591
 
547
- <span class="param-type">Array</span>
592
+ <span class="param-type">
593
+
594
+ Array
595
+
596
+ </span>
597
+
548
598
 
549
599
 
550
600
 
@@ -553,17 +603,21 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
553
603
  <td class="name"><code><p>对入参进行判断处理,构建polygon;<br/>
554
604
  支持的参数类型为闭合的三维点数组(多个ring构成的数组),不区分顺逆时针;<br/>
555
605
  示例如下:<br/>
556
- <a href='#fromRings1'>[1、根据入参构建polygon]</a><br/>
557
- <a href='#fromRings2'>[1、根据入参构建polygon,指定rings坐标系]</a><br/></p></code></td>
606
+ </code></td>
558
607
  </tr>
559
608
 
560
609
  <tr class="deep-level-0">
561
- <td class="name"><code><a href="Geometry.html#isClockwise">isClockwise</a></code></td>
610
+ <td class="name"><code><a href="#isClockwise">isClockwise</a></code></td>
562
611
  <td class="name">
563
612
  <code>
564
613
 
565
614
 
566
- <span class="param-type">Boolean</span>
615
+ <span class="param-type">
616
+
617
+ Boolean
618
+
619
+ </span>
620
+
567
621
 
568
622
 
569
623
 
@@ -572,16 +626,21 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
572
626
  <td class="name"><code><p>对点数组进行是否为顺时针判断;<br/>
573
627
  支持的参数类型为闭合的二维点数组;<br/>
574
628
  示例如下:<br/>
575
- <a href='#isClockwise'>[对点数组进行顺时针判断]</a><br/></p></code></td>
629
+ </code></td>
576
630
  </tr>
577
631
 
578
632
  <tr class="deep-level-0">
579
- <td class="name"><code><a href="Geometry.html#clone">clone</a></code></td>
633
+ <td class="name"><code><a href="#clone">clone</a></code></td>
580
634
  <td class="name">
581
635
  <code>
582
636
 
583
637
 
584
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
638
+ <span class="param-type">
639
+
640
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
641
+
642
+ </span>
643
+
585
644
 
586
645
 
587
646
 
@@ -591,7 +650,7 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
591
650
  </tr>
592
651
 
593
652
  <tr class="deep-level-0">
594
- <td class="name"><code><a href="Geometry.html#fromGeoJSON">fromGeoJSON</a></code></td>
653
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
595
654
  <td class="name">
596
655
  <code>
597
656
 
@@ -601,12 +660,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
601
660
  </tr>
602
661
 
603
662
  <tr class="deep-level-0">
604
- <td class="name"><code><a href="Geometry.html#getGeometryType">getGeometryType</a></code></td>
663
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
605
664
  <td class="name">
606
665
  <code>
607
666
 
608
667
 
609
- <span class="param-type">String</span>
668
+ <span class="param-type">
669
+
670
+ String
671
+
672
+ </span>
673
+
610
674
 
611
675
 
612
676
 
@@ -616,12 +680,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
616
680
  </tr>
617
681
 
618
682
  <tr class="deep-level-0">
619
- <td class="name"><code><a href="Geometry.html#getIGSType">getIGSType</a></code></td>
683
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
620
684
  <td class="name">
621
685
  <code>
622
686
 
623
687
 
624
- <span class="param-type">String</span>
688
+ <span class="param-type">
689
+
690
+ String
691
+
692
+ </span>
693
+
625
694
 
626
695
 
627
696
 
@@ -631,12 +700,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
631
700
  </tr>
632
701
 
633
702
  <tr class="deep-level-0">
634
- <td class="name"><code><a href="Geometry.html#getType">getType</a></code></td>
703
+ <td class="name"><code><a href="#getType">getType</a></code></td>
635
704
  <td class="name">
636
705
  <code>
637
706
 
638
707
 
639
- <span class="param-type">String</span>
708
+ <span class="param-type">
709
+
710
+ String
711
+
712
+ </span>
713
+
640
714
 
641
715
 
642
716
 
@@ -646,12 +720,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
646
720
  </tr>
647
721
 
648
722
  <tr class="deep-level-0">
649
- <td class="name"><code><a href="Geometry.html#off">off</a></code></td>
723
+ <td class="name"><code><a href="#off">off</a></code></td>
650
724
  <td class="name">
651
725
  <code>
652
726
 
653
727
 
654
- <span class="param-type">Object</span>
728
+ <span class="param-type">
729
+
730
+ Object
731
+
732
+ </span>
733
+
655
734
 
656
735
 
657
736
 
@@ -659,21 +738,21 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
659
738
  </td>
660
739
  <td class="name"><code><p>移除事件<br/>
661
740
  示例如下:<br/>
662
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
663
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
664
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
665
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
666
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
667
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
741
+ </code></td>
668
742
  </tr>
669
743
 
670
744
  <tr class="deep-level-0">
671
- <td class="name"><code><a href="Geometry.html#on">on</a></code></td>
745
+ <td class="name"><code><a href="#on">on</a></code></td>
672
746
  <td class="name">
673
747
  <code>
674
748
 
675
749
 
676
- <span class="param-type">Object</span>
750
+ <span class="param-type">
751
+
752
+ Object
753
+
754
+ </span>
755
+
677
756
 
678
757
 
679
758
 
@@ -681,20 +760,21 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
681
760
  </td>
682
761
  <td class="name"><code><p>注册一个新的监听事件;<br/>
683
762
  示例如下:<br/>
684
- <a href='#event1'>[1、注册一个事件]</a><br/>
685
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
686
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
687
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
688
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
763
+ </code></td>
689
764
  </tr>
690
765
 
691
766
  <tr class="deep-level-0">
692
- <td class="name"><code><a href="Geometry.html#toGeoJSON">toGeoJSON</a></code></td>
767
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
693
768
  <td class="name">
694
769
  <code>
695
770
 
696
771
 
697
- <span class="param-type">Object</span>
772
+ <span class="param-type">
773
+
774
+ Object
775
+
776
+ </span>
777
+
698
778
 
699
779
 
700
780
 
@@ -704,12 +784,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
704
784
  </tr>
705
785
 
706
786
  <tr class="deep-level-0">
707
- <td class="name"><code><a href="Geometry.html#toJSON">toJSON</a></code></td>
787
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
708
788
  <td class="name">
709
789
  <code>
710
790
 
711
791
 
712
- <span class="param-type">Object</span>
792
+ <span class="param-type">
793
+
794
+ Object
795
+
796
+ </span>
797
+
713
798
 
714
799
 
715
800
 
@@ -719,12 +804,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
719
804
  </tr>
720
805
 
721
806
  <tr class="deep-level-0">
722
- <td class="name"><code><a href="Geometry.html#toString">toString</a></code></td>
807
+ <td class="name"><code><a href="#toString">toString</a></code></td>
723
808
  <td class="name">
724
809
  <code>
725
810
 
726
811
 
727
- <span class="param-type">String</span>
812
+ <span class="param-type">
813
+
814
+ String
815
+
816
+ </span>
817
+
728
818
 
729
819
 
730
820
 
@@ -734,12 +824,17 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
734
824
  </tr>
735
825
 
736
826
  <tr class="deep-level-0">
737
- <td class="name"><code><a href="Geometry.html#toXML">toXML</a></code></td>
827
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
738
828
  <td class="name">
739
829
  <code>
740
830
 
741
831
 
742
- <span class="param-type">String</span>
832
+ <span class="param-type">
833
+
834
+ String
835
+
836
+ </span>
837
+
743
838
 
744
839
 
745
840
 
@@ -810,13 +905,18 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
810
905
 
811
906
  <tr class="deep-level-0">
812
907
 
813
- <td class="name" id="json"><code>json</code></td>
908
+ <td class="name"><code>json</code></td>
814
909
 
815
910
 
816
911
  <td class="type">
817
912
 
818
913
 
819
- <span class="param-type">Object</span>
914
+ <span class="param-type">
915
+
916
+ Object
917
+
918
+ </span>
919
+
820
920
 
821
921
 
822
922
 
@@ -904,7 +1004,12 @@ import { Geometry } from &quot;@mapgis/webclient-common&quot; <br/>
904
1004
  <div class='column is-5 has-text-left'>
905
1005
  <label>类型: </label>
906
1006
 
907
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1007
+ <span class="param-type">
1008
+
1009
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1010
+
1011
+ </span>
1012
+
908
1013
 
909
1014
 
910
1015
  </div>
@@ -1010,13 +1115,18 @@ const polygon = Geometry.fromJSON({
1010
1115
 
1011
1116
  <tr class="deep-level-0">
1012
1117
 
1013
- <td class="name" id="pointArr"><code>pointArr</code></td>
1118
+ <td class="name"><code>pointArr</code></td>
1014
1119
 
1015
1120
 
1016
1121
  <td class="type">
1017
1122
 
1018
1123
 
1019
- <span class="param-type">Array</span>
1124
+ <span class="param-type">
1125
+
1126
+ Array
1127
+
1128
+ </span>
1129
+
1020
1130
 
1021
1131
 
1022
1132
 
@@ -1034,13 +1144,18 @@ const polygon = Geometry.fromJSON({
1034
1144
 
1035
1145
  <tr class="deep-level-0">
1036
1146
 
1037
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
1147
+ <td class="name"><code>spatialReference</code></td>
1038
1148
 
1039
1149
 
1040
1150
  <td class="type">
1041
1151
 
1042
1152
 
1043
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1153
+ <span class="param-type">
1154
+
1155
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1156
+
1157
+ </span>
1158
+
1044
1159
 
1045
1160
 
1046
1161
 
@@ -1128,7 +1243,12 @@ const polygon = Geometry.fromJSON({
1128
1243
  <div class='column is-5 has-text-left'>
1129
1244
  <label>类型: </label>
1130
1245
 
1131
- <span class="param-type">Array</span>
1246
+ <span class="param-type">
1247
+
1248
+ Array
1249
+
1250
+ </span>
1251
+
1132
1252
 
1133
1253
 
1134
1254
  </div>
@@ -1293,13 +1413,18 @@ console.log("构建的指定坐标系的多边形对象:", fromRings)</code></pr
1293
1413
 
1294
1414
  <tr class="deep-level-0">
1295
1415
 
1296
- <td class="name" id="pointArr"><code>pointArr</code></td>
1416
+ <td class="name"><code>pointArr</code></td>
1297
1417
 
1298
1418
 
1299
1419
  <td class="type">
1300
1420
 
1301
1421
 
1302
- <span class="param-type">Array</span>
1422
+ <span class="param-type">
1423
+
1424
+ Array
1425
+
1426
+ </span>
1427
+
1303
1428
 
1304
1429
 
1305
1430
 
@@ -1387,7 +1512,12 @@ console.log("构建的指定坐标系的多边形对象:", fromRings)</code></pr
1387
1512
  <div class='column is-5 has-text-left'>
1388
1513
  <label>类型: </label>
1389
1514
 
1390
- <span class="param-type">Boolean</span>
1515
+ <span class="param-type">
1516
+
1517
+ Boolean
1518
+
1519
+ </span>
1520
+
1391
1521
 
1392
1522
 
1393
1523
  </div>
@@ -1525,7 +1655,12 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
1525
1655
  <div class='column is-5 has-text-left'>
1526
1656
  <label>类型: </label>
1527
1657
 
1528
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1658
+ <span class="param-type">
1659
+
1660
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1661
+
1662
+ </span>
1663
+
1529
1664
 
1530
1665
 
1531
1666
  </div>
@@ -1596,13 +1731,18 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
1596
1731
 
1597
1732
  <tr class="deep-level-0">
1598
1733
 
1599
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
1734
+ <td class="name"><code>GeoJSON</code></td>
1600
1735
 
1601
1736
 
1602
1737
  <td class="type">
1603
1738
 
1604
1739
 
1605
- <span class="param-type">Object</span>
1740
+ <span class="param-type">
1741
+
1742
+ Object
1743
+
1744
+ </span>
1745
+
1606
1746
 
1607
1747
 
1608
1748
 
@@ -1781,7 +1921,12 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
1781
1921
  <div class='column is-5 has-text-left'>
1782
1922
  <label>类型: </label>
1783
1923
 
1784
- <span class="param-type">String</span>
1924
+ <span class="param-type">
1925
+
1926
+ String
1927
+
1928
+ </span>
1929
+
1785
1930
 
1786
1931
 
1787
1932
  </div>
@@ -1897,7 +2042,12 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
1897
2042
  <div class='column is-5 has-text-left'>
1898
2043
  <label>类型: </label>
1899
2044
 
1900
- <span class="param-type">String</span>
2045
+ <span class="param-type">
2046
+
2047
+ String
2048
+
2049
+ </span>
2050
+
1901
2051
 
1902
2052
 
1903
2053
  </div>
@@ -2013,7 +2163,12 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2013
2163
  <div class='column is-5 has-text-left'>
2014
2164
  <label>类型: </label>
2015
2165
 
2016
- <span class="param-type">String</span>
2166
+ <span class="param-type">
2167
+
2168
+ String
2169
+
2170
+ </span>
2171
+
2017
2172
 
2018
2173
 
2019
2174
  </div>
@@ -2091,13 +2246,18 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2091
2246
 
2092
2247
  <tr class="deep-level-0">
2093
2248
 
2094
- <td class="name" id="types"><code>types</code></td>
2249
+ <td class="name"><code>types</code></td>
2095
2250
 
2096
2251
 
2097
2252
  <td class="type">
2098
2253
 
2099
2254
 
2100
- <span class="param-type">string</span>
2255
+ <span class="param-type">
2256
+
2257
+ string
2258
+
2259
+ </span>
2260
+
2101
2261
 
2102
2262
 
2103
2263
 
@@ -2117,13 +2277,18 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2117
2277
 
2118
2278
  <tr class="deep-level-0">
2119
2279
 
2120
- <td class="name" id="fn"><code>fn</code></td>
2280
+ <td class="name"><code>fn</code></td>
2121
2281
 
2122
2282
 
2123
2283
  <td class="type">
2124
2284
 
2125
2285
 
2126
- <span class="param-type">function</span>
2286
+ <span class="param-type">
2287
+
2288
+ function
2289
+
2290
+ </span>
2291
+
2127
2292
 
2128
2293
 
2129
2294
 
@@ -2141,13 +2306,18 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2141
2306
 
2142
2307
  <tr class="deep-level-0">
2143
2308
 
2144
- <td class="name" id="context"><code>context</code></td>
2309
+ <td class="name"><code>context</code></td>
2145
2310
 
2146
2311
 
2147
2312
  <td class="type">
2148
2313
 
2149
2314
 
2150
- <span class="param-type">Object</span>
2315
+ <span class="param-type">
2316
+
2317
+ Object
2318
+
2319
+ </span>
2320
+
2151
2321
 
2152
2322
 
2153
2323
 
@@ -2179,7 +2349,7 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2179
2349
 
2180
2350
  <dt class="inherited-from">Inherited From:</dt>
2181
2351
  <dd class="inherited-from"><ul class="dummy"><li>
2182
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2352
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2183
2353
  </li></ul></dd>
2184
2354
 
2185
2355
 
@@ -2240,7 +2410,12 @@ console.log("是否为顺时针:", isClockwise)</code></pre>
2240
2410
  <div class='column is-5 has-text-left'>
2241
2411
  <label>类型: </label>
2242
2412
 
2243
- <span class="param-type">Object</span>
2413
+ <span class="param-type">
2414
+
2415
+ Object
2416
+
2417
+ </span>
2418
+
2244
2419
 
2245
2420
 
2246
2421
  </div>
@@ -2407,16 +2582,25 @@ view.off({
2407
2582
 
2408
2583
  <tr class="deep-level-0">
2409
2584
 
2410
- <td class="name" id="types"><code>types</code></td>
2585
+ <td class="name"><code>types</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>
2417
2596
  |
2418
2597
 
2419
- <span class="param-type">Object</span>
2598
+ <span class="param-type">
2599
+
2600
+ Object
2601
+
2602
+ </span>
2603
+
2420
2604
 
2421
2605
 
2422
2606
 
@@ -2442,13 +2626,18 @@ view.off({
2442
2626
 
2443
2627
  <tr class="deep-level-0">
2444
2628
 
2445
- <td class="name" id="fn"><code>fn</code></td>
2629
+ <td class="name"><code>fn</code></td>
2446
2630
 
2447
2631
 
2448
2632
  <td class="type">
2449
2633
 
2450
2634
 
2451
- <span class="param-type">function</span>
2635
+ <span class="param-type">
2636
+
2637
+ function
2638
+
2639
+ </span>
2640
+
2452
2641
 
2453
2642
 
2454
2643
 
@@ -2472,13 +2661,18 @@ view.off({
2472
2661
 
2473
2662
  <tr class="deep-level-0">
2474
2663
 
2475
- <td class="name" id="context"><code>context</code></td>
2664
+ <td class="name"><code>context</code></td>
2476
2665
 
2477
2666
 
2478
2667
  <td class="type">
2479
2668
 
2480
2669
 
2481
- <span class="param-type">Object</span>
2670
+ <span class="param-type">
2671
+
2672
+ Object
2673
+
2674
+ </span>
2675
+
2482
2676
 
2483
2677
 
2484
2678
 
@@ -2516,7 +2710,7 @@ view.off({
2516
2710
 
2517
2711
  <dt class="inherited-from">Inherited From:</dt>
2518
2712
  <dd class="inherited-from"><ul class="dummy"><li>
2519
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2713
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
2520
2714
  </li></ul></dd>
2521
2715
 
2522
2716
 
@@ -2577,7 +2771,12 @@ view.off({
2577
2771
  <div class='column is-5 has-text-left'>
2578
2772
  <label>类型: </label>
2579
2773
 
2580
- <span class="param-type">Object</span>
2774
+ <span class="param-type">
2775
+
2776
+ Object
2777
+
2778
+ </span>
2779
+
2581
2780
 
2582
2781
 
2583
2782
  </div>
@@ -2771,7 +2970,12 @@ view.on({
2771
2970
  <div class='column is-5 has-text-left'>
2772
2971
  <label>类型: </label>
2773
2972
 
2774
- <span class="param-type">Object</span>
2973
+ <span class="param-type">
2974
+
2975
+ Object
2976
+
2977
+ </span>
2978
+
2775
2979
 
2776
2980
 
2777
2981
  </div>
@@ -2887,7 +3091,12 @@ view.on({
2887
3091
  <div class='column is-5 has-text-left'>
2888
3092
  <label>类型: </label>
2889
3093
 
2890
- <span class="param-type">Object</span>
3094
+ <span class="param-type">
3095
+
3096
+ Object
3097
+
3098
+ </span>
3099
+
2891
3100
 
2892
3101
 
2893
3102
  </div>
@@ -3003,7 +3212,12 @@ view.on({
3003
3212
  <div class='column is-5 has-text-left'>
3004
3213
  <label>类型: </label>
3005
3214
 
3006
- <span class="param-type">String</span>
3215
+ <span class="param-type">
3216
+
3217
+ String
3218
+
3219
+ </span>
3220
+
3007
3221
 
3008
3222
 
3009
3223
  </div>
@@ -3119,7 +3333,12 @@ view.on({
3119
3333
  <div class='column is-5 has-text-left'>
3120
3334
  <label>类型: </label>
3121
3335
 
3122
- <span class="param-type">String</span>
3336
+ <span class="param-type">
3337
+
3338
+ String
3339
+
3340
+ </span>
3341
+
3123
3342
 
3124
3343
 
3125
3344
  </div>