@arcgis/core 5.0.0-next.73 → 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
@@ -120,10 +120,7 @@ export default abstract class BaseElevationLayer extends Layer {
120
120
  /** The tiling scheme information for the layer. */
121
121
  get tileInfo(): TileInfo;
122
122
  set tileInfo(value: TileInfoProperties);
123
- /**
124
- *
125
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
126
- */
123
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
127
124
  get type(): "base-elevation";
128
125
  /**
129
126
  * Adds a promise to the layer's loadable chain.
@@ -159,7 +156,7 @@ export default abstract class BaseElevationLayer extends Layer {
159
156
  * or a fixed `{number}` resolution.
160
157
  *
161
158
  * @param extent - The extent for which to create the sampler.
162
- * @param options - Additional query options. See the table below.
159
+ * @param options - Additional query options.
163
160
  * @returns An elevation sampler.
164
161
  * @since 4.12
165
162
  */
@@ -234,7 +231,7 @@ export default abstract class BaseElevationLayer extends Layer {
234
231
  * `finest-contiguous` or a fixed `{number}` resolution.
235
232
  *
236
233
  * @param geometry - The geometry to use for sampling elevation data.
237
- * @param options - Additional query options. See the table below.
234
+ * @param options - Additional query options.
238
235
  * @returns Resolves to an object with the sampled geometry, resolution information, and no data value.
239
236
  * @since 4.12
240
237
  * @see [ElevationLayer#queryElevation()](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#queryElevation)
@@ -352,10 +352,7 @@ export default class BuildingSceneLayer extends BuildingSceneLayerSuperclass {
352
352
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
353
353
  */
354
354
  accessor title: string | null | undefined;
355
- /**
356
- *
357
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
358
- */
355
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
359
356
  get type(): "building-scene";
360
357
  /**
361
358
  * Loads the layer and all of its sublayers.
@@ -1113,10 +1113,7 @@ export default class CSVLayer extends __FeatureLayerSansType {
1113
1113
  * If a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
1114
1114
  */
1115
1115
  accessor title: string | null | undefined;
1116
- /**
1117
- *
1118
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
1119
- */
1116
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
1120
1117
  get type(): "csv";
1121
1118
  /**
1122
1119
  * The URL of the CSV file.
@@ -366,10 +366,7 @@ export default class CatalogLayer extends CatalogLayerSuperclass {
366
366
  * });
367
367
  */
368
368
  accessor outFields: string[] | null | undefined;
369
- /**
370
- *
371
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
372
- */
369
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
373
370
  get type(): "catalog";
374
371
  /**
375
372
  * The absolute URL of the REST endpoint of a catalog service.
@@ -137,10 +137,7 @@ export default class DimensionLayer extends DimensionLayerSuperclass {
137
137
  * If a layer is loaded as part of a webscene, then the title of the layer as stored in the webscene will be used.
138
138
  */
139
139
  accessor title: string | null | undefined;
140
- /**
141
- *
142
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
143
- */
140
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
144
141
  get type(): "dimension";
145
142
  }
146
143
  declare const DimensionLayerSuperclass: typeof Layer & typeof OperationalLayer
@@ -77,10 +77,7 @@ export default class ElevationLayer extends ElevationLayerSuperclass {
77
77
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
78
78
  */
79
79
  accessor title: string | null | undefined;
80
- /**
81
- *
82
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
83
- */
80
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
84
81
  get type(): "elevation";
85
82
  /**
86
83
  * URL pointing to the Elevation layer resource on an ArcGIS Image Server.
@@ -108,7 +105,7 @@ export default class ElevationLayer extends ElevationLayerSuperclass {
108
105
  * `finest-contiguous` or a fixed `{number}` resolution.
109
106
  *
110
107
  * @param extent - The extent for which to create the sampler.
111
- * @param options - Additional query options. See the table below.
108
+ * @param options - Additional query options.
112
109
  * @returns An elevation sampler.
113
110
  * @since 4.7
114
111
  */
@@ -155,7 +152,7 @@ export default class ElevationLayer extends ElevationLayerSuperclass {
155
152
  * `finest-contiguous` or a fixed `{number}` resolution.
156
153
  *
157
154
  * @param geometry - The geometry to use for sampling elevation data.
158
- * @param options - Additional query options. See the table below.
155
+ * @param options - Additional query options.
159
156
  * @returns Resolves to an object with the sampled geometry, resolution information, and no data value.
160
157
  * @example
161
158
  * const [ElevationLayer, Multipoint] = await $arcgis.import([
@@ -760,10 +760,7 @@ export interface FeatureLayerEvents extends EditBusLayerEvents, RefreshableLayer
760
760
  * @see [FeatureLayerView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html)
761
761
  */
762
762
  export default class FeatureLayer extends __FeatureLayerSansType {
763
- /**
764
- *
765
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
766
- */
763
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
767
764
  get type(): "feature";
768
765
  }
769
766
  export abstract class __FeatureLayerSansType extends FeatureLayerSuperclass {
@@ -85,7 +85,6 @@ export default class GaussianSplatLayer extends GaussianSplatLayerSuperclass {
85
85
  */
86
86
  accessor title: string | null | undefined;
87
87
  /**
88
- *
89
88
  * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
90
89
  *
91
90
  * @since 5.0
@@ -1369,10 +1369,7 @@ export default class GeoJSONLayer extends GeoJSONLayerSuperclass {
1369
1369
  * @default "GeoJSON"
1370
1370
  */
1371
1371
  accessor title: string | null | undefined;
1372
- /**
1373
- *
1374
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
1375
- */
1372
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
1376
1373
  get type(): "geojson";
1377
1374
  /**
1378
1375
  * The URL of the GeoJSON file.
@@ -121,10 +121,7 @@ export default class GeoRSSLayer extends GeoRSSLayerSuperclass {
121
121
  * If a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
122
122
  */
123
123
  accessor title: string | null | undefined;
124
- /**
125
- *
126
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
127
- */
124
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
128
125
  get type(): "geo-rss";
129
126
  /** The URL pointing to a GeoRSS file. This must be publicly available. */
130
127
  accessor url: string | null | undefined;
@@ -199,10 +199,7 @@ export default class GraphicsLayer extends GraphicsLayerSuperclass {
199
199
  * @since 4.4
200
200
  */
201
201
  accessor screenSizePerspectiveEnabled: boolean;
202
- /**
203
- *
204
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
205
- */
202
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
206
203
  get type(): "graphics";
207
204
  /**
208
205
  * Adds a graphic to the layer's graphic collection. The [Collection#@before-changes](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Collection.html#event-before-changes),
@@ -171,10 +171,7 @@ export default class GroupLayer extends GroupLayerSuperclass {
171
171
  * layer.minScale = 0;
172
172
  */
173
173
  accessor minScale: number;
174
- /**
175
- *
176
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
177
- */
174
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
178
175
  get type(): "group";
179
176
  /**
180
177
  * Indicates how to manage the visibility of the children layers. Possible values
@@ -320,10 +320,7 @@ export default class ImageryLayer extends ImageryLayerSuperclass {
320
320
  * @since 4.34
321
321
  */
322
322
  accessor screenSizePerspectiveEnabled: boolean;
323
- /**
324
- *
325
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
326
- */
323
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
327
324
  get type(): "imagery";
328
325
  /**
329
326
  * Creates a default popup template for the layer, populated with all the fields of the layer.
@@ -703,10 +703,7 @@ export default class ImageryTileLayer extends ImageryTileLayerSuperclass {
703
703
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
704
704
  */
705
705
  accessor title: string | null | undefined;
706
- /**
707
- *
708
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
709
- */
706
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
710
707
  get type(): "imagery-tile";
711
708
  /**
712
709
  * The URL of the REST endpoint of the layer. The URL may either point to a resource on ArcGIS Enterprise or ArcGIS Online.
@@ -179,10 +179,7 @@ export default class IntegratedMesh3DTilesLayer extends IntegratedMesh3DTilesLay
179
179
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
180
180
  */
181
181
  accessor title: string | null | undefined;
182
- /**
183
- *
184
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
185
- */
182
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
186
183
  get type(): "integrated-mesh-3dtiles";
187
184
  /** The URL of the root json file. */
188
185
  accessor url: string | null | undefined;
@@ -178,10 +178,7 @@ export default class IntegratedMeshLayer extends IntegratedMeshLayerSuperclass {
178
178
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
179
179
  */
180
180
  accessor title: string | null | undefined;
181
- /**
182
- *
183
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
184
- */
181
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
185
182
  get type(): "integrated-mesh";
186
183
  /**
187
184
  * Saves the layer to its existing portal item in the [Portal](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html)
@@ -54,10 +54,7 @@ export default class KMLLayer extends KMLLayerSuperclass {
54
54
  set sublayers(value: ReadonlyArrayOrCollection<KMLSublayerProperties> | null | undefined);
55
55
  /** The title of the layer used to identify it in places such as the [LayerList](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html) widget. */
56
56
  accessor title: string | null | undefined;
57
- /**
58
- *
59
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
60
- */
57
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
61
58
  get type(): "kml";
62
59
  /** The publicly accessible URL for a .kml or .kmz file. */
63
60
  accessor url: string | null | undefined;
package/layers/Layer.d.ts CHANGED
@@ -309,11 +309,10 @@ export default abstract class Layer extends LayerSuperclass {
309
309
  */
310
310
  accessor id: string;
311
311
  /**
312
- *
313
312
  * Indicates how the layer should display in the [Layer List](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-layer-list/) component.
314
313
  * The possible values are listed below.
315
314
  *
316
- * alue | Description
315
+ * Value | Description
317
316
  * -----|------------
318
317
  * show | The layer is visible in the table of contents.
319
318
  * hide | The layer is hidden in the table of contents.
@@ -373,10 +372,7 @@ export default abstract class Layer extends LayerSuperclass {
373
372
  * in the webmap/webscene will be used.
374
373
  */
375
374
  accessor title: string | null | undefined;
376
- /**
377
- *
378
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
379
- */
375
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
380
376
  get type(): LayerType;
381
377
  /**
382
378
  * Specifies a fixed [time extent](https://developers.arcgis.com/javascript/latest/api-reference/esri-time-TimeExtent.html) during which a layer should be visible. This property can be used to configure a layer that does not have time values
@@ -160,10 +160,7 @@ export default class LineOfSightLayer extends LineOfSightLayerSuperclass {
160
160
  */
161
161
  get targets(): Collection<LineOfSightAnalysisTarget> | null | undefined;
162
162
  set targets(value: ReadonlyArrayOrCollection<LineOfSightAnalysisTargetProperties> | null);
163
- /**
164
- *
165
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
166
- */
163
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
167
164
  get type(): "line-of-sight";
168
165
  }
169
166
  declare const LineOfSightLayerSuperclass: typeof Layer & typeof OperationalLayer
@@ -611,10 +611,7 @@ export default class MapImageLayer extends MapImageLayerSuperclass {
611
611
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
612
612
  */
613
613
  accessor title: string | null | undefined;
614
- /**
615
- *
616
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
617
- */
614
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
618
615
  get type(): "map-image";
619
616
  /**
620
617
  * The URL to the REST endpoint of the map service.
@@ -171,10 +171,7 @@ export default class MapNotesLayer extends MapNotesLayerSuperclass {
171
171
  * @default "Map Notes"
172
172
  */
173
173
  accessor title: string | null | undefined;
174
- /**
175
- *
176
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
177
- */
174
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
178
175
  get type(): "map-notes";
179
176
  }
180
177
  declare const MapNotesLayerSuperclass: typeof Layer & typeof PortalLayer & typeof OperationalLayer & typeof ScaleRangeLayer & typeof BlendLayer
@@ -170,10 +170,7 @@ export default class MediaLayer extends MediaLayerSuperclass {
170
170
  */
171
171
  get spatialReference(): SpatialReference;
172
172
  set spatialReference(value: SpatialReferenceProperties);
173
- /**
174
- *
175
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
176
- */
173
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
177
174
  get type(): "media";
178
175
  /**
179
176
  * Saves the layer to its existing portal item in the [Portal](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html)
@@ -412,10 +412,7 @@ export default class OGCFeatureLayer extends OGCFeatureLayerSuperclass {
412
412
  * });
413
413
  */
414
414
  accessor title: string | null | undefined;
415
- /**
416
- *
417
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
418
- */
415
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
419
416
  get type(): "ogc-feature";
420
417
  /**
421
418
  * The URL to the server.
@@ -767,10 +767,7 @@ export default class OrientedImageryLayer extends __FeatureLayerSansType {
767
767
  * @example layer.verticalFieldOfView = 20;
768
768
  */
769
769
  accessor timeIntervalUnit: TimeIntervalUnit;
770
- /**
771
- *
772
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
773
- */
770
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
774
771
  get type(): "oriented-imagery";
775
772
  /**
776
773
  * The URL of the Oriented Imagery layer service.
@@ -505,10 +505,7 @@ export default class ParquetLayer extends ParquetLayerSuperclass {
505
505
  */
506
506
  get spatialReference(): SpatialReference;
507
507
  set spatialReference(value: SpatialReferenceProperties);
508
- /**
509
- *
510
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
511
- */
508
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
512
509
  get type(): "parquet";
513
510
  /**
514
511
  * Collection of urls for Parquet files.
@@ -340,10 +340,7 @@ export default class PointCloudLayer extends PointCloudLayerSuperclass {
340
340
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
341
341
  */
342
342
  accessor title: string | null | undefined;
343
- /**
344
- *
345
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
346
- */
343
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
347
344
  get type(): "point-cloud";
348
345
  /**
349
346
  * Creates a default popup template for the layer, populated with all the fields of the layer. The field CLASS_CODE is decoded with the category name.
@@ -238,10 +238,7 @@ export default class RouteLayer extends RouteLayerSuperclass {
238
238
  * The title will default to the name of the solved route or "Route" if unsolved.
239
239
  */
240
240
  accessor title: string | null | undefined;
241
- /**
242
- *
243
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
244
- */
241
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
245
242
  get type(): "route";
246
243
  /**
247
244
  * The URL of the REST endpoint of the Route service.
@@ -427,7 +424,7 @@ export default class RouteLayer extends RouteLayerSuperclass {
427
424
  /**
428
425
  * Updates the layer with the results from a solved route layer.
429
426
  *
430
- * @param routeLayerSolveResult - See the table below for details of each parameter that may be passed to this method.
427
+ * @param routeLayerSolveResult - The results from a solved route layer.
431
428
  * @see [solve()](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#solve)
432
429
  */
433
430
  update(routeLayerSolveResult: RouteLayerSolveResult): void;
@@ -1055,10 +1055,7 @@ export default class SceneLayer extends SceneLayerSuperclass {
1055
1055
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
1056
1056
  */
1057
1057
  accessor title: string | null | undefined;
1058
- /**
1059
- *
1060
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
1061
- */
1058
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
1062
1059
  get type(): "scene";
1063
1060
  /**
1064
1061
  * Determines if the layer will update its temporal data based on the view's
@@ -188,7 +188,6 @@ export default class SubtypeGroupLayer extends SubtypeGroupLayerSuperclass {
188
188
  * Determines if the layer is editable.
189
189
  *
190
190
  * @default true
191
- * @since 4.18
192
191
  * @see [applyEdits()](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#applyEdits)
193
192
  */
194
193
  get editingEnabled(): boolean;
@@ -286,10 +285,7 @@ export default class SubtypeGroupLayer extends SubtypeGroupLayerSuperclass {
286
285
  */
287
286
  get sublayers(): Collection<SubtypeSublayer>;
288
287
  set sublayers(value: ReadonlyArrayOrCollection<SubtypeSublayerProperties>);
289
- /**
290
- *
291
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
292
- */
288
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
293
289
  get type(): "subtype-group";
294
290
  /**
295
291
  * Adds an attachment to a feature. This operation is available only if the layer's
@@ -300,7 +296,6 @@ export default class SubtypeGroupLayer extends SubtypeGroupLayerSuperclass {
300
296
  * @returns When resolved, a [FeatureEditResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-graphics-editingSupport.html#FeatureEditResult)
301
297
  * object is returned. FeatureEditResult indicates whether or not the edit was successful. If successful, the `objectId` of the result is the Id of
302
298
  * the new attachment. If unsuccessful, it also includes an error `name` and error `message`.
303
- * @since 4.9
304
299
  * @see [capabilities.data.supportsAttachment](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#capabilities)
305
300
  * @example
306
301
  * view.when(function () {
@@ -459,7 +454,6 @@ export default class SubtypeGroupLayer extends SubtypeGroupLayerSuperclass {
459
454
  * @returns When resolved, an array of [FeatureEditResults](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-graphics-editingSupport.html#FeatureEditResult)
460
455
  * is returned. FeatureEditResult indicates whether or not the edit was successful. If successful, the `objectId` of the result is the Id of
461
456
  * the new attachment. If unsuccessful, it also includes an error `name` and error `message`.
462
- * @since 4.9
463
457
  * @see [capabilities.data.supportsAttachment](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#capabilities)
464
458
  */
465
459
  deleteAttachments(feature: Graphic, attachmentIds: number[]): Promise<FeatureEditResult[]>;
@@ -499,7 +493,6 @@ export default class SubtypeGroupLayer extends SubtypeGroupLayerSuperclass {
499
493
  *
500
494
  * @returns Resolves when all the sublayers have been [loaded](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#loaded).
501
495
  * Rejects if one or more of the sublayers failed to load.
502
- * @since 4.15
503
496
  * @see [load()](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#load)
504
497
  * @example
505
498
  * // Load all resources but ignore if one or more of them failed to load
@@ -531,7 +524,6 @@ export default class SubtypeGroupLayer extends SubtypeGroupLayerSuperclass {
531
524
  * @returns When resolved, returns an object containing
532
525
  * [AttachmentInfos](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-query-support-AttachmentInfo.html) grouped by the source
533
526
  * feature objectIds.
534
- * @since 4.9
535
527
  * @see [capabilities.data.supportsAttachment](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#capabilities)
536
528
  * @see [capabilities.operations.supportsQueryAttachments](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#capabilities)
537
529
  * @example
@@ -788,7 +780,6 @@ export default class SubtypeGroupLayer extends SubtypeGroupLayerSuperclass {
788
780
  * @returns When resolved, returns [FeatureSets](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html) grouped
789
781
  * by source layer/table objectIds. Each [FeatureSet](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html) contains an array of [Graphic](https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html)
790
782
  * features including the values of the fields requested by the user.
791
- * @since 4.9
792
783
  * @see [relationships property](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#relationships)
793
784
  * @see [Sample - Query Related Features](https://developers.arcgis.com/javascript/latest/sample-code/query-related-features/)
794
785
  * @example
@@ -829,7 +820,6 @@ export default class SubtypeGroupLayer extends SubtypeGroupLayerSuperclass {
829
820
  * @param options - An object with the following properties.
830
821
  * @returns When resolved, returns a hashmap containing key value pairs. Key in this case is the `objectId`
831
822
  * of the feature and value is the number of related features.
832
- * @since 4.17
833
823
  * @see [relationships property](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#relationships)
834
824
  * @see [Sample - Query Related Features](https://developers.arcgis.com/javascript/latest/sample-code/query-related-features/)
835
825
  * @example
@@ -898,7 +888,6 @@ export default class SubtypeGroupLayer extends SubtypeGroupLayerSuperclass {
898
888
  * @returns When resolved, a [FeatureEditResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-graphics-editingSupport.html#FeatureEditResult)
899
889
  * object is returned. FeatureEditResult indicates whether or not the edit was successful. If successful, the `objectId` of the result is the Id of
900
890
  * the new attachment. If unsuccessful, it also includes an error `name` and error `message`.
901
- * @since 4.9
902
891
  * @see [capabilities.data.supportsAttachment](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#capabilities)
903
892
  */
904
893
  updateAttachment(feature: Graphic, attachmentId: number, attachment: HTMLFormElement | FormData): Promise<FeatureEditResult>;
@@ -167,10 +167,7 @@ export default class TileLayer extends TileLayerSuperclass {
167
167
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
168
168
  */
169
169
  accessor title: string | null | undefined;
170
- /**
171
- *
172
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
173
- */
170
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
174
171
  get type(): "tile";
175
172
  /**
176
173
  * The URL of the REST endpoint of the layer. The URL may either point to a
@@ -21,10 +21,7 @@ export interface UnknownLayerProperties extends LayerProperties, PortalLayerProp
21
21
  */
22
22
  export default class UnknownLayer extends UnknownLayerSuperclass {
23
23
  constructor(properties?: UnknownLayerProperties);
24
- /**
25
- *
26
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
27
- */
24
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
28
25
  get type(): "unknown";
29
26
  }
30
27
  declare const UnknownLayerSuperclass: typeof Layer & typeof PortalLayer
@@ -25,10 +25,7 @@ export default class UnsupportedLayer extends UnsupportedLayerSuperclass {
25
25
  * @since 4.28
26
26
  */
27
27
  get persistenceEnabled(): boolean;
28
- /**
29
- *
30
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
31
- */
28
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
32
29
  get type(): "unsupported";
33
30
  }
34
31
  declare const UnsupportedLayerSuperclass: typeof Layer & typeof PortalLayer
@@ -589,10 +589,7 @@ export default class VectorTileLayer extends VectorTileLayerSuperclass {
589
589
  * Finally, if a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
590
590
  */
591
591
  accessor title: string | null | undefined;
592
- /**
593
- *
594
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
595
- */
592
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
596
593
  get type(): "vector-tile";
597
594
  /**
598
595
  * The URL to the [vector tile service](https://developers.arcgis.com/rest/services-reference/enterprise/vector-tile-service/),
@@ -513,10 +513,7 @@ export default class VideoLayer extends VideoLayerSuperclass {
513
513
  * videoLayer.title = "My Video Layer";
514
514
  */
515
515
  accessor title: string | null | undefined;
516
- /**
517
- *
518
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
519
- */
516
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
520
517
  get type(): "video";
521
518
  /** The URL to the REST endpoint of the video service. */
522
519
  accessor url: string | null | undefined;
@@ -123,10 +123,7 @@ export default class ViewshedLayer extends ViewshedLayerSuperclass {
123
123
  * If a layer is loaded as part of a webscene, then the title of the layer as stored in the webscene will be used.
124
124
  */
125
125
  accessor title: string | null | undefined;
126
- /**
127
- *
128
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
129
- */
126
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
130
127
  get type(): "viewshed";
131
128
  }
132
129
  declare const ViewshedLayerSuperclass: typeof Layer & typeof OperationalLayer
@@ -538,10 +538,7 @@ export default class VoxelLayer extends VoxelLayerSuperclass {
538
538
  */
539
539
  get timeOffset(): TimeInterval | null | undefined;
540
540
  set timeOffset(value: TimeIntervalProperties | null | undefined);
541
- /**
542
- *
543
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
544
- */
541
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
545
542
  get type(): "voxel";
546
543
  /**
547
544
  * Determines if the layer will update its temporal data based on the view's
@@ -216,10 +216,7 @@ export default class WCSLayer extends WCSLayerSuperclass {
216
216
  }) | (FlowRendererProperties & {
217
217
  type: "flow";
218
218
  }) | null | undefined);
219
- /**
220
- *
221
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
222
- */
219
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
223
220
  get type(): "wcs";
224
221
  /** The URL of the WCS service endpoint of the layer. */
225
222
  url: string;
@@ -595,10 +595,7 @@ export default class WFSLayer extends WFSLayerSuperclass {
595
595
  * @default "WFS"
596
596
  */
597
597
  accessor title: string | null | undefined;
598
- /**
599
- *
600
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
601
- */
598
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
602
599
  get type(): "wfs";
603
600
  /**
604
601
  * The url to the WFS service. The service must be version 2.0.0, and must support GeoJSON data.
@@ -778,10 +778,7 @@ export default class WMSLayer extends WMSLayerSuperclass {
778
778
  * If a layer is loaded as part of a webmap or a webscene, then the title of the layer as stored in the webmap/webscene will be used.
779
779
  */
780
780
  accessor title: string | null | undefined;
781
- /**
782
- *
783
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
784
- */
781
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
785
782
  get type(): "wms";
786
783
  /** The URL of the WMS service. */
787
784
  accessor url: string;