@arcgis/core 5.0.0-next.72 → 5.0.0-next.74

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 (258) hide show
  1. package/WebDocument2D.d.ts +5 -30
  2. package/analysis/ElevationProfile/ElevationProfileLineQuery.d.ts +1 -1
  3. package/assets/esri/core/workers/RemoteClient.js +1 -1
  4. package/assets/esri/core/workers/chunks/0b666327e8090a6e6f6a.js +1 -0
  5. package/assets/esri/core/workers/chunks/16a7edb381621085a631.js +1 -0
  6. package/assets/esri/core/workers/chunks/{e246b256347a281c13fd.js → 22288b62da20a7a78a4f.js} +1 -1
  7. package/assets/esri/core/workers/chunks/{7e37a3005f2ad2c0a918.js → 23cf4cbc389d2b50e968.js} +1 -1
  8. package/assets/esri/core/workers/chunks/{935a6dccb88557f98189.js → 2a2f33df530b61e3a43f.js} +7 -5
  9. package/assets/esri/core/workers/chunks/4750f55a289bc0cf3d77.js +1 -0
  10. package/assets/esri/core/workers/chunks/a5181292b309b8249bd8.js +1 -0
  11. package/assets/esri/core/workers/chunks/ae733ee050f27f7d8924.js +1 -0
  12. package/assets/esri/core/workers/chunks/{64985e9b6e2edb3ceb37.js → b498db9715a722c52995.js} +45 -58
  13. package/assets/esri/core/workers/chunks/befeca51530bba5e8073.js +1 -0
  14. package/assets/esri/core/workers/chunks/cd788ed111e1e35cf9c8.js +1 -0
  15. package/assets/esri/core/workers/chunks/f35021214e534d5e0446.js +1 -0
  16. package/assets/esri/themes/base/widgets/_FeatureTable.scss +99 -22
  17. package/assets/esri/themes/dark/main.css +1 -1
  18. package/assets/esri/themes/light/main.css +1 -1
  19. package/assets/esri/themes/light/view.css +1 -1
  20. package/assets/esri/widgets/FeatureTable/t9n/FeatureTable.json +1 -1
  21. package/assets/esri/widgets/FeatureTable/t9n/FeatureTable_en.json +1 -1
  22. package/chunks/ComponentShader.glsl.js +1 -1
  23. package/chunks/GlowBlur.glsl.js +2 -3
  24. package/chunks/HUDMaterial.glsl.js +43 -56
  25. package/config.d.ts +6 -8
  26. package/config.js +1 -1
  27. package/core/Collection.d.ts +27 -1
  28. package/core/types.d.ts +0 -23
  29. package/geometry/support/MeshTexture.d.ts +0 -2
  30. package/geometry/support/MeshVertexAttributes.d.ts +0 -2
  31. package/identity/IdentityManagerBase.d.ts +3 -6
  32. package/interfaces.d.ts +3 -3
  33. package/kernel.js +1 -1
  34. package/layers/BaseDynamicLayer.d.ts +1 -4
  35. package/layers/BaseElevationLayer.d.ts +3 -6
  36. package/layers/BuildingSceneLayer.d.ts +1 -4
  37. package/layers/CSVLayer.d.ts +1 -4
  38. package/layers/CatalogLayer.d.ts +1 -4
  39. package/layers/DimensionLayer.d.ts +1 -4
  40. package/layers/ElevationLayer.d.ts +3 -6
  41. package/layers/FeatureLayer.d.ts +1 -4
  42. package/layers/GaussianSplatLayer.d.ts +0 -1
  43. package/layers/GeoJSONLayer.d.ts +1 -4
  44. package/layers/GeoRSSLayer.d.ts +1 -4
  45. package/layers/GraphicsLayer.d.ts +1 -4
  46. package/layers/GroupLayer.d.ts +1 -4
  47. package/layers/ImageryLayer.d.ts +1 -4
  48. package/layers/ImageryTileLayer.d.ts +1 -4
  49. package/layers/IntegratedMesh3DTilesLayer.d.ts +1 -4
  50. package/layers/IntegratedMeshLayer.d.ts +1 -4
  51. package/layers/KMLLayer.d.ts +1 -4
  52. package/layers/Layer.d.ts +2 -6
  53. package/layers/LineOfSightLayer.d.ts +1 -4
  54. package/layers/MapImageLayer.d.ts +1 -4
  55. package/layers/MapNotesLayer.d.ts +1 -4
  56. package/layers/MediaLayer.d.ts +1 -4
  57. package/layers/OGCFeatureLayer.d.ts +1 -4
  58. package/layers/OrientedImageryLayer.d.ts +1 -4
  59. package/layers/ParquetLayer.d.ts +1 -4
  60. package/layers/PointCloudLayer.d.ts +1 -4
  61. package/layers/RouteLayer.d.ts +2 -5
  62. package/layers/SceneLayer.d.ts +1 -4
  63. package/layers/SubtypeGroupLayer.d.ts +1 -12
  64. package/layers/TileLayer.d.ts +1 -4
  65. package/layers/UnknownLayer.d.ts +1 -4
  66. package/layers/UnsupportedLayer.d.ts +1 -4
  67. package/layers/VectorTileLayer.d.ts +1 -4
  68. package/layers/VideoLayer.d.ts +1 -4
  69. package/layers/ViewshedLayer.d.ts +1 -4
  70. package/layers/VoxelLayer.d.ts +1 -4
  71. package/layers/WCSLayer.d.ts +1 -4
  72. package/layers/WFSLayer.d.ts +1 -4
  73. package/layers/WMSLayer.d.ts +1 -4
  74. package/layers/WMTSLayer.d.ts +1 -4
  75. package/layers/catalog/CatalogDynamicGroupLayer.d.ts +1 -4
  76. package/layers/catalog/CatalogFootprintLayer.d.ts +1 -4
  77. package/layers/knowledgeGraph/KnowledgeGraphSublayer.d.ts +1 -6
  78. package/layers/mixins/EditBusLayer.d.ts +0 -1
  79. package/layers/support/FeatureFilter.d.ts +0 -1
  80. package/layers/support/MosaicRule.d.ts +0 -4
  81. package/layers/support/types.d.ts +2 -2
  82. package/layers/types.d.ts +19 -6
  83. package/package.json +1 -1
  84. package/portal/PortalUser.d.ts +1 -1
  85. package/renderers/support/RendererLegendOptions.d.ts +0 -1
  86. package/request/types.d.ts +0 -1
  87. package/rest/support/NormalizationBinParametersMixin.d.ts +18 -20
  88. package/rest/support/PrintTemplate.d.ts +0 -1
  89. package/rest/support/RelationshipQuery.d.ts +1 -10
  90. package/rest/support/types.d.ts +29 -3
  91. package/smartMapping/heuristics/binLevel.d.ts +1 -1
  92. package/smartMapping/heuristics/scaleRange.d.ts +1 -1
  93. package/smartMapping/heuristics/sizeRange.d.ts +1 -1
  94. package/smartMapping/heuristics/types.d.ts +0 -2
  95. package/smartMapping/labels/bins.d.ts +1 -1
  96. package/smartMapping/labels/clusters.d.ts +1 -1
  97. package/smartMapping/popup/clusters.d.ts +1 -1
  98. package/smartMapping/popup/templates.d.ts +1 -1
  99. package/smartMapping/raster/renderers/classBreaks.d.ts +1 -1
  100. package/smartMapping/raster/renderers/colormap.d.ts +1 -1
  101. package/smartMapping/raster/renderers/flow.d.ts +0 -1
  102. package/smartMapping/raster/renderers/rgb.d.ts +1 -1
  103. package/smartMapping/raster/renderers/shadedRelief.d.ts +0 -1
  104. package/smartMapping/raster/renderers/stretch.d.ts +1 -1
  105. package/smartMapping/raster/renderers/uniqueValue.d.ts +0 -1
  106. package/smartMapping/raster/renderers/vectorField.d.ts +0 -1
  107. package/smartMapping/raster/support/utils.d.ts +0 -2
  108. package/smartMapping/renderers/color.d.ts +6 -6
  109. package/smartMapping/renderers/dotDensity.d.ts +0 -1
  110. package/smartMapping/renderers/heatmap.d.ts +1 -1
  111. package/smartMapping/renderers/location.d.ts +0 -1
  112. package/smartMapping/renderers/opacity.d.ts +1 -1
  113. package/smartMapping/renderers/pieChart.d.ts +0 -2
  114. package/smartMapping/renderers/predominance.d.ts +0 -1
  115. package/smartMapping/renderers/relationship.d.ts +0 -1
  116. package/smartMapping/renderers/size.d.ts +4 -6
  117. package/smartMapping/renderers/type.d.ts +9 -5
  118. package/smartMapping/renderers/univariateColorSize.d.ts +2 -2
  119. package/smartMapping/statistics/classBreaks.d.ts +1 -1
  120. package/smartMapping/statistics/heatmapStatistics.d.ts +1 -1
  121. package/smartMapping/statistics/histogram.d.ts +1 -1
  122. package/smartMapping/statistics/predominantCategories.d.ts +1 -1
  123. package/smartMapping/statistics/summaryStatistics.d.ts +1 -1
  124. package/smartMapping/statistics/summaryStatisticsForAge.d.ts +1 -1
  125. package/smartMapping/statistics/support/ageUtils.d.ts +1 -1
  126. package/smartMapping/statistics/types.d.ts +26 -8
  127. package/smartMapping/statistics/uniqueValues.d.ts +1 -1
  128. package/smartMapping/symbology/color.d.ts +4 -4
  129. package/smartMapping/symbology/dotDensity.d.ts +3 -3
  130. package/smartMapping/symbology/flow.d.ts +3 -3
  131. package/smartMapping/symbology/heatmap.d.ts +3 -3
  132. package/smartMapping/symbology/location.d.ts +1 -1
  133. package/smartMapping/symbology/pieChart.d.ts +3 -3
  134. package/smartMapping/symbology/predominance.d.ts +3 -3
  135. package/smartMapping/symbology/relationship.d.ts +3 -3
  136. package/smartMapping/symbology/size.d.ts +1 -1
  137. package/smartMapping/symbology/support/colorRamps.d.ts +1 -1
  138. package/smartMapping/symbology/type.d.ts +3 -3
  139. package/support/revision.js +1 -1
  140. package/symbols/cim/types.d.ts +0 -12
  141. package/symbols/support/symbolUtils.d.ts +1 -1
  142. package/views/2d/MapViewConstraints.d.ts +2 -10
  143. package/views/2d/engine/brushes.js +1 -1
  144. package/views/2d/engine/vectorTiles/GlyphMosaic.js +1 -1
  145. package/views/2d/engine/vectorTiles/MemoryBuffer.js +1 -1
  146. package/views/2d/engine/vectorTiles/RenderBucket.js +1 -1
  147. package/views/2d/engine/vectorTiles/SpriteMosaic.js +1 -1
  148. package/views/2d/engine/vectorTiles/VTLPainter3D.js +1 -1
  149. package/views/2d/engine/vectorTiles/VectorTileContainer.js +1 -1
  150. package/views/2d/engine/vectorTiles/VertexMemoryBuffer.js +1 -1
  151. package/views/2d/engine/vectorTiles/shaders/VTLBackgroundMaterial.js +1 -1
  152. package/views/2d/engine/vectorTiles/shaders/VTLCircleMaterial.js +1 -1
  153. package/views/2d/engine/vectorTiles/shaders/VTLFillMaterial.js +1 -1
  154. package/views/2d/engine/vectorTiles/shaders/VTLLineMaterial.js +1 -1
  155. package/views/2d/engine/vectorTiles/shaders/VTLMaterial.js +1 -1
  156. package/views/2d/engine/vectorTiles/shaders/VTLSymbolMaterial.js +1 -1
  157. package/views/2d/engine/vectorTiles/style/StyleLayer.js +1 -1
  158. package/views/2d/engine/webgl/Painter.js +1 -1
  159. package/views/2d/engine/webgl/RenderingDevice.js +5 -0
  160. package/views/2d/engine/webgl/WGLContainer.js +1 -1
  161. package/views/2d/engine/webgl/meshing/Mesh.js +1 -1
  162. package/views/2d/engine/webgl/number.js +1 -1
  163. package/views/2d/engine/webgl/shaderGraph/graph/glsl.js +1 -1
  164. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderBackground.js +5 -0
  165. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderCircle.js +5 -0
  166. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderFill.js +5 -0
  167. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderIcon.js +5 -0
  168. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderLine.js +5 -0
  169. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderOutline.js +5 -0
  170. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderText.js +5 -0
  171. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueBackground.js +5 -0
  172. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueCircle.js +5 -0
  173. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueFill.js +5 -0
  174. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueLine.js +5 -0
  175. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueSymbol.js +5 -0
  176. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniques.js +5 -0
  177. package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
  178. package/views/3d/layers/IntegratedMesh3DTilesLayerView3D.js +1 -1
  179. package/views/3d/layers/graphics/Graphics3DIconSymbolLayer.js +1 -1
  180. package/views/3d/layers/graphics/Graphics3DTextSymbolLayer.js +1 -1
  181. package/views/3d/layers/i3s/meshUtils.js +1 -1
  182. package/views/3d/state/NearFarHeuristic.js +1 -1
  183. package/views/3d/webgl-engine/collections/Component/ComponentObjectCollection.js +1 -1
  184. package/views/3d/webgl-engine/collections/Component/Material/ComponentData.glsl.js +1 -1
  185. package/views/3d/webgl-engine/collections/Component/Material/ComponentMaterial.js +1 -1
  186. package/views/3d/webgl-engine/collections/Component/Material/ComponentTechniqueConfiguration.js +1 -1
  187. package/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexNormal.glsl.js +6 -4
  188. package/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexPosition.glsl.js +18 -14
  189. package/views/3d/webgl-engine/effects/glow/GlowBlur.glsl.js +1 -1
  190. package/views/3d/webgl-engine/effects/glow/GlowRenderNode.js +1 -1
  191. package/views/3d/webgl-engine/lib/edgeRendering/EdgeShaderTechniqueConfiguration.js +1 -1
  192. package/views/3d/webgl-engine/materials/HUDMaterial.js +1 -1
  193. package/views/3d/webgl-engine/shaders/HUDMaterial.glsl.js +1 -1
  194. package/views/3d/webgl-engine/shaders/HUDMaterialTechniqueConfiguration.js +1 -1
  195. package/views/3d/webgl-engine/shaders/sources/edgeRenderer/EdgeUtil.glsl.js +23 -20
  196. package/views/BreakpointsOwner.d.ts +2 -2
  197. package/views/LinkChartView.d.ts +0 -2
  198. package/views/View2D.d.ts +3 -15
  199. package/views/input/types.d.ts +2 -13
  200. package/views/layers/BuildingComponentSublayerView.d.ts +0 -1
  201. package/views/types.d.ts +2 -9
  202. package/views/webgl/VertexArrayObject.js +1 -1
  203. package/webdoc/ips/SmoothingProperties.d.ts +1 -1
  204. package/webdoc/ips/SmoothingProperties.js +1 -1
  205. package/widgets/BasemapLayerList/BasemapLayerListVisibleElements.d.ts +10 -10
  206. package/widgets/BasemapLayerList/types.d.ts +6 -1
  207. package/widgets/Bookmarks/BookmarksVisibleElements.d.ts +0 -9
  208. package/widgets/Bookmarks/types.d.ts +0 -4
  209. package/widgets/CatalogLayerList/CatalogLayerListVisibleElements.d.ts +2 -2
  210. package/widgets/CatalogLayerList/types.d.ts +5 -1
  211. package/widgets/Editor/VisibleElements.d.ts +0 -11
  212. package/widgets/ElevationProfile/types.d.ts +1 -1
  213. package/widgets/FeatureTable/FeatureTableViewModel.js +1 -1
  214. package/widgets/FeatureTable/FieldColumn.d.ts +0 -1
  215. package/widgets/FeatureTable/VisibleElements.d.ts +2 -16
  216. package/widgets/FeatureTable/support/AttachmentsViewOptions.d.ts +5 -3
  217. package/widgets/FeatureTable/support/AttachmentsViewOptions.js +1 -1
  218. package/widgets/FeatureTable/support/FeatureStore.js +1 -1
  219. package/widgets/FeatureTable.js +1 -1
  220. package/widgets/Features/FeaturesViewModel.d.ts +3 -27
  221. package/widgets/Features/FeaturesVisibleElements.d.ts +4 -4
  222. package/widgets/LayerList/LayerListViewModel.d.ts +20 -5
  223. package/widgets/LayerList/LayerListVisibleElements.d.ts +10 -12
  224. package/widgets/LayerList/ListItem.d.ts +33 -0
  225. package/widgets/LayerList/ListItemPanel.d.ts +8 -2
  226. package/widgets/LayerList/types.d.ts +58 -15
  227. package/widgets/Popup/PopupVisibleElements.d.ts +6 -6
  228. package/widgets/Popup/types.d.ts +1 -1
  229. package/widgets/ScaleRangeSlider/ScaleRanges.d.ts +1 -1
  230. package/widgets/Sketch/CreateToolVisibilityMap.d.ts +0 -4
  231. package/widgets/Sketch/VisibleElements.d.ts +0 -2
  232. package/widgets/Sketch/types.d.ts +1 -1
  233. package/widgets/TableList/ListItemPanel.d.ts +8 -0
  234. package/widgets/TableList/TableListViewModel.d.ts +9 -14
  235. package/widgets/TableList/TableListVisibleElements.d.ts +9 -11
  236. package/widgets/TableList/types.d.ts +13 -7
  237. package/widgets/support/SnappingControls/VisibleElements.d.ts +0 -4
  238. package/widgets/types.d.ts +1 -9
  239. package/assets/esri/core/workers/chunks/1d8fc0239c907ff5d1e8.js +0 -1
  240. package/assets/esri/core/workers/chunks/562cddaf63985e53ee6e.js +0 -1
  241. package/assets/esri/core/workers/chunks/b899b4e7979c13b99526.js +0 -1
  242. package/assets/esri/core/workers/chunks/d0ae8752419d5b761190.js +0 -1
  243. package/assets/esri/core/workers/chunks/df2ba5f9d57080fca183.js +0 -1
  244. package/assets/esri/core/workers/chunks/ee175fd4ec706f7878c0.js +0 -1
  245. package/assets/esri/core/workers/chunks/fc00d7278b43df813c54.js +0 -1
  246. package/layers/mixins/ScaleRange.d.ts +0 -16
  247. package/views/2d/engine/vectorTiles/shaders/Programs.js +0 -5
  248. package/views/2d/engine/vectorTiles/shaders/VTLMaterialManager.js +0 -5
  249. package/views/2d/engine/vectorTiles/shaders/sources/resolver.js +0 -5
  250. package/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +0 -5
  251. package/views/2d/engine/vtlBrushes.js +0 -5
  252. package/views/2d/engine/webgl/brushes/WGLBrushVTLBackground.js +0 -5
  253. package/views/2d/engine/webgl/brushes/WGLBrushVTLCircle.js +0 -5
  254. package/views/2d/engine/webgl/brushes/WGLBrushVTLFill.js +0 -5
  255. package/views/2d/engine/webgl/brushes/WGLBrushVTLLine.js +0 -5
  256. package/views/2d/engine/webgl/brushes/WGLBrushVTLSymbol.js +0 -5
  257. package/views/3d/webgl-engine/effects/glow/GlowPresets.glsl.js +0 -5
  258. package/widgets/FeatureTable/support/FeatureStore.d.ts +0 -1
@@ -49,7 +49,7 @@ import type { BasemapTheme, ColorScheme } from "../symbology/types.js";
49
49
  * `theme` options would be ignored.
50
50
  *
51
51
  * @param parameters - Input parameters for generating a color visual variable based on data
52
- * returned from a given field or expression. See the table below for details of each parameter.
52
+ * returned from a given field or expression.
53
53
  * @returns Resolves to an instance of [VisualVariableResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-color.html#VisualVariableResult).
54
54
  * @example
55
55
  * let layer = new FeatureLayer({
@@ -115,7 +115,7 @@ export function createVisualVariable(parameters: VisualVariableParameters): Prom
115
115
  * can pass the statistics object to the `statistics` parameter to avoid making an extra call to the server.
116
116
  *
117
117
  * @param parameters - Input parameters for generating a continuous color visualization based on data
118
- * returned from a given field or expression. See the table below for details of each parameter.
118
+ * returned from a given field or expression.
119
119
  * @returns Resolves to an instance of [ContinuousRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-color.html#ContinuousRendererResult).
120
120
  * @example
121
121
  * let layer = new FeatureLayer({
@@ -177,7 +177,7 @@ export function createContinuousRenderer(parameters: ContinuousRendererParameter
177
177
  * applications.
178
178
  *
179
179
  * @param parameters - Input parameters for generating a classed color visualization based on data
180
- * returned from a given field or expression. See the table below for details of each parameter.
180
+ * returned from a given field or expression.
181
181
  * @returns Resolves to an instance of [ClassBreaksRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-color.html#ClassBreaksRendererResult).
182
182
  * @since 4.6
183
183
  * @example
@@ -232,7 +232,7 @@ export function createClassBreaksRenderer(parameters: ClassBreaksRendererParamet
232
232
  * of the points to suit the needs of the desired visualization.
233
233
  *
234
234
  * @param parameters - Input parameters for generating a true color visualization based on the `RGB`
235
- * field of the input layer. See the table below for details of each parameter.
235
+ * field of the input layer.
236
236
  * @returns Resolves to an object containing the renderer to set on the input layer. See
237
237
  * [PCTrueColorRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-color.html#PCTrueColorRendererResult) for more details.
238
238
  * @since 4.5
@@ -275,7 +275,7 @@ export function createPCTrueColorRenderer(parameters: PCTrueColorRendererParamet
275
275
  * of the points to suit the needs of the desired visualization.
276
276
  *
277
277
  * @param parameters - Input parameters for generating a renderer based on the given
278
- * field of the input layer. See the table below for details of each parameter.
278
+ * field of the input layer.
279
279
  * @returns Resolves to an object containing the renderer to set on the input layer. See
280
280
  * [PCContinuousRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-color.html#PCContinuousRendererResult) for more details.
281
281
  * @since 4.5
@@ -312,7 +312,7 @@ export function createPCContinuousRenderer(parameters: PCContinuousRendererParam
312
312
  * can pass the statistics object to the `statistics` parameter to avoid making an extra call to the server.
313
313
  *
314
314
  * @param parameters - Input parameters for generating a continuous color visualization of age for time data
315
- * returned from start and/or end date field(s). See the table below for details of each parameter.
315
+ * returned from start and/or end date field(s).
316
316
  * @returns Resolves to an instance of [AgeRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-color.html#AgeRendererResult).
317
317
  * @since 4.9
318
318
  * @example
@@ -55,7 +55,6 @@ import type { DotDensityScheme, BasemapTheme } from "../symbology/types.js";
55
55
  * applications.
56
56
  *
57
57
  * @param parameters - Input parameters for generating a dot density visualization based on a set of complementary numeric field(s).
58
- * See the table below for details of each parameter.
59
58
  * @returns Resolves to an instance of [RendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-dotDensity.html#RendererResult).
60
59
  * @example
61
60
  * const layer = new FeatureLayer({
@@ -41,7 +41,7 @@ import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js";
41
41
  * can pass the statistics object to the `statistics` parameter to avoid making an extra call to the server.
42
42
  *
43
43
  * @param parameters - Input parameters for generating a heatmap visualization based on data
44
- * returned from a given field. See the table below for details of each parameter.
44
+ * returned from a given field.
45
45
  * @returns Resolves to an instance of [HeatmapRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-heatmap.html#HeatmapRendererResult).
46
46
  * @example
47
47
  * let earthquakeLayer = new FeatureLayer({
@@ -24,7 +24,6 @@ import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js";
24
24
  * a 3D [SceneView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html), then the `symbolType` option should be used.
25
25
  *
26
26
  * @param parameters - Input parameters for generating a location-based visualization.
27
- * See the table below for details of each parameter.
28
27
  * @returns Resolves to an instance of [RendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-location.html#RendererResult).
29
28
  * @example
30
29
  * let layer = new FeatureLayer({
@@ -42,7 +42,7 @@ import type { SummaryStatisticsResult } from "../statistics/types.js";
42
42
  * can pass the stats in the `statistics` parameter to avoid making an extra call to the server.
43
43
  *
44
44
  * @param parameters - Input parameters for generating an opacity visual variable based on data
45
- * returned from a given field or expression. See the table below for details of each parameter.
45
+ * returned from a given field or expression.
46
46
  * @returns Resolves to an instance of
47
47
  * [VisualVariableResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-opacity.html#VisualVariableResult).
48
48
  * @example
@@ -43,7 +43,6 @@ import type { PieChartScheme, BasemapTheme } from "../symbology/types.js";
43
43
  * Generates a [PieChartRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-PieChartRenderer.html) based on a set of numeric fields.
44
44
  *
45
45
  * @param parameters - Input parameters for generating a pie chart visualization based on a set of numeric fields.
46
- * See the table below for details of each parameter.
47
46
  * @returns Resolves to an instance of [RendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-pieChart.html#RendererResult).
48
47
  * @example
49
48
  * const layer = new FeatureLayer({
@@ -90,7 +89,6 @@ export function createRenderer(parameters: RendererParameters): Promise<Renderer
90
89
  * object to properly render.
91
90
  *
92
91
  * @param parameters - Input parameters for generating a pie chart visualization for clustering.
93
- * See the table below for details of each parameter.
94
92
  * @returns Resolves to an instance of [ClusterRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-pieChart.html#ClusterRendererResult).
95
93
  * @since 4.25
96
94
  * @example
@@ -69,7 +69,6 @@ import type { PredominanceScheme, BasemapTheme } from "../symbology/types.js";
69
69
  * applications.
70
70
  *
71
71
  * @param parameters - Input parameters for generating a predominance visualization based on a set of competing field(s).
72
- * See the table below for details of each parameter.
73
72
  * @returns Resolves to an instance of [RendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-predominance.html#RendererResult).
74
73
  * @example
75
74
  * const layer = new FeatureLayer({
@@ -78,7 +78,6 @@ export function updateRenderer(parameters: UpdateRendererParameters): Promise<Un
78
78
  * applications.
79
79
  *
80
80
  * @param parameters - Input parameters for generating a relationship visualization based on a pair of numeric field(s).
81
- * See the table below for details of each parameter.
82
81
  * @returns Resolves to an instance of [RendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-relationship.html#RendererResult).
83
82
  * @example
84
83
  * const layer = new FeatureLayer({
@@ -53,7 +53,7 @@ import type { BasemapTheme, SizeScheme, TypeScheme } from "../symbology/types.js
53
53
  * `axis` parameter is set to "height".
54
54
  *
55
55
  * @param parameters - Input parameters for generating size visual variables based on data
56
- * returned from a given field or expression. See the table below for details of each parameter.
56
+ * returned from a given field or expression.
57
57
  * @returns Resolves to an instance of [VisualVariableResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-size.html#VisualVariableResult).
58
58
  * @example
59
59
  * const layer = new FeatureLayer({
@@ -118,7 +118,7 @@ export function createVisualVariables(parameters: VisualVariableParameters): Pro
118
118
  * can pass the statistics object to the `statistics` parameter to avoid making an extra call to the server.
119
119
  *
120
120
  * @param parameters - Input parameters for generating size visual variables based on data
121
- * returned from a given field or expression. See the table below for details of each parameter.
121
+ * returned from a given field or expression.
122
122
  * @returns Resolves to an instance of [ContinuousRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-size.html#ContinuousRendererResult).
123
123
  * @example
124
124
  * // visualization based on field and normalization field
@@ -154,7 +154,6 @@ export function createContinuousRenderer(parameters: ContinuousRendererParameter
154
154
  * Updates a renderer generated from [createContinuousRenderer()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-size.html#createContinuousRenderer) that uses a specialty reference size variable (i.e. [AuthoringInfoVisualVariable#theme](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html#theme) is set to `reference-size`). This would have already been generated in [createContinuousRenderer()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-size.html#createContinuousRenderer).
155
155
  *
156
156
  * @param parameters - Input parameters for updating an existing reference size visualization.
157
- * See the table below for details of each parameter.
158
157
  * @returns Resolves to the updated renderer with a specialty reference size variable.
159
158
  * @since 4.30
160
159
  * @example
@@ -180,7 +179,6 @@ export function updateRendererWithReferenceSize(parameters: UpdateRendererWithRe
180
179
  * Updates a renderer that uses a specialty spike variable (i.e. [AuthoringInfoVisualVariable#theme](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html#theme) is set to `spike`). This would have already been generated in [createContinuousRenderer()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-size.html#createContinuousRenderer) with `theme` set to `spike`.
181
180
  *
182
181
  * @param params - Input parameters for updating an existing spike visualization.
183
- * See the table below for details of each parameter.
184
182
  * @returns Resolves to the updated renderer with a specialty spike variable.
185
183
  * @since 4.33
186
184
  * @example
@@ -218,7 +216,7 @@ export function updateRendererWithSpike(params: UpdateRendererWithSpikeParameter
218
216
  * applications.
219
217
  *
220
218
  * @param parameters - Input parameters for generating a classed size visualization based on data
221
- * returned from a given field or expression. See the table below for details of each parameter.
219
+ * returned from a given field or expression.
222
220
  * @returns Resolves to an instance of [ClassBreaksRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-size.html#ClassBreaksRendererResult).
223
221
  * @since 4.6
224
222
  * @example
@@ -267,7 +265,7 @@ export function createClassBreaksRenderer(parameters: ClassBreaksRendererParamet
267
265
  * can pass the statistics object to the `statistics` parameter to avoid making an extra call to the server.
268
266
  *
269
267
  * @param parameters - Input parameters for generating a continuous size visualization of age for time data
270
- * returned from start and/or end date field(s). See the table below for details of each parameter.
268
+ * returned from start and/or end date field(s).
271
269
  * @returns Resolves to an instance of [AgeRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-size.html#AgeRendererResult).
272
270
  * @since 4.9
273
271
  * @example
@@ -40,7 +40,7 @@ import type { SymbolUnion } from "../../symbols/types.js";
40
40
  * features based on a value returned from a script executed at runtime.
41
41
  *
42
42
  * @param parameters - Input parameters for generating symbols to represent unique types based on data
43
- * returned from a given field. See the table below for details of each parameter.
43
+ * returned from a given field.
44
44
  * @returns Resolves to an instance of [RendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-type.html#RendererResult).
45
45
  * @example
46
46
  * let layer = new FeatureLayer({
@@ -92,7 +92,7 @@ export function createRenderer(parameters: RendererParameters): Promise<Renderer
92
92
  * of the points to suit the needs of the desired visualization.
93
93
  *
94
94
  * @param parameters - Input parameters for generating a renderer based on the given
95
- * field of the input layer. See the table below for details of each parameter.
95
+ * field of the input layer.
96
96
  * @returns Resolves to an object containing the renderer to set on the input layer. See
97
97
  * [PCClassRendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-type.html#PCClassRendererResult) for more details.
98
98
  * @since 4.5
@@ -148,13 +148,17 @@ export interface RendererParameters extends AbortOptions {
148
148
  /**
149
149
  * Specifies the name of a second attribute field used to categorize features. All
150
150
  * combinations of `field`, `field2`, and `field3` values are unique categories and
151
- * may have their own symbol. This property is ignored if a `valueExpression` is used. **Since:** 4.25
151
+ * may have their own symbol. This property is ignored if a `valueExpression` is used.
152
+ *
153
+ * @since 4.25
152
154
  */
153
155
  field2?: string | null;
154
156
  /**
155
157
  * Specifies the name of a third attribute field used to categorize features. All
156
158
  * combinations of `field`, `field2`, and `field3` values are unique categories and
157
- * may have their own symbol. This property is ignored if a `valueExpression` is used. **Since:** 4.25
159
+ * may have their own symbol. This property is ignored if a `valueExpression` is used.
160
+ *
161
+ * @since 4.25
158
162
  */
159
163
  field3?: string | null;
160
164
  /**
@@ -311,7 +315,7 @@ export interface RendererResult {
311
315
  typeScheme: TypeScheme;
312
316
  /**
313
317
  * An array of objects describing the value, symbol, and count of
314
- * each unique type or category represented in the renderer. See the table below describing each property.
318
+ * each unique type or category represented in the renderer.
315
319
  */
316
320
  uniqueValueInfos: UniqueValueInfo[];
317
321
  }
@@ -62,7 +62,7 @@ import type { SymbolUnion } from "../../symbols/types.js";
62
62
  * depending on the value of the `sizeOptions.axis` parameter.
63
63
  *
64
64
  * @param parameters - Input parameters for generating color and size visual variables based on data
65
- * returned from a given field or expression. See the table below for details of each parameter.
65
+ * returned from a given field or expression.
66
66
  * @returns Resolves to an instance of [VisualVariablesResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-univariateColorSize.html#VisualVariablesResult).
67
67
  * @example
68
68
  * const layer = new FeatureLayer({
@@ -125,7 +125,7 @@ export function createVisualVariables(parameters: VisualVariablesParameters): Pr
125
125
  * applications. For example, if you already generated statistics in another operation, you
126
126
  * can pass the statistics object to the `statistics` parameter to avoid making an extra call to the server.
127
127
  *
128
- * @param parameters - See the table below for details of each parameter that may be passed to this method.
128
+ * @param parameters - The function parameters.
129
129
  * @returns Resolves to an instance of [RendererResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-univariateColorSize.html#RendererResult).
130
130
  * @example
131
131
  * const layer = new FeatureLayer({
@@ -18,7 +18,7 @@ import type { ClassBreaksParameters, ClassBreaksResult } from "./types.js";
18
18
  * Generates class breaks for an input field (or expression) of a [FeatureLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html) based
19
19
  * on a given classification method and normalization type.
20
20
  *
21
- * @param parameters - See the table below for details about parameters that may be passed to this function.
21
+ * @param parameters - The function parameters.
22
22
  * @returns Resolves to an instance of [ClassBreaksResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-types.html#ClassBreaksResult).
23
23
  * @example
24
24
  * classBreaks({
@@ -19,7 +19,7 @@ import type { HeatmapStatisticsParameters, HeatmapStatisticsResult } from "./typ
19
19
  * Returns an object containing various statistics describing the intensity values
20
20
  * for a heatmap visualization of a given point [Layer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html).
21
21
  *
22
- * @param parameters - See the table below for details of each parameter.
22
+ * @param parameters - The function parameters.
23
23
  * @returns Returns
24
24
  * a promise that resolves to [HeatmapStatisticsResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-types.html#HeatmapStatisticsResult).
25
25
  * @example
@@ -23,7 +23,7 @@ import type { HistogramParameters, HistogramResult } from "./types.js";
23
23
  * a histogram to the UI in visualization authoring applications and analytical apps that query and
24
24
  * display statistics.
25
25
  *
26
- * @param parameters - See the table below for details on parameters that may be passed to this function.
26
+ * @param parameters - The function parameters.
27
27
  * @returns Resolves to a [HistogramResult object](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-types.html#HistogramResult).
28
28
  * @example
29
29
  * histogram({
@@ -10,7 +10,7 @@ import type { PredominantCategoriesParameters, PredominantCategoriesResult } fro
10
10
  * Determines predominant categories for a layer based on a given set of competing numeric fields and returns
11
11
  * the number of features belonging to each category.
12
12
  *
13
- * @param parameters - See the table below for details of each parameter.
13
+ * @param parameters - The function parameters.
14
14
  * @returns Returns a promise that resolves to [PredominantCategoriesResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-types.html#PredominantCategoriesResult).
15
15
  * @example
16
16
  * predominantCategories({
@@ -19,7 +19,7 @@ import type { SummaryStatisticsParameters, SummaryStatisticsResult } from "./typ
19
19
  * Returns an object containing statistics describing a set of values returned
20
20
  * from a field (or expression) in a [Layer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html).
21
21
  *
22
- * @param parameters - See the table below for details of each parameter.
22
+ * @param parameters - The function parameters.
23
23
  * @returns Returns a promise that resolves to [SummaryStatisticsResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-types.html#SummaryStatisticsResult).
24
24
  * @example
25
25
  * summaryStatistics({
@@ -11,7 +11,7 @@ import type { SummaryStatisticsForAgeParameters, SummaryStatisticsResult } from
11
11
  * Returns an object containing various statistics describing an age value (e.g.
12
12
  * the difference between a given end time from a start time) in a [Layer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html).
13
13
  *
14
- * @param parameters - See the table below for details of each parameter.
14
+ * @param parameters - The function parameters.
15
15
  * @returns Returns a promise that resolves to [SummaryStatisticsResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-types.html#SummaryStatisticsResult).
16
16
  * @example
17
17
  * summaryStatisticsForAge({
@@ -13,7 +13,7 @@ import type { SmartMappingTimeUnit, SupportedLayer } from "../../types.js";
13
13
  * Returns an [Arcade](https://developers.arcgis.com/javascript/latest/arcade/) expression for visualizing the age of a feature based
14
14
  * on a given start time and end time.
15
15
  *
16
- * @param params - See the table below for details of each parameter.
16
+ * @param params - The function parameters.
17
17
  * @returns Returns an instance of [AgeExpressionsResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-support-ageUtils.html#AgeExpressionsResult).
18
18
  * @example
19
19
  * const ageExpressions = ageUtils.getAgeExpressions({
@@ -123,7 +123,9 @@ export interface SummaryStatisticsParameters extends AbortOptions {
123
123
  /**
124
124
  * Only applicable when the input `layer` is a
125
125
  * service-backed FeatureLayer. When `true`, statistics will be calculated on the client from features
126
- * visible in the view. If `false`, statistics will be requested from the service. **Since version 4.23.
126
+ * visible in the view. If `false`, statistics will be requested from the service.
127
+ *
128
+ * @since 4.23
127
129
  */
128
130
  useFeaturesInView?: boolean | null;
129
131
  /**
@@ -151,7 +153,11 @@ export interface SummaryStatisticsResult {
151
153
  count?: number | null;
152
154
  /** The maximum of all values returned from the field or expression. */
153
155
  max?: number | null;
154
- /** The median of all values returned from the field or expression. **Since version 4.22.** */
156
+ /**
157
+ * The median of all values returned from the field or expression.
158
+ *
159
+ * @since 4.22
160
+ */
155
161
  median?: number | string | null;
156
162
  /** The minimum of all values returned from the field or expression. */
157
163
  min?: number | null;
@@ -199,7 +205,9 @@ export interface ClassBreaksParameters extends AbortOptions {
199
205
  * attribute filters set on the `FeatureFilter.where` property are ignored. Currently, only the `intersects`
200
206
  * spatial relationship is supported. This is useful if you already
201
207
  * define a feature filter by geometry on your layer and want to calculate statistics for the included
202
- * features. **Since version 4.25.
208
+ * features.
209
+ *
210
+ * @since 4.25
203
211
  */
204
212
  filter?: FeatureFilter | null;
205
213
  /**
@@ -244,7 +252,9 @@ export interface ClassBreaksParameters extends AbortOptions {
244
252
  /**
245
253
  * Only applicable when the input `layer` is a
246
254
  * service-backed FeatureLayer. When `true`, statistics will be calculated on the client from features
247
- * visible in the view. If `false`, statistics will be requested from the service. **Since version 4.23.
255
+ * visible in the view. If `false`, statistics will be requested from the service.
256
+ *
257
+ * @since 4.23
248
258
  */
249
259
  useFeaturesInView?: boolean | null;
250
260
  /**
@@ -331,7 +341,9 @@ export interface HistogramParameters extends AbortOptions {
331
341
  * attribute filters set on the `FeatureFilter.where` property are ignored. Currently, only the `intersects`
332
342
  * spatial relationship is supported. This is useful if you already
333
343
  * define a feature filter by geometry on your layer and want to calculate statistics for the included
334
- * features. **Since version 4.25.
344
+ * features.
345
+ *
346
+ * @since 4.25
335
347
  */
336
348
  filter?: FeatureFilter | null;
337
349
  /**
@@ -397,7 +409,9 @@ export interface HistogramParameters extends AbortOptions {
397
409
  /**
398
410
  * Only applicable when the input `layer` is a
399
411
  * service-backed FeatureLayer. When `true`, statistics will be calculated on the client from features
400
- * visible in the view. If `false`, statistics will be requested from the service. **Since version 4.23.
412
+ * visible in the view. If `false`, statistics will be requested from the service.
413
+ *
414
+ * @since 4.23
401
415
  */
402
416
  useFeaturesInView?: boolean | null;
403
417
  /**
@@ -435,7 +449,9 @@ export interface UniqueValuesParameters extends AbortOptions {
435
449
  * attribute filters set on the `FeatureFilter.where` property are ignored. Currently, only the `intersects`
436
450
  * spatial relationship is supported. This is useful if you already
437
451
  * define a feature filter by geometry on your layer and want to calculate statistics for the included
438
- * features. **Since version 4.25.
452
+ * features.
453
+ *
454
+ * @since 4.25
439
455
  */
440
456
  filter?: FeatureFilter | null;
441
457
  /**
@@ -469,7 +485,9 @@ export interface UniqueValuesParameters extends AbortOptions {
469
485
  /**
470
486
  * Only applicable when the input `layer` is a
471
487
  * service-backed FeatureLayer. When `true`, statistics will be calculated on the client from features
472
- * visible in the view. If `false`, statistics will be requested from the service. **Since version 4.23.
488
+ * visible in the view. If `false`, statistics will be requested from the service.
489
+ *
490
+ * @since 4.23
473
491
  */
474
492
  useFeaturesInView?: boolean | null;
475
493
  /**
@@ -18,7 +18,7 @@ import type { UniqueValuesResult, UniqueValuesParameters } from "./types.js";
18
18
  * (or values returned from an expression) in a [Layer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html) along with the total count of features that
19
19
  * belong to the given category.
20
20
  *
21
- * @param parameters - See the table below for details of each parameter.
21
+ * @param parameters - The function parameters.
22
22
  * @returns Returns a promise that resolves to [UniqueValuesResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-types.html#UniqueValuesResult).
23
23
  * @example
24
24
  * let layer = new FeatureLayer({
@@ -27,7 +27,7 @@ export function getThemes(basemap?: Basemap | string | null | undefined): Theme[
27
27
  * a [FeatureLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html). The `basemap` parameter determines the color schemes of the
28
28
  * graphics used to visualize each feature. The `geometryType` determines which type of symbol to return.
29
29
  *
30
- * @param params - See the table below for details of each parameter that may be passed to this function.
30
+ * @param params - The function parameters.
31
31
  * @returns Returns an object containing the optimal color scheme to use for the given
32
32
  * basemap and secondary schemes that may also be used.
33
33
  * @example
@@ -46,7 +46,7 @@ export function getSchemes(params: GetSchemesParameters): ColorSchemes | null |
46
46
  /**
47
47
  * Returns a color scheme with the provided name.
48
48
  *
49
- * @param params - See the table below for details of each parameter that may be passed to this function.
49
+ * @param params - The function parameters.
50
50
  * @returns Returns the color scheme
51
51
  * with the given name.
52
52
  * @since 4.12
@@ -65,7 +65,7 @@ export function getSchemeByName(params: GetSchemesByNameParameters): ColorScheme
65
65
  * Returns an array of color schemes with the provided tags. These schemes define symbol properties for
66
66
  * data-driven color visualizations in any layer that can be rendered with a [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html).
67
67
  *
68
- * @param params - See the table below for details of each parameter that may be passed to this function.
68
+ * @param params - The function parameters.
69
69
  * @returns Returns an array of color schemes
70
70
  * either including or excluding the provided tags.
71
71
  * @since 4.12
@@ -108,7 +108,7 @@ export function flipColors(scheme: ColorScheme): ColorScheme;
108
108
  /**
109
109
  * Returns all schemes matching the given color ramp.
110
110
  *
111
- * @param params - See the table below for details of each parameter that may be passed to this function.
111
+ * @param params - The function parameters.
112
112
  * @returns An array of color schemes that match the
113
113
  * given colors.
114
114
  * @since 4.9
@@ -13,7 +13,7 @@ import type { DotDensityScheme, DotDensitySchemes, BasemapTheme } from "./types.
13
13
  * data-driven visualizations in a [Layer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html). The `basemap` parameter determines the color of the
14
14
  * dots used to visualize each attribute. The `geometryType` determines which type of symbol to return.
15
15
  *
16
- * @param params - See the table below for details of each parameter that may be passed to this function.
16
+ * @param params - The function parameters.
17
17
  * @returns Returns an object containing
18
18
  * the optimal type scheme to use for the given basemap; it also contains secondary schemes.
19
19
  * @example
@@ -31,7 +31,7 @@ export function getSchemes(params: GetSchemesParameters): DotDensitySchemes | nu
31
31
  /**
32
32
  * Returns a dot density scheme with the provided name.
33
33
  *
34
- * @param params - See the table below for details of each parameter that may be passed to this function.
34
+ * @param params - The function parameters.
35
35
  * @returns Returns the dot density scheme
36
36
  * with the given name.
37
37
  * @since 4.12
@@ -49,7 +49,7 @@ export function getSchemeByName(params: GetSchemesByNameParameters): DotDensityS
49
49
  * Returns an array of dot density schemes with the provided tags. These schemes define symbol properties for
50
50
  * dot density visualizations in any layer that can be rendered with a [DotDensityRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-DotDensityRenderer.html).
51
51
  *
52
- * @param params - See the table below for details of each parameter that may be passed to this function.
52
+ * @param params - The function parameters.
53
53
  * @returns Returns an array of dot density schemes
54
54
  * either including or excluding the provided tags.
55
55
  * @since 4.12
@@ -25,7 +25,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
25
25
  * a [ImageryLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html) and [ImageryTileLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html).
26
26
  * The `basemap` parameter determines the appropriate color schemes used to visualize flow lines.
27
27
  *
28
- * @param params - See the table below for details of each parameter that may be passed to this function.
28
+ * @param params - The function parameters.
29
29
  * @returns Returns an object containing the
30
30
  * primary flow scheme to use for the given basemap. Secondary schemes are also provided.
31
31
  * @example
@@ -43,7 +43,7 @@ export function getSchemes(params: GetSchemesParameters): FlowSchemes | null | u
43
43
  /**
44
44
  * Returns the flow scheme with the given name.
45
45
  *
46
- * @param params - See the table below for details of each parameter that may be passed to this function.
46
+ * @param params - The function parameters.
47
47
  * @returns Returns the scheme matching the given name.
48
48
  * @example
49
49
  * // Constructs the scheme using the Perfect Pigtails color ramp.
@@ -58,7 +58,7 @@ export function getSchemeByName(params: GetSchemesByNameParameters): FlowScheme
58
58
  /**
59
59
  * Returns the flow schemes filtered by tags included and excluded from the paramters.
60
60
  *
61
- * @param params - See the table below for details of each parameter that may be passed to this function.
61
+ * @param params - The function parameters.
62
62
  * @returns Returns an array of flow schemes
63
63
  * with the given tags included in the search and excluding the given tags excluded from the search.
64
64
  * @example
@@ -25,7 +25,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
25
25
  * a point [Layer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html). The `basemap` parameter determines the color schemes of the
26
26
  * heatmap.
27
27
  *
28
- * @param params - See the table below for details of each parameter that may be passed to this function.
28
+ * @param params - The function parameters.
29
29
  * @returns Returns an object containing the optimal heatmap scheme to use for the given
30
30
  * basemap and secondary schemes that may also be used.
31
31
  * @example
@@ -58,7 +58,7 @@ export interface GetSchemesParameters {
58
58
  /**
59
59
  * Returns a heatmap scheme with the provided name.
60
60
  *
61
- * @param params - See the table below for details of each parameter that may be passed to this function.
61
+ * @param params - The function parameters.
62
62
  * @returns Returns the heatmap scheme
63
63
  * with the given name.
64
64
  * @since 4.12
@@ -75,7 +75,7 @@ export function getSchemeByName(params: GetSchemesByNameParameters): HeatmapSche
75
75
  * Returns an array of heatmap schemes with the provided tags. These schemes define color stop properties for
76
76
  * any layer that can be rendered with a [HeatmapRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-HeatmapRenderer.html).
77
77
  *
78
- * @param params - See the table below for details of each parameter that may be passed to this function.
78
+ * @param params - The function parameters.
79
79
  * @returns Returns an array of heatmap schemes
80
80
  * either including or excluding the provided tags.
81
81
  * @since 4.12
@@ -27,7 +27,7 @@ export function getThemes(basemap?: Basemap | string | null | undefined): Theme[
27
27
  * The `basemap` parameter determines the color of the
28
28
  * graphics used to visualize each feature. The `geometryType` determines which type of symbol to return.
29
29
  *
30
- * @param params - See the table below for details of each parameter that may be passed to this function.
30
+ * @param params - The function parameters.
31
31
  * @returns Returns an object containing the optimal location scheme (and secondary schemes) to use for the given basemap.
32
32
  * @example
33
33
  * // gets the primary scheme for the features of the given geometry type and basemap
@@ -23,7 +23,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
23
23
  * The `basemap` parameter determines the colors
24
24
  * used to visualize each pie slice.
25
25
  *
26
- * @param params - See the table below for details of each parameter that may be passed to this function.
26
+ * @param params - The function parameters.
27
27
  * @returns Returns an object containing
28
28
  * the optimal pie chart scheme to use for the given basemap; it also contains secondary schemes.
29
29
  * @example
@@ -40,7 +40,7 @@ export function getSchemes(params: GetSchemesParameters): PieChartSchemes | null
40
40
  /**
41
41
  * Returns a pie chart scheme with the given name.
42
42
  *
43
- * @param params - See the table below for details of each parameter that may be passed to this function.
43
+ * @param params - The function parameters.
44
44
  * @returns Returns the pie chart scheme
45
45
  * with the given name.
46
46
  * @example
@@ -57,7 +57,7 @@ export function getSchemeByName(params: GetSchemesByNameParameters): PieChartSch
57
57
  * Returns an array of pie chart schemes with the provided tags. These schemes define properties for
58
58
  * pie charts in any layer that can be rendered with a [PieChartRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-PieChartRenderer.html).
59
59
  *
60
- * @param params - See the table below for details of each parameter that may be passed to this function.
60
+ * @param params - The function parameters.
61
61
  * @returns Returns an array of pie chart schemes
62
62
  * either including or excluding the provided tags.
63
63
  * @example
@@ -24,7 +24,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
24
24
  * data-driven visualizations in a [Layer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html). The `basemap` parameter determines the color of the
25
25
  * symbols used to visualize each feature. The `geometryType` determines which type of symbol to return.
26
26
  *
27
- * @param params - See the table below for details of each parameter that may be passed to this function.
27
+ * @param params - The function parameters.
28
28
  * @returns Returns an object containing
29
29
  * the optimal type scheme to use for the given basemap; it also contains secondary schemes.
30
30
  * @example
@@ -42,7 +42,7 @@ export function getSchemes(params: GetSchemesParameters): PredominanceSchemes |
42
42
  /**
43
43
  * Returns a predominance scheme with the provided name.
44
44
  *
45
- * @param params - See the table below for details of each parameter that may be passed to this function.
45
+ * @param params - The function parameters.
46
46
  * @returns Returns the predominance scheme
47
47
  * with the given name.
48
48
  * @since 4.12
@@ -60,7 +60,7 @@ export function getSchemeByName(params: GetSchemesByNameParameters): Predominanc
60
60
  * Returns an array of predominance schemes with the provided tags. These schemes define symbol properties for
61
61
  * predominance visualizations in any layer that can be rendered with a [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html).
62
62
  *
63
- * @param params - See the table below for details of each parameter that may be passed to this function.
63
+ * @param params - The function parameters.
64
64
  * @returns Returns an array of predominance schemes
65
65
  * either including or excluding the provided tags.
66
66
  * @since 4.12