@arcgis/core 4.32.0-next.20250119 → 4.32.0-next.20250121

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 (29) hide show
  1. package/assets/esri/core/workers/RemoteClient.js +1 -1
  2. package/assets/esri/core/workers/chunks/52b28aab40bb19e585bb.js +1 -0
  3. package/assets/esri/core/workers/chunks/{b372a0aab338a5ecad7c.js → 54f90273f0c8b74905dc.js} +1 -1
  4. package/assets/esri/core/workers/chunks/602c67fe1061ec5a3fa5.js +1 -0
  5. package/assets/esri/core/workers/chunks/{a40318ec20661bbe7a89.js → 74ba752dfab8ea5b6d2a.js} +1 -1
  6. package/assets/esri/core/workers/chunks/{bdddf584ac34b6a88b2d.js → d5c93caa3a8bb06a0b3f.js} +1 -1
  7. package/assets/esri/core/workers/chunks/e4f4ad67d778dea5b956.js +1 -0
  8. package/assets/esri/core/workers/chunks/{ddada3c7f4bdf694e81a.js → fe441754962c8f8eebff.js} +25 -17
  9. package/assets/esri/libs/dxtEncoder/dxt_encoder.wasm +0 -0
  10. package/chunks/BloomComposition.glsl.js +6 -6
  11. package/chunks/ComponentShader.glsl.js +3 -3
  12. package/chunks/Fog.glsl.js +2 -2
  13. package/chunks/Terrain.glsl.js +6 -6
  14. package/chunks/dxt_encoder.js +5 -0
  15. package/interfaces.d.ts +423 -687
  16. package/layers/WMSLayer.js +1 -1
  17. package/libs/dxtEncoder/DXTEncoder.js +5 -0
  18. package/package.json +1 -1
  19. package/rest/support/ImageSampleParameters.js +1 -1
  20. package/support/revision.js +1 -1
  21. package/views/3d/terrain/TerrainRenderer.js +1 -1
  22. package/views/3d/webgl-engine/core/renderPasses/RenderPass.js +1 -1
  23. package/views/3d/webgl-engine/core/shaderLibrary/output/OutputHighlight.glsl.js +6 -8
  24. package/views/3d/webgl-engine/lib/Renderer.js +1 -1
  25. package/views/3d/webgl-engine/lib/TextureCompressionWorker.js +1 -1
  26. package/widgets/BuildingExplorer/BuildingLevel.js +1 -1
  27. package/widgets/BuildingExplorer/BuildingPhase.js +1 -1
  28. package/assets/esri/core/workers/chunks/8637dcdb58b0bc772c02.js +0 -1
  29. package/assets/esri/core/workers/chunks/bba3ff3d9941d5c6bd48.js +0 -1
package/interfaces.d.ts CHANGED
@@ -10621,7 +10621,7 @@ declare namespace __esri {
10621
10621
  *
10622
10622
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html#isSelfIntersecting Read more...}
10623
10623
  */
10624
- isSelfIntersecting: boolean;
10624
+ readonly isSelfIntersecting: boolean;
10625
10625
  /**
10626
10626
  * An array of rings.
10627
10627
  *
@@ -10734,13 +10734,6 @@ declare namespace __esri {
10734
10734
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html#curveRings Read more...}
10735
10735
  */
10736
10736
  curveRings?: any[][] | undefined;
10737
- /**
10738
- * Checks to see if polygon rings cross each other and indicates if the polygon is
10739
- * self-intersecting, which means the ring of the polygon crosses itself.
10740
- *
10741
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html#isSelfIntersecting Read more...}
10742
- */
10743
- isSelfIntersecting?: boolean;
10744
10737
  /**
10745
10738
  * An array of rings.
10746
10739
  *
@@ -15712,7 +15705,7 @@ declare namespace __esri {
15712
15705
  *
15713
15706
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CatalogLayer.html#fields Read more...}
15714
15707
  */
15715
- fields: Field[] | nullish;
15708
+ readonly fields: Field[] | nullish;
15716
15709
  /**
15717
15710
  * A convenient property that can be used to make case-insensitive lookups for a field by name.
15718
15711
  *
@@ -16202,12 +16195,6 @@ declare namespace __esri {
16202
16195
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CatalogLayer.html#elevationInfo Read more...}
16203
16196
  */
16204
16197
  elevationInfo?: FeatureLayerBaseElevationInfoProperties | nullish;
16205
- /**
16206
- * An array of fields in the layer.
16207
- *
16208
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CatalogLayer.html#fields Read more...}
16209
- */
16210
- fields?: Field[] | nullish;
16211
16198
  /**
16212
16199
  * When a feature layer is configured as floor-aware, it has a floorInfo property defined.
16213
16200
  *
@@ -16488,12 +16475,6 @@ declare namespace __esri {
16488
16475
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#effect Read more...}
16489
16476
  */
16490
16477
  effect: Effect | nullish;
16491
- /**
16492
- * An array of fields in the layer.
16493
- *
16494
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#fields Read more...}
16495
- */
16496
- fields: Field[];
16497
16478
  /**
16498
16479
  * A convenient property that can be used to make case-insensitive lookups for a field by name.
16499
16480
  *
@@ -16648,6 +16629,13 @@ declare namespace __esri {
16648
16629
  | (FeatureReductionClusterProperties & { type: "cluster" })
16649
16630
  | (FeatureReductionSelectionProperties & { type: "selection" })
16650
16631
  | nullish);
16632
+ /**
16633
+ * An array of fields in the layer.
16634
+ *
16635
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#fields Read more...}
16636
+ */
16637
+ get fields(): Field[];
16638
+ set fields(value: FieldProperties[]);
16651
16639
  /**
16652
16640
  * The label definition for this layer, specified as an array of
16653
16641
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html LabelClass}.
@@ -16916,7 +16904,7 @@ declare namespace __esri {
16916
16904
  *
16917
16905
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#fields Read more...}
16918
16906
  */
16919
- fields?: Field[];
16907
+ fields?: FieldProperties[];
16920
16908
  /**
16921
16909
  * The geometry type of features in the CSVLayer.
16922
16910
  *
@@ -17783,12 +17771,6 @@ declare namespace __esri {
17783
17771
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#subtypes Read more...}
17784
17772
  */
17785
17773
  declare readonly subtypes: FeatureLayerBase["subtypes"];
17786
- /**
17787
- * An array of feature templates defined in the feature layer.
17788
- *
17789
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#templates Read more...}
17790
- */
17791
- templates: FeatureTemplate[] | nullish;
17792
17774
  /**
17793
17775
  * The title of the layer used to identify it in places such as the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html Legend}
17794
17776
  * and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html LayerList} widgets.
@@ -17803,12 +17785,6 @@ declare namespace __esri {
17803
17785
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#typeIdField Read more...}
17804
17786
  */
17805
17787
  typeIdField: string | nullish;
17806
- /**
17807
- * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureType.html types} defined in the feature service exposed by ArcGIS REST API.
17808
- *
17809
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#types Read more...}
17810
- */
17811
- types: FeatureType[] | nullish;
17812
17788
  /**
17813
17789
  * The absolute URL of the REST endpoint of the layer, non-spatial table or service.
17814
17790
  *
@@ -17964,6 +17940,13 @@ declare namespace __esri {
17964
17940
  */
17965
17941
  get spatialReference(): SpatialReference;
17966
17942
  set spatialReference(value: SpatialReferenceProperties);
17943
+ /**
17944
+ * An array of feature templates defined in the feature layer.
17945
+ *
17946
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#templates Read more...}
17947
+ */
17948
+ get templates(): FeatureTemplate[] | nullish;
17949
+ set templates(value: FeatureTemplateProperties[] | nullish);
17967
17950
  /**
17968
17951
  * The layer's time extent.
17969
17952
  *
@@ -17995,6 +17978,13 @@ declare namespace __esri {
17995
17978
  */
17996
17979
  get timeOffset(): TimeInterval | nullish;
17997
17980
  set timeOffset(value: TimeIntervalProperties | nullish);
17981
+ /**
17982
+ * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureType.html types} defined in the feature service exposed by ArcGIS REST API.
17983
+ *
17984
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#types Read more...}
17985
+ */
17986
+ get types(): FeatureType[] | nullish;
17987
+ set types(value: FeatureTypeProperties[] | nullish);
17998
17988
  /**
17999
17989
  * Adds an attachment to a feature.
18000
17990
  *
@@ -18591,7 +18581,7 @@ declare namespace __esri {
18591
18581
  *
18592
18582
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#templates Read more...}
18593
18583
  */
18594
- templates?: FeatureTemplate[] | nullish;
18584
+ templates?: FeatureTemplateProperties[] | nullish;
18595
18585
  /**
18596
18586
  * The layer's time extent.
18597
18587
  *
@@ -18632,7 +18622,7 @@ declare namespace __esri {
18632
18622
  *
18633
18623
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#types Read more...}
18634
18624
  */
18635
- types?: FeatureType[] | nullish;
18625
+ types?: FeatureTypeProperties[] | nullish;
18636
18626
  /**
18637
18627
  * The absolute URL of the REST endpoint of the layer, non-spatial table or service.
18638
18628
  *
@@ -19155,12 +19145,6 @@ declare namespace __esri {
19155
19145
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#screenSizePerspectiveEnabled Read more...}
19156
19146
  */
19157
19147
  screenSizePerspectiveEnabled: boolean;
19158
- /**
19159
- * An array of feature templates defined in the layer.
19160
- *
19161
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#templates Read more...}
19162
- */
19163
- templates: FeatureTemplate[] | nullish;
19164
19148
  readonly type: "geojson";
19165
19149
  /**
19166
19150
  * The URL of the GeoJSON file.
@@ -19268,6 +19252,13 @@ declare namespace __esri {
19268
19252
  */
19269
19253
  get spatialReference(): SpatialReference;
19270
19254
  set spatialReference(value: SpatialReferenceProperties);
19255
+ /**
19256
+ * An array of feature templates defined in the layer.
19257
+ *
19258
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#templates Read more...}
19259
+ */
19260
+ get templates(): FeatureTemplate[] | nullish;
19261
+ set templates(value: FeatureTemplateProperties[] | nullish);
19271
19262
  /**
19272
19263
  * The layer's time extent.
19273
19264
  *
@@ -19596,7 +19587,7 @@ declare namespace __esri {
19596
19587
  *
19597
19588
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#templates Read more...}
19598
19589
  */
19599
- templates?: FeatureTemplate[] | nullish;
19590
+ templates?: FeatureTemplateProperties[] | nullish;
19600
19591
  /**
19601
19592
  * The layer's time extent.
19602
19593
  *
@@ -20451,7 +20442,7 @@ declare namespace __esri {
20451
20442
  *
20452
20443
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#capabilities Read more...}
20453
20444
  */
20454
- declare capabilities: ArcGISImageService["capabilities"];
20445
+ declare readonly capabilities: ArcGISImageService["capabilities"];
20455
20446
  /**
20456
20447
  * The compression quality value.
20457
20448
  *
@@ -20504,7 +20495,7 @@ declare namespace __esri {
20504
20495
  *
20505
20496
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#fields Read more...}
20506
20497
  */
20507
- declare fields: ArcGISImageService["fields"];
20498
+ declare readonly fields: ArcGISImageService["fields"];
20508
20499
  /**
20509
20500
  * A convenient property that can be used to make case-insensitive lookups for a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#fields field} by name.
20510
20501
  *
@@ -20522,7 +20513,7 @@ declare namespace __esri {
20522
20513
  *
20523
20514
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#hasMultidimensions Read more...}
20524
20515
  */
20525
- declare hasMultidimensions: ArcGISImageService["hasMultidimensions"];
20516
+ declare readonly hasMultidimensions: ArcGISImageService["hasMultidimensions"];
20526
20517
  /**
20527
20518
  * Indicates the maximum height of the image exported by the service.
20528
20519
  *
@@ -20596,7 +20587,7 @@ declare namespace __esri {
20596
20587
  *
20597
20588
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#objectIdField Read more...}
20598
20589
  */
20599
- declare objectIdField: ArcGISImageService["objectIdField"];
20590
+ declare readonly objectIdField: ArcGISImageService["objectIdField"];
20600
20591
  /**
20601
20592
  * Enable persistence of the layer in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html WebMap} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html WebScene}.
20602
20593
  *
@@ -21124,12 +21115,6 @@ declare namespace __esri {
21124
21115
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#blendMode Read more...}
21125
21116
  */
21126
21117
  blendMode?: BlendLayerProperties["blendMode"];
21127
- /**
21128
- * Describes the layer's supported capabilities.
21129
- *
21130
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#capabilities Read more...}
21131
- */
21132
- capabilities?: ArcGISImageServiceProperties["capabilities"];
21133
21118
  /**
21134
21119
  * The compression quality value.
21135
21120
  *
@@ -21167,24 +21152,12 @@ declare namespace __esri {
21167
21152
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#effect Read more...}
21168
21153
  */
21169
21154
  effect?: Effect | nullish;
21170
- /**
21171
- * An array of fields in the layer.
21172
- *
21173
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#fields Read more...}
21174
- */
21175
- fields?: ArcGISImageServiceProperties["fields"];
21176
21155
  /**
21177
21156
  * The format of the exported image.
21178
21157
  *
21179
21158
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#format Read more...}
21180
21159
  */
21181
21160
  format?: ArcGISImageServiceProperties["format"];
21182
- /**
21183
- * Indicates if the layer has {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#multidimensionalInfo multidimensionalInfo}.
21184
- *
21185
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#hasMultidimensions Read more...}
21186
- */
21187
- hasMultidimensions?: ArcGISImageServiceProperties["hasMultidimensions"];
21188
21161
  /**
21189
21162
  * Indicates the maximum height of the image exported by the service.
21190
21163
  *
@@ -21245,13 +21218,6 @@ declare namespace __esri {
21245
21218
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#noDataInterpretation Read more...}
21246
21219
  */
21247
21220
  noDataInterpretation?: ArcGISImageServiceProperties["noDataInterpretation"];
21248
- /**
21249
- * The name of an `oid` {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#fields field} containing
21250
- * a unique value or identifier for each raster in the layer.
21251
- *
21252
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#objectIdField Read more...}
21253
- */
21254
- objectIdField?: ArcGISImageServiceProperties["objectIdField"];
21255
21221
  /**
21256
21222
  * Enable persistence of the layer in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html WebMap} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html WebScene}.
21257
21223
  *
@@ -23491,7 +23457,7 @@ declare namespace __esri {
23491
23457
  *
23492
23458
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#persistenceEnabled Read more...}
23493
23459
  */
23494
- persistenceEnabled: boolean;
23460
+ readonly persistenceEnabled: boolean;
23495
23461
  /**
23496
23462
  * The title of the layer used to identify it in places such as the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html LayerList} widget.
23497
23463
  *
@@ -23721,12 +23687,6 @@ declare namespace __esri {
23721
23687
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#parent Read more...}
23722
23688
  */
23723
23689
  parent?: Map | Basemap | Ground | GroupLayer | CatalogDynamicGroupLayer | CatalogLayer | nullish;
23724
- /**
23725
- * When `true`, the layer can be persisted.
23726
- *
23727
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#persistenceEnabled Read more...}
23728
- */
23729
- persistenceEnabled?: boolean;
23730
23690
  /**
23731
23691
  * The title of the layer used to identify it in places such as the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html LayerList} widget.
23732
23692
  *
@@ -24873,23 +24833,23 @@ declare namespace __esri {
24873
24833
 
24874
24834
  export class ArcGISImageService {
24875
24835
  bandIds: number[] | nullish;
24876
- capabilities: ArcGISImageServiceCapabilities;
24836
+ readonly capabilities: ArcGISImageServiceCapabilities;
24877
24837
  compressionQuality: number | nullish;
24878
24838
  compressionTolerance: number;
24879
24839
  copyright: string | nullish;
24880
24840
  readonly defaultMosaicRule: MosaicRule | nullish;
24881
24841
  definitionExpression: string | nullish;
24882
- fields: Field[];
24842
+ readonly fields: Field[];
24883
24843
  readonly fieldsIndex: FieldsIndex | nullish;
24884
24844
  format: "png" | "png8" | "png24" | "png32" | "jpg" | "bmp" | "gif" | "jpgpng" | "lerc" | "tiff" | "bip" | "bsq";
24885
- hasMultidimensions: boolean;
24845
+ readonly hasMultidimensions: boolean;
24886
24846
  imageMaxHeight: number;
24887
24847
  imageMaxWidth: number;
24888
24848
  interpolation: "nearest" | "bilinear" | "cubic" | "majority";
24889
24849
  readonly multidimensionalInfo: RasterMultidimensionalInfo | nullish;
24890
24850
  noData: number | number[] | nullish;
24891
24851
  noDataInterpretation: "any" | "all" | nullish;
24892
- objectIdField: string;
24852
+ readonly objectIdField: string;
24893
24853
  pixelFilter: PixelFilterFunction | nullish;
24894
24854
  pixelType: | "unknown"
24895
24855
  | "s8"
@@ -25196,14 +25156,11 @@ declare namespace __esri {
25196
25156
 
25197
25157
  interface ArcGISImageServiceProperties {
25198
25158
  bandIds?: number[] | nullish;
25199
- capabilities?: ArcGISImageServiceCapabilities;
25200
25159
  compressionQuality?: number | nullish;
25201
25160
  compressionTolerance?: number;
25202
25161
  copyright?: string | nullish;
25203
25162
  definitionExpression?: string | nullish;
25204
- fields?: Field[];
25205
25163
  format?: "png" | "png8" | "png24" | "png32" | "jpg" | "bmp" | "gif" | "jpgpng" | "lerc" | "tiff" | "bip" | "bsq";
25206
- hasMultidimensions?: boolean;
25207
25164
  imageMaxHeight?: number;
25208
25165
  imageMaxWidth?: number;
25209
25166
  interpolation?: "nearest" | "bilinear" | "cubic" | "majority";
@@ -25211,7 +25168,6 @@ declare namespace __esri {
25211
25168
  multidimensionalSubset?: MultidimensionalSubsetProperties | nullish;
25212
25169
  noData?: number | number[] | nullish;
25213
25170
  noDataInterpretation?: "any" | "all" | nullish;
25214
- objectIdField?: string;
25215
25171
  pixelFilter?: PixelFilterFunction | nullish;
25216
25172
  pixelType?: | "unknown"
25217
25173
  | "s8"
@@ -27732,12 +27688,6 @@ declare namespace __esri {
27732
27688
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-PointCloudLayer.html#elevationInfo Read more...}
27733
27689
  */
27734
27690
  elevationInfo: PointCloudLayerElevationInfo;
27735
- /**
27736
- * An array of fields accessible in the layer.
27737
- *
27738
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-PointCloudLayer.html#fields Read more...}
27739
- */
27740
- fields: Field[];
27741
27691
  /**
27742
27692
  * A convenient property that can be used to make case-insensitive lookups for a field by name.
27743
27693
  *
@@ -27818,6 +27768,13 @@ declare namespace __esri {
27818
27768
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-PointCloudLayer.html Read more...}
27819
27769
  */
27820
27770
  constructor(properties?: PointCloudLayerProperties);
27771
+ /**
27772
+ * An array of fields accessible in the layer.
27773
+ *
27774
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-PointCloudLayer.html#fields Read more...}
27775
+ */
27776
+ get fields(): Field[];
27777
+ set fields(value: FieldProperties[]);
27821
27778
  /**
27822
27779
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-pointCloudFilters-PointCloudFilter.html pointCloudFilters} used to filter points.
27823
27780
  *
@@ -27933,7 +27890,7 @@ declare namespace __esri {
27933
27890
  *
27934
27891
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-PointCloudLayer.html#fields Read more...}
27935
27892
  */
27936
- fields?: Field[];
27893
+ fields?: FieldProperties[];
27937
27894
  /**
27938
27895
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-pointCloudFilters-PointCloudFilter.html pointCloudFilters} used to filter points.
27939
27896
  *
@@ -28389,13 +28346,6 @@ declare namespace __esri {
28389
28346
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#geometryType Read more...}
28390
28347
  */
28391
28348
  geometryType: "point" | "mesh";
28392
- /**
28393
- * The label definition for this layer, specified as an array of
28394
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html LabelClass}.
28395
- *
28396
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#labelingInfo Read more...}
28397
- */
28398
- labelingInfo: LabelClass[] | nullish;
28399
28349
  /**
28400
28350
  * Indicates whether to display labels for this layer.
28401
28351
  *
@@ -28534,6 +28484,14 @@ declare namespace __esri {
28534
28484
  */
28535
28485
  get floorInfo(): LayerFloorInfo | nullish;
28536
28486
  set floorInfo(value: LayerFloorInfoProperties | nullish);
28487
+ /**
28488
+ * The label definition for this layer, specified as an array of
28489
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html LabelClass}.
28490
+ *
28491
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#labelingInfo Read more...}
28492
+ */
28493
+ get labelingInfo(): LabelClass[] | nullish;
28494
+ set labelingInfo(value: LabelClassProperties[] | nullish);
28537
28495
  /**
28538
28496
  * The popup template for the layer.
28539
28497
  *
@@ -28841,7 +28799,7 @@ declare namespace __esri {
28841
28799
  *
28842
28800
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#labelingInfo Read more...}
28843
28801
  */
28844
- labelingInfo?: LabelClass[] | nullish;
28802
+ labelingInfo?: LabelClassProperties[] | nullish;
28845
28803
  /**
28846
28804
  * Indicates whether to display labels for this layer.
28847
28805
  *
@@ -29924,7 +29882,7 @@ declare namespace __esri {
29924
29882
  *
29925
29883
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#editingEnabled Read more...}
29926
29884
  */
29927
- editingEnabled: boolean;
29885
+ readonly editingEnabled: boolean;
29928
29886
  /**
29929
29887
  * Specifies information about editing.
29930
29888
  *
@@ -29953,6 +29911,12 @@ declare namespace __esri {
29953
29911
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#effectiveEditingEnabled Read more...}
29954
29912
  */
29955
29913
  declare readonly effectiveEditingEnabled: FeatureLayerBase["effectiveEditingEnabled"];
29914
+ /**
29915
+ * An array of fields in the layer.
29916
+ *
29917
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#fields Read more...}
29918
+ */
29919
+ readonly fields: Field[];
29956
29920
  /**
29957
29921
  * A convenient property that can be used to make case-insensitive lookups for a field by name.
29958
29922
  *
@@ -30156,13 +30120,6 @@ declare namespace __esri {
30156
30120
  */
30157
30121
  get elevationInfo(): FeatureLayerBaseElevationInfo | nullish;
30158
30122
  set elevationInfo(value: FeatureLayerBaseElevationInfoProperties | nullish);
30159
- /**
30160
- * An array of fields in the layer.
30161
- *
30162
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#fields Read more...}
30163
- */
30164
- get fields(): Field[];
30165
- set fields(value: FieldProperties[]);
30166
30123
  /**
30167
30124
  * When a feature layer is configured as floor-aware, it has a floorInfo property defined.
30168
30125
  *
@@ -30530,12 +30487,6 @@ declare namespace __esri {
30530
30487
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#displayFilterInfo Read more...}
30531
30488
  */
30532
30489
  displayFilterInfo?: DisplayFilteredLayerProperties["displayFilterInfo"];
30533
- /**
30534
- * Determines if the layer is editable.
30535
- *
30536
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#editingEnabled Read more...}
30537
- */
30538
- editingEnabled?: boolean;
30539
30490
  /**
30540
30491
  * Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to
30541
30492
  * how image filters work.
@@ -30549,12 +30500,6 @@ declare namespace __esri {
30549
30500
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#elevationInfo Read more...}
30550
30501
  */
30551
30502
  elevationInfo?: FeatureLayerBaseElevationInfoProperties | nullish;
30552
- /**
30553
- * An array of fields in the layer.
30554
- *
30555
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SubtypeGroupLayer.html#fields Read more...}
30556
- */
30557
- fields?: FieldProperties[];
30558
30503
  /**
30559
30504
  * When a feature layer is configured as floor-aware, it has a floorInfo property defined.
30560
30505
  *
@@ -31126,7 +31071,7 @@ declare namespace __esri {
31126
31071
  *
31127
31072
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-BuildingSummaryStatistics.html#fields Read more...}
31128
31073
  */
31129
- fields: BuildingFieldStatistics[];
31074
+ readonly fields: BuildingFieldStatistics[];
31130
31075
  /**
31131
31076
  * The Error object returned if an error occurred while loading.
31132
31077
  *
@@ -31216,12 +31161,6 @@ declare namespace __esri {
31216
31161
  }
31217
31162
 
31218
31163
  interface BuildingSummaryStatisticsProperties extends LoadableProperties {
31219
- /**
31220
- * An array of statistics on all fields in all sublayers.
31221
- *
31222
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-BuildingSummaryStatistics.html#fields Read more...}
31223
- */
31224
- fields?: BuildingFieldStatistics[];
31225
31164
  }
31226
31165
 
31227
31166
  /**
@@ -32481,7 +32420,7 @@ declare namespace __esri {
32481
32420
  *
32482
32421
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionCluster.html#type Read more...}
32483
32422
  */
32484
- type: "cluster";
32423
+ readonly type: "cluster";
32485
32424
  /**
32486
32425
  * Aggregates and summarizes dense features in a layer to clusters defined in screen space.
32487
32426
  *
@@ -32657,12 +32596,6 @@ declare namespace __esri {
32657
32596
  | (CIMSymbolProperties & { type: "cim" })
32658
32597
  | (WebStyleSymbolProperties & { type: "web-style" })
32659
32598
  | nullish;
32660
- /**
32661
- * The feature reduction type.
32662
- *
32663
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionCluster.html#type Read more...}
32664
- */
32665
- type?: "cluster";
32666
32599
  }
32667
32600
 
32668
32601
  export interface FeatureReductionSelection extends Accessor, JSONSupport {
@@ -32865,18 +32798,19 @@ declare namespace __esri {
32865
32798
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureType.html#name Read more...}
32866
32799
  */
32867
32800
  name: string;
32868
- /**
32869
- * Array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureTemplate.html feature templates} associated with the feature type.
32870
- *
32871
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureType.html#templates Read more...}
32872
- */
32873
- templates: FeatureTemplate[];
32874
32801
  /**
32875
32802
  * FeatureType is a subset of features defined in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html FeatureLayer} that share the same attributes.
32876
32803
  *
32877
32804
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureType.html Read more...}
32878
32805
  */
32879
32806
  constructor(properties?: FeatureTypeProperties);
32807
+ /**
32808
+ * Array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureTemplate.html feature templates} associated with the feature type.
32809
+ *
32810
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureType.html#templates Read more...}
32811
+ */
32812
+ get templates(): FeatureTemplate[];
32813
+ set templates(value: FeatureTemplateProperties[]);
32880
32814
  /**
32881
32815
  * Creates a deep clone of this object.
32882
32816
  *
@@ -32925,7 +32859,7 @@ declare namespace __esri {
32925
32859
  *
32926
32860
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureType.html#templates Read more...}
32927
32861
  */
32928
- templates?: FeatureTemplate[];
32862
+ templates?: FeatureTemplateProperties[];
32929
32863
  }
32930
32864
 
32931
32865
  export interface Field extends Accessor, JSONSupport {
@@ -33544,7 +33478,7 @@ declare namespace __esri {
33544
33478
  *
33545
33479
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-KMLSublayer.html#networkLink Read more...}
33546
33480
  */
33547
- networkLink: any;
33481
+ readonly networkLink: any;
33548
33482
  /**
33549
33483
  * The parent layer to which the sublayer belongs.
33550
33484
  *
@@ -33621,12 +33555,6 @@ declare namespace __esri {
33621
33555
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-KMLSublayer.html#layer Read more...}
33622
33556
  */
33623
33557
  layer?: KMLLayer | nullish;
33624
- /**
33625
- * Network link info for the current layer.
33626
- *
33627
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-KMLSublayer.html#networkLink Read more...}
33628
- */
33629
- networkLink?: any;
33630
33558
  /**
33631
33559
  * The parent layer to which the sublayer belongs.
33632
33560
  *
@@ -34401,12 +34329,6 @@ declare namespace __esri {
34401
34329
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MosaicRule.html#method Read more...}
34402
34330
  */
34403
34331
  method: "none" | "center" | "nadir" | "viewpoint" | "attribute" | "lock-raster" | "northwest" | "seamline";
34404
- /**
34405
- * The multidimensional definitions associated with the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#mosaicRule ImageryLayer}.
34406
- *
34407
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MosaicRule.html#multidimensionalDefinition Read more...}
34408
- */
34409
- multidimensionalDefinition: DimensionalDefinition[] | nullish;
34410
34332
  /**
34411
34333
  * Defines a selection using a set of ObjectIDs.
34412
34334
  *
@@ -34458,6 +34380,13 @@ declare namespace __esri {
34458
34380
  */
34459
34381
  get itemRasterFunction(): RasterFunction | nullish;
34460
34382
  set itemRasterFunction(value: RasterFunctionProperties | nullish);
34383
+ /**
34384
+ * The multidimensional definitions associated with the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#mosaicRule ImageryLayer}.
34385
+ *
34386
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MosaicRule.html#multidimensionalDefinition Read more...}
34387
+ */
34388
+ get multidimensionalDefinition(): DimensionalDefinition[] | nullish;
34389
+ set multidimensionalDefinition(value: DimensionalDefinitionProperties[] | nullish);
34461
34390
  /**
34462
34391
  * Defines the viewpoint location on which the ordering is defined based on the
34463
34392
  * distance from the viewpoint and the nadir of rasters.
@@ -34520,7 +34449,7 @@ declare namespace __esri {
34520
34449
  *
34521
34450
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MosaicRule.html#multidimensionalDefinition Read more...}
34522
34451
  */
34523
- multidimensionalDefinition?: DimensionalDefinition[] | nullish;
34452
+ multidimensionalDefinition?: DimensionalDefinitionProperties[] | nullish;
34524
34453
  /**
34525
34454
  * Defines a selection using a set of ObjectIDs.
34526
34455
  *
@@ -37268,7 +37197,7 @@ declare namespace __esri {
37268
37197
  *
37269
37198
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#bandInfos Read more...}
37270
37199
  */
37271
- bandInfos: RasterBandInfo[];
37200
+ readonly bandInfos: RasterBandInfo[];
37272
37201
  /**
37273
37202
  * Raster colormap that can be used to display the imagery layer.
37274
37203
  *
@@ -37280,7 +37209,7 @@ declare namespace __esri {
37280
37209
  *
37281
37210
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#dataType Read more...}
37282
37211
  */
37283
- dataType: | "generic"
37212
+ readonly dataType: | "generic"
37284
37213
  | "elevation"
37285
37214
  | "thematic"
37286
37215
  | "processed"
@@ -37424,35 +37353,12 @@ declare namespace __esri {
37424
37353
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#bandCount Read more...}
37425
37354
  */
37426
37355
  bandCount?: number;
37427
- /**
37428
- * This property provides additional information for each band in the raster.
37429
- *
37430
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#bandInfos Read more...}
37431
- */
37432
- bandInfos?: RasterBandInfo[];
37433
37356
  /**
37434
37357
  * Raster colormap that can be used to display the imagery layer.
37435
37358
  *
37436
37359
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#colormap Read more...}
37437
37360
  */
37438
37361
  colormap?: number[][] | nullish;
37439
- /**
37440
- * Raster data type controls how the data is rendered by default.
37441
- *
37442
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#dataType Read more...}
37443
- */
37444
- dataType?: | "generic"
37445
- | "elevation"
37446
- | "thematic"
37447
- | "processed"
37448
- | "scientific"
37449
- | "vector-uv"
37450
- | "vector-u"
37451
- | "vector-v"
37452
- | "vector-magdir"
37453
- | "vector-magnitude"
37454
- | "vector-direction"
37455
- | "standard-time";
37456
37362
  /**
37457
37363
  * The minimum and maximum X and Y coordinates of a bounding box containing all the raster data.
37458
37364
  *
@@ -38514,13 +38420,6 @@ declare namespace __esri {
38514
38420
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#isTable Read more...}
38515
38421
  */
38516
38422
  readonly isTable: boolean;
38517
- /**
38518
- * The label definition for this layer,
38519
- * specified as an array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html LabelClass} objects.
38520
- *
38521
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#labelingInfo Read more...}
38522
- */
38523
- labelingInfo: LabelClass[] | nullish;
38524
38423
  /**
38525
38424
  * Indicates if labels for the sublayer will be visible in the view.
38526
38425
  *
@@ -38686,6 +38585,14 @@ declare namespace __esri {
38686
38585
  */
38687
38586
  get floorInfo(): LayerFloorInfo | nullish;
38688
38587
  set floorInfo(value: LayerFloorInfoProperties | nullish);
38588
+ /**
38589
+ * The label definition for this layer,
38590
+ * specified as an array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html LabelClass} objects.
38591
+ *
38592
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#labelingInfo Read more...}
38593
+ */
38594
+ get labelingInfo(): LabelClass[] | nullish;
38595
+ set labelingInfo(value: LabelClassProperties[] | nullish);
38689
38596
  get orderBy(): OrderByInfo[] | nullish;
38690
38597
  set orderBy(value: OrderByInfoProperties[] | nullish);
38691
38598
  /**
@@ -38894,7 +38801,7 @@ declare namespace __esri {
38894
38801
  *
38895
38802
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#labelingInfo Read more...}
38896
38803
  */
38897
- labelingInfo?: LabelClass[] | nullish;
38804
+ labelingInfo?: LabelClassProperties[] | nullish;
38898
38805
  /**
38899
38806
  * Indicates if labels for the sublayer will be visible in the view.
38900
38807
  *
@@ -39379,12 +39286,6 @@ declare namespace __esri {
39379
39286
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-SubtypeSublayer.html#subtypeField Read more...}
39380
39287
  */
39381
39288
  readonly subtypeField: string;
39382
- /**
39383
- * An array of feature templates defined in the feature layer.
39384
- *
39385
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-SubtypeSublayer.html#templates Read more...}
39386
- */
39387
- templates: FeatureTemplate[] | nullish;
39388
39289
  /**
39389
39290
  * The title of the layer used to identify it in places such as the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html Legend} widget.
39390
39291
  *
@@ -39397,7 +39298,7 @@ declare namespace __esri {
39397
39298
  *
39398
39299
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-SubtypeSublayer.html#url Read more...}
39399
39300
  */
39400
- url: string | nullish;
39301
+ readonly url: string | nullish;
39401
39302
  /**
39402
39303
  * Indicates if the layer is visible in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html View}.
39403
39304
  *
@@ -39448,6 +39349,13 @@ declare namespace __esri {
39448
39349
  */
39449
39350
  get renderer(): Renderer | nullish;
39450
39351
  set renderer(value: RendererProperties | nullish);
39352
+ /**
39353
+ * An array of feature templates defined in the feature layer.
39354
+ *
39355
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-SubtypeSublayer.html#templates Read more...}
39356
+ */
39357
+ get templates(): FeatureTemplate[] | nullish;
39358
+ set templates(value: FeatureTemplateProperties[] | nullish);
39451
39359
  /**
39452
39360
  * Adds an attachment to a feature.
39453
39361
  *
@@ -39762,19 +39670,13 @@ declare namespace __esri {
39762
39670
  *
39763
39671
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-SubtypeSublayer.html#templates Read more...}
39764
39672
  */
39765
- templates?: FeatureTemplate[] | nullish;
39673
+ templates?: FeatureTemplateProperties[] | nullish;
39766
39674
  /**
39767
39675
  * The title of the layer used to identify it in places such as the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html Legend} widget.
39768
39676
  *
39769
39677
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-SubtypeSublayer.html#title Read more...}
39770
39678
  */
39771
39679
  title?: string | nullish;
39772
- /**
39773
- * The absolute URL of the REST endpoint of the feature service.
39774
- *
39775
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-SubtypeSublayer.html#url Read more...}
39776
- */
39777
- url?: string | nullish;
39778
39680
  /**
39779
39681
  * Indicates if the layer is visible in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html View}.
39780
39682
  *
@@ -40097,7 +39999,7 @@ declare namespace __esri {
40097
39999
  *
40098
40000
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TileInfo.html#isWrappable Read more...}
40099
40001
  */
40100
- isWrappable: boolean;
40002
+ readonly isWrappable: boolean;
40101
40003
  /**
40102
40004
  * Size of tiles in pixels.
40103
40005
  *
@@ -40209,12 +40111,6 @@ declare namespace __esri {
40209
40111
  | "lerc2d"
40210
40112
  | "pbf"
40211
40113
  | "raw";
40212
- /**
40213
- * Indicates if the tiling scheme supports wrap around.
40214
- *
40215
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TileInfo.html#isWrappable Read more...}
40216
- */
40217
- isWrappable?: boolean;
40218
40114
  /**
40219
40115
  * An array of levels of detail that define the tiling scheme.
40220
40116
  *
@@ -41701,6 +41597,12 @@ declare namespace __esri {
41701
41597
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#effect Read more...}
41702
41598
  */
41703
41599
  effect: Effect | nullish;
41600
+ /**
41601
+ * The initial extent of the layer.
41602
+ *
41603
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#initialExtent Read more...}
41604
+ */
41605
+ readonly initialExtent: Extent | nullish;
41704
41606
  /**
41705
41607
  * The maximum scale (most zoomed in) at which the layer is visible in the view.
41706
41608
  *
@@ -41733,12 +41635,24 @@ declare namespace __esri {
41733
41635
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#refreshInterval Read more...}
41734
41636
  */
41735
41637
  refreshInterval: number;
41638
+ /**
41639
+ * The spatial reference of the layer.
41640
+ *
41641
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#spatialReference Read more...}
41642
+ */
41643
+ readonly spatialReference: SpatialReference;
41736
41644
  /**
41737
41645
  * A style JSON object of vector tiles that will be used to render the layer.
41738
41646
  *
41739
41647
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#style Read more...}
41740
41648
  */
41741
41649
  style: any;
41650
+ /**
41651
+ * The tiling scheme information for the layer.
41652
+ *
41653
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#tileInfo Read more...}
41654
+ */
41655
+ readonly tileInfo: TileInfo;
41742
41656
  readonly type: "vector-tile";
41743
41657
  /**
41744
41658
  * The URL to the vector tile service, or the URL to the style resource of vector tiles that
@@ -41753,13 +41667,6 @@ declare namespace __esri {
41753
41667
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html Read more...}
41754
41668
  */
41755
41669
  constructor(properties?: VectorTileLayerProperties);
41756
- /**
41757
- * The initial extent of the layer.
41758
- *
41759
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#initialExtent Read more...}
41760
- */
41761
- get initialExtent(): Extent | nullish;
41762
- set initialExtent(value: ExtentProperties | nullish);
41763
41670
  /**
41764
41671
  * The portal item from which the layer is loaded.
41765
41672
  *
@@ -41767,20 +41674,6 @@ declare namespace __esri {
41767
41674
  */
41768
41675
  get portalItem(): PortalItem | nullish;
41769
41676
  set portalItem(value: PortalItemProperties | nullish);
41770
- /**
41771
- * The spatial reference of the layer.
41772
- *
41773
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#spatialReference Read more...}
41774
- */
41775
- get spatialReference(): SpatialReference;
41776
- set spatialReference(value: SpatialReferenceProperties);
41777
- /**
41778
- * The tiling scheme information for the layer.
41779
- *
41780
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#tileInfo Read more...}
41781
- */
41782
- get tileInfo(): TileInfo;
41783
- set tileInfo(value: TileInfoProperties);
41784
41677
  /**
41785
41678
  * Deletes the specified [style layer](https://maplibre.org/maplibre-style-spec/layers/) from the
41786
41679
  * VectorTileLayer's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#currentStyleInfo currentStyleInfo.style}.
@@ -41941,12 +41834,6 @@ declare namespace __esri {
41941
41834
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#effect Read more...}
41942
41835
  */
41943
41836
  effect?: Effect | nullish;
41944
- /**
41945
- * The initial extent of the layer.
41946
- *
41947
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#initialExtent Read more...}
41948
- */
41949
- initialExtent?: ExtentProperties | nullish;
41950
41837
  /**
41951
41838
  * The maximum scale (most zoomed in) at which the layer is visible in the view.
41952
41839
  *
@@ -41977,24 +41864,12 @@ declare namespace __esri {
41977
41864
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#refreshInterval Read more...}
41978
41865
  */
41979
41866
  refreshInterval?: number;
41980
- /**
41981
- * The spatial reference of the layer.
41982
- *
41983
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#spatialReference Read more...}
41984
- */
41985
- spatialReference?: SpatialReferenceProperties;
41986
41867
  /**
41987
41868
  * A style JSON object of vector tiles that will be used to render the layer.
41988
41869
  *
41989
41870
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#style Read more...}
41990
41871
  */
41991
41872
  style?: any;
41992
- /**
41993
- * The tiling scheme information for the layer.
41994
- *
41995
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#tileInfo Read more...}
41996
- */
41997
- tileInfo?: TileInfoProperties;
41998
41873
  /**
41999
41874
  * The URL to the vector tile service, or the URL to the style resource of vector tiles that
42000
41875
  * will be used to render the layer.
@@ -43681,7 +43556,7 @@ declare namespace __esri {
43681
43556
  *
43682
43557
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#rasterFields Read more...}
43683
43558
  */
43684
- rasterFields: Field[];
43559
+ readonly rasterFields: Field[];
43685
43560
  /**
43686
43561
  * Raster information retrieved from tiled imagery data source.
43687
43562
  *
@@ -43928,12 +43803,6 @@ declare namespace __esri {
43928
43803
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#portalItem Read more...}
43929
43804
  */
43930
43805
  portalItem?: PortalItemProperties | nullish;
43931
- /**
43932
- * An array of raster fields in the layer that consists of service pixel value.
43933
- *
43934
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#rasterFields Read more...}
43935
- */
43936
- rasterFields?: Field[];
43937
43806
  /**
43938
43807
  * The renderer assigned to the layer.
43939
43808
  *
@@ -45302,12 +45171,6 @@ declare namespace __esri {
45302
45171
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html#fetchFeatureInfoFunction Read more...}
45303
45172
  */
45304
45173
  fetchFeatureInfoFunction: FetchFeatureInfoFunction | nullish;
45305
- /**
45306
- * All bounding boxes defined for the layer.
45307
- *
45308
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html#fullExtents Read more...}
45309
- */
45310
- fullExtents: Extent[] | nullish;
45311
45174
  /**
45312
45175
  * The map image format (MIME type) to request.
45313
45176
  *
@@ -45412,6 +45275,13 @@ declare namespace __esri {
45412
45275
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html Read more...}
45413
45276
  */
45414
45277
  constructor(properties?: WMSLayerProperties);
45278
+ /**
45279
+ * All bounding boxes defined for the layer.
45280
+ *
45281
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html#fullExtents Read more...}
45282
+ */
45283
+ get fullExtents(): Extent[] | nullish;
45284
+ set fullExtents(value: ExtentProperties[] | nullish);
45415
45285
  /**
45416
45286
  * The portal item from which the layer is loaded.
45417
45287
  *
@@ -45567,7 +45437,7 @@ declare namespace __esri {
45567
45437
  *
45568
45438
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html#fullExtents Read more...}
45569
45439
  */
45570
- fullExtents?: Extent[] | nullish;
45440
+ fullExtents?: ExtentProperties[] | nullish;
45571
45441
  /**
45572
45442
  * The map image format (MIME type) to request.
45573
45443
  *
@@ -47194,12 +47064,6 @@ declare namespace __esri {
47194
47064
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-TerminalConfiguration.html#name Read more...}
47195
47065
  */
47196
47066
  name: string | nullish;
47197
- /**
47198
- * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Terminal.html terminals} defined in this configuration.
47199
- *
47200
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-TerminalConfiguration.html#terminals Read more...}
47201
- */
47202
- terminals: Terminal[];
47203
47067
  /**
47204
47068
  * Terminal configurations can be defined as directional or bidirectional.
47205
47069
  *
@@ -47214,6 +47078,13 @@ declare namespace __esri {
47214
47078
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-TerminalConfiguration.html Read more...}
47215
47079
  */
47216
47080
  constructor(properties?: TerminalConfigurationProperties);
47081
+ /**
47082
+ * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Terminal.html terminals} defined in this configuration.
47083
+ *
47084
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-TerminalConfiguration.html#terminals Read more...}
47085
+ */
47086
+ get terminals(): Terminal[];
47087
+ set terminals(value: TerminalProperties[]);
47217
47088
  /**
47218
47089
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
47219
47090
  *
@@ -47256,7 +47127,7 @@ declare namespace __esri {
47256
47127
  *
47257
47128
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-TerminalConfiguration.html#terminals Read more...}
47258
47129
  */
47259
- terminals?: Terminal[];
47130
+ terminals?: TerminalProperties[];
47260
47131
  /**
47261
47132
  * Terminal configurations can be defined as directional or bidirectional.
47262
47133
  *
@@ -49069,12 +48940,6 @@ declare namespace __esri {
49069
48940
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-RelationshipContent.html#displayType Read more...}
49070
48941
  */
49071
48942
  displayType: "list";
49072
- /**
49073
- * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-RelatedRecordsInfoFieldOrder.html RelatedRecordsInfoFieldOrder} indicating the display order for the related records, and whether they should be sorted in ascending `asc` or descending `desc` order.
49074
- *
49075
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-RelationshipContent.html#orderByFields Read more...}
49076
- */
49077
- orderByFields: RelatedRecordsInfoFieldOrder[] | nullish;
49078
48943
  /**
49079
48944
  * The numeric id value for the defined relationship.
49080
48945
  *
@@ -49099,6 +48964,13 @@ declare namespace __esri {
49099
48964
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-RelationshipContent.html Read more...}
49100
48965
  */
49101
48966
  constructor(properties?: RelationshipContentProperties);
48967
+ /**
48968
+ * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-RelatedRecordsInfoFieldOrder.html RelatedRecordsInfoFieldOrder} indicating the display order for the related records, and whether they should be sorted in ascending `asc` or descending `desc` order.
48969
+ *
48970
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-RelationshipContent.html#orderByFields Read more...}
48971
+ */
48972
+ get orderByFields(): RelatedRecordsInfoFieldOrder[] | nullish;
48973
+ set orderByFields(value: RelatedRecordsInfoFieldOrderProperties[] | nullish);
49102
48974
  /**
49103
48975
  * Creates a deep clone of this object.
49104
48976
  *
@@ -49147,7 +49019,7 @@ declare namespace __esri {
49147
49019
  *
49148
49020
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-RelationshipContent.html#orderByFields Read more...}
49149
49021
  */
49150
- orderByFields?: RelatedRecordsInfoFieldOrder[] | nullish;
49022
+ orderByFields?: RelatedRecordsInfoFieldOrderProperties[] | nullish;
49151
49023
  /**
49152
49024
  * The numeric id value for the defined relationship.
49153
49025
  *
@@ -49595,7 +49467,7 @@ declare namespace __esri {
49595
49467
  *
49596
49468
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-ElementExpressionInfo.html#returnType Read more...}
49597
49469
  */
49598
- returnType: "dictionary";
49470
+ readonly returnType: "dictionary";
49599
49471
  /**
49600
49472
  * The title used to describe the popup element returned by the expression.
49601
49473
  *
@@ -49641,12 +49513,6 @@ declare namespace __esri {
49641
49513
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-ElementExpressionInfo.html#expression Read more...}
49642
49514
  */
49643
49515
  expression?: string;
49644
- /**
49645
- * The return type of the expression.
49646
- *
49647
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-ElementExpressionInfo.html#returnType Read more...}
49648
- */
49649
- returnType?: "dictionary";
49650
49516
  /**
49651
49517
  * The title used to describe the popup element returned by the expression.
49652
49518
  *
@@ -53405,13 +53271,6 @@ declare namespace __esri {
53405
53271
  }
53406
53272
 
53407
53273
  export class ClassBreaksRenderer {
53408
- /**
53409
- * Each element in the array is an object that provides information about a class break
53410
- * associated with the renderer.
53411
- *
53412
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html#classBreakInfos Read more...}
53413
- */
53414
- classBreakInfos: ClassBreakInfo[];
53415
53274
  /**
53416
53275
  * Label used in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html Legend} to describe features assigned the
53417
53276
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html#defaultSymbol default symbol}.
@@ -53485,6 +53344,14 @@ declare namespace __esri {
53485
53344
  | (PolygonSymbol3DProperties & { type: "polygon-3d" })
53486
53345
  | (CIMSymbolProperties & { type: "cim" })
53487
53346
  | nullish);
53347
+ /**
53348
+ * Each element in the array is an object that provides information about a class break
53349
+ * associated with the renderer.
53350
+ *
53351
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html#classBreakInfos Read more...}
53352
+ */
53353
+ get classBreakInfos(): ClassBreakInfo[];
53354
+ set classBreakInfos(value: ClassBreakInfoProperties[]);
53488
53355
  /**
53489
53356
  * The default symbol assigned to features with a value not matched to a given break.
53490
53357
  *
@@ -53573,7 +53440,7 @@ declare namespace __esri {
53573
53440
  *
53574
53441
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html#classBreakInfos Read more...}
53575
53442
  */
53576
- classBreakInfos?: ClassBreakInfo[];
53443
+ classBreakInfos?: ClassBreakInfoProperties[];
53577
53444
  /**
53578
53445
  * Label used in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html Legend} to describe features assigned the
53579
53446
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html#defaultSymbol default symbol}.
@@ -53785,12 +53652,6 @@ declare namespace __esri {
53785
53652
  }
53786
53653
 
53787
53654
  export class DotDensityRenderer extends Renderer {
53788
- /**
53789
- * Defines the variable(s) used to visualize density.
53790
- *
53791
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-DotDensityRenderer.html#attributes Read more...}
53792
- */
53793
- attributes: AttributeColorInfo[];
53794
53655
  /**
53795
53656
  * Only applicable when two or more {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-DotDensityRenderer.html#attributes attributes} are specified.
53796
53657
  *
@@ -53841,6 +53702,13 @@ declare namespace __esri {
53841
53702
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-DotDensityRenderer.html Read more...}
53842
53703
  */
53843
53704
  constructor(properties?: DotDensityRendererProperties);
53705
+ /**
53706
+ * Defines the variable(s) used to visualize density.
53707
+ *
53708
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-DotDensityRenderer.html#attributes Read more...}
53709
+ */
53710
+ get attributes(): AttributeColorInfo[];
53711
+ set attributes(value: AttributeColorInfoProperties[]);
53844
53712
  /**
53845
53713
  * The color used to shade the polygon fill behind the dots.
53846
53714
  *
@@ -53895,7 +53763,7 @@ declare namespace __esri {
53895
53763
  *
53896
53764
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-DotDensityRenderer.html#attributes Read more...}
53897
53765
  */
53898
- attributes?: AttributeColorInfo[];
53766
+ attributes?: AttributeColorInfoProperties[];
53899
53767
  /**
53900
53768
  * The color used to shade the polygon fill behind the dots.
53901
53769
  *
@@ -54172,12 +54040,6 @@ declare namespace __esri {
54172
54040
  }
54173
54041
 
54174
54042
  export class HeatmapRenderer extends Renderer {
54175
- /**
54176
- * An array of objects describing the renderer's color ramp.
54177
- *
54178
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-HeatmapRenderer.html#colorStops Read more...}
54179
- */
54180
- colorStops: HeatmapColorStop[];
54181
54043
  /**
54182
54044
  * The name of the attribute field used to weight the density of each heatmap point.
54183
54045
  *
@@ -54240,6 +54102,13 @@ declare namespace __esri {
54240
54102
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-HeatmapRenderer.html Read more...}
54241
54103
  */
54242
54104
  constructor(properties?: HeatmapRendererProperties);
54105
+ /**
54106
+ * An array of objects describing the renderer's color ramp.
54107
+ *
54108
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-HeatmapRenderer.html#colorStops Read more...}
54109
+ */
54110
+ get colorStops(): HeatmapColorStop[];
54111
+ set colorStops(value: HeatmapColorStopProperties[]);
54243
54112
  /**
54244
54113
  * An object providing options for describing the renderer in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html Legend}.
54245
54114
  *
@@ -54271,7 +54140,7 @@ declare namespace __esri {
54271
54140
  *
54272
54141
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-HeatmapRenderer.html#colorStops Read more...}
54273
54142
  */
54274
- colorStops?: HeatmapColorStop[];
54143
+ colorStops?: HeatmapColorStopProperties[];
54275
54144
  /**
54276
54145
  * The name of the attribute field used to weight the density of each heatmap point.
54277
54146
  *
@@ -56118,12 +55987,6 @@ declare namespace __esri {
56118
55987
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html#referenceSizeSymbolStyle Read more...}
56119
55988
  */
56120
55989
  referenceSizeSymbolStyle: "circle" | "diamond" | "hexagon-flat" | "hexagon-pointy" | "square" | nullish;
56121
- /**
56122
- * Only applicable when {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html#theme theme} is `reference-size`.
56123
- *
56124
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html#sizeStops Read more...}
56125
- */
56126
- sizeStops: SizeStop[] | nullish;
56127
55990
  /**
56128
55991
  * If an age or timeline renderer was generated, indicates the start
56129
55992
  * time of the visualization.
@@ -56171,6 +56034,13 @@ declare namespace __esri {
56171
56034
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html Read more...}
56172
56035
  */
56173
56036
  constructor(properties?: AuthoringInfoVisualVariableProperties);
56037
+ /**
56038
+ * Only applicable when {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html#theme theme} is `reference-size`.
56039
+ *
56040
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html#sizeStops Read more...}
56041
+ */
56042
+ get sizeStops(): SizeStop[] | nullish;
56043
+ set sizeStops(value: SizeStopProperties[] | nullish);
56174
56044
  /**
56175
56045
  * Creates a deep clone of the instance.
56176
56046
  *
@@ -56244,7 +56114,7 @@ declare namespace __esri {
56244
56114
  *
56245
56115
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html#sizeStops Read more...}
56246
56116
  */
56247
- sizeStops?: SizeStop[] | nullish;
56117
+ sizeStops?: SizeStopProperties[] | nullish;
56248
56118
  /**
56249
56119
  * If an age or timeline renderer was generated, indicates the start
56250
56120
  * time of the visualization.
@@ -57086,13 +56956,6 @@ declare namespace __esri {
57086
56956
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html#type Read more...}
57087
56957
  */
57088
56958
  readonly type: "unique-value";
57089
- /**
57090
- * Defines categories and their corresponding symbols based on a set of values expected
57091
- * from the provided {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html#field field} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html#valueExpression valueExpression}.
57092
- *
57093
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html#uniqueValueInfos Read more...}
57094
- */
57095
- uniqueValueInfos: UniqueValueInfo[] | nullish;
57096
56959
  /**
57097
56960
  * An {@link https://developers.arcgis.com/javascript/latest/arcade/ Arcade} expression following the specification
57098
56961
  * defined by the {@link https://developers.arcgis.com/javascript/latest/arcade/#visualization Arcade Visualization Profile}.
@@ -57161,6 +57024,14 @@ declare namespace __esri {
57161
57024
  */
57162
57025
  get uniqueValueGroups(): UniqueValueGroup[] | nullish;
57163
57026
  set uniqueValueGroups(value: UniqueValueGroupProperties[] | nullish);
57027
+ /**
57028
+ * Defines categories and their corresponding symbols based on a set of values expected
57029
+ * from the provided {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html#field field} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html#valueExpression valueExpression}.
57030
+ *
57031
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html#uniqueValueInfos Read more...}
57032
+ */
57033
+ get uniqueValueInfos(): UniqueValueInfo[] | nullish;
57034
+ set uniqueValueInfos(value: UniqueValueInfoProperties[] | nullish);
57164
57035
  /**
57165
57036
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-VisualVariable.html VisualVariable} objects.
57166
57037
  *
@@ -57304,7 +57175,7 @@ declare namespace __esri {
57304
57175
  *
57305
57176
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html#uniqueValueInfos Read more...}
57306
57177
  */
57307
- uniqueValueInfos?: UniqueValueInfo[] | nullish;
57178
+ uniqueValueInfos?: UniqueValueInfoProperties[] | nullish;
57308
57179
  /**
57309
57180
  * An {@link https://developers.arcgis.com/javascript/latest/arcade/ Arcade} expression following the specification
57310
57181
  * defined by the {@link https://developers.arcgis.com/javascript/latest/arcade/#visualization Arcade Visualization Profile}.
@@ -58570,7 +58441,7 @@ declare namespace __esri {
58570
58441
  *
58571
58442
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#capabilities Read more...}
58572
58443
  */
58573
- capabilities: FeatureServiceCapabilities | nullish;
58444
+ readonly capabilities: FeatureServiceCapabilities | nullish;
58574
58445
  /**
58575
58446
  * Describes effective capabilities of the service taking in to consideration privileges of the currently signed-in user.
58576
58447
  *
@@ -60000,24 +59871,12 @@ declare namespace __esri {
60000
59871
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphObjectType.html#alias Read more...}
60001
59872
  */
60002
59873
  alias: string | nullish;
60003
- /**
60004
- * Specifies {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html index fields} for a graph object type.
60005
- *
60006
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphObjectType.html#fieldIndexes Read more...}
60007
- */
60008
- fieldIndexes: FieldIndex[] | nullish;
60009
59874
  /**
60010
59875
  * The name of the graph object type.
60011
59876
  *
60012
59877
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphObjectType.html#name Read more...}
60013
59878
  */
60014
59879
  name: string | nullish;
60015
- /**
60016
- * Specifies the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html properties} of a graph object type such as an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html EntityType} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html RelationshipType}.
60017
- *
60018
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphObjectType.html#properties Read more...}
60019
- */
60020
- properties: GraphProperty[] | nullish;
60021
59880
  /**
60022
59881
  * The object type's role in the knowledge graph.
60023
59882
  *
@@ -60032,6 +59891,20 @@ declare namespace __esri {
60032
59891
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphObjectType.html Read more...}
60033
59892
  */
60034
59893
  constructor(properties?: GraphObjectTypeProperties);
59894
+ /**
59895
+ * Specifies {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html index fields} for a graph object type.
59896
+ *
59897
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphObjectType.html#fieldIndexes Read more...}
59898
+ */
59899
+ get fieldIndexes(): FieldIndex[] | nullish;
59900
+ set fieldIndexes(value: FieldIndexProperties[] | nullish);
59901
+ /**
59902
+ * Specifies the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html properties} of a graph object type such as an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html EntityType} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html RelationshipType}.
59903
+ *
59904
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphObjectType.html#properties Read more...}
59905
+ */
59906
+ get properties(): GraphProperty[] | nullish;
59907
+ set properties(value: GraphPropertyProperties[] | nullish);
60035
59908
  /**
60036
59909
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
60037
59910
  *
@@ -60062,7 +59935,7 @@ declare namespace __esri {
60062
59935
  *
60063
59936
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphObjectType.html#fieldIndexes Read more...}
60064
59937
  */
60065
- fieldIndexes?: FieldIndex[] | nullish;
59938
+ fieldIndexes?: FieldIndexProperties[] | nullish;
60066
59939
  /**
60067
59940
  * The name of the graph object type.
60068
59941
  *
@@ -60074,7 +59947,7 @@ declare namespace __esri {
60074
59947
  *
60075
59948
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphObjectType.html#properties Read more...}
60076
59949
  */
60077
- properties?: GraphProperty[] | nullish;
59950
+ properties?: GraphPropertyProperties[] | nullish;
60078
59951
  /**
60079
59952
  * The object type's role in the knowledge graph.
60080
59953
  *
@@ -60856,13 +60729,6 @@ declare namespace __esri {
60856
60729
  }
60857
60730
 
60858
60731
  export class Path {
60859
- /**
60860
- * Array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities} and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Relationship.html relationships}
60861
- * where the first element is the starting entity of the path, the final element is the ending entity of the path, and intermediary elements are entities and relationships connecting the two.
60862
- *
60863
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Path.html#path Read more...}
60864
- */
60865
- path: GraphNamedObject[] | nullish;
60866
60732
  /**
60867
60733
  * An object containing all {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities} and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Relationship.html relationships}
60868
60734
  * required to traverse a graph from one entity to another.
@@ -60870,6 +60736,14 @@ declare namespace __esri {
60870
60736
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Path.html Read more...}
60871
60737
  */
60872
60738
  constructor(properties?: PathProperties);
60739
+ /**
60740
+ * Array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities} and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Relationship.html relationships}
60741
+ * where the first element is the starting entity of the path, the final element is the ending entity of the path, and intermediary elements are entities and relationships connecting the two.
60742
+ *
60743
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Path.html#path Read more...}
60744
+ */
60745
+ get path(): GraphNamedObject[] | nullish;
60746
+ set path(value: GraphNamedObjectProperties[] | nullish);
60873
60747
  /**
60874
60748
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
60875
60749
  *
@@ -60895,7 +60769,7 @@ declare namespace __esri {
60895
60769
  *
60896
60770
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Path.html#path Read more...}
60897
60771
  */
60898
- path?: GraphNamedObject[] | nullish;
60772
+ path?: GraphNamedObjectProperties[] | nullish;
60899
60773
  }
60900
60774
 
60901
60775
  export class knowledgeGraphRelationship extends GraphNamedObject {
@@ -61507,34 +61381,31 @@ declare namespace __esri {
61507
61381
  }
61508
61382
 
61509
61383
  export class AggregatedGeometry {
61510
- /**
61511
- * A class that defines an aggregation of geometries.
61512
- *
61513
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AggregatedGeometry.html Read more...}
61514
- */
61515
- constructor(properties?: AggregatedGeometryProperties);
61516
61384
  /**
61517
61385
  * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html polyline} geometry representing a union of all polyline features encountered during the trace and specified by the output.
61518
61386
  *
61519
61387
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AggregatedGeometry.html#line Read more...}
61520
61388
  */
61521
- get line(): Polyline | nullish;
61522
- set line(value: PolylineProperties | nullish);
61389
+ readonly line: Polyline | nullish;
61523
61390
  /**
61524
61391
  * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Multipoint.html multi-point} geometry representing a union of all point features encountered during the trace and specified by the output
61525
61392
  * The aggregated geometries will only include geometries that belong to features with `assetgroups/assettypes` specified in the trace output.
61526
61393
  *
61527
61394
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AggregatedGeometry.html#multipoint Read more...}
61528
61395
  */
61529
- get multipoint(): Multipoint | nullish;
61530
- set multipoint(value: MultipointProperties | nullish);
61396
+ readonly multipoint: Multipoint | nullish;
61531
61397
  /**
61532
61398
  * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html polygon} geometry representing a union of all polygon features encountered during the trace and specified by the output.
61533
61399
  *
61534
61400
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AggregatedGeometry.html#polygon Read more...}
61535
61401
  */
61536
- get polygon(): Polygon | nullish;
61537
- set polygon(value: PolygonProperties | nullish);
61402
+ readonly polygon: Polygon | nullish;
61403
+ /**
61404
+ * A class that defines an aggregation of geometries.
61405
+ *
61406
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AggregatedGeometry.html Read more...}
61407
+ */
61408
+ constructor(properties?: AggregatedGeometryProperties);
61538
61409
  /**
61539
61410
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
61540
61411
  *
@@ -61554,25 +61425,6 @@ declare namespace __esri {
61554
61425
  }
61555
61426
 
61556
61427
  interface AggregatedGeometryProperties {
61557
- /**
61558
- * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html polyline} geometry representing a union of all polyline features encountered during the trace and specified by the output.
61559
- *
61560
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AggregatedGeometry.html#line Read more...}
61561
- */
61562
- line?: PolylineProperties | nullish;
61563
- /**
61564
- * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Multipoint.html multi-point} geometry representing a union of all point features encountered during the trace and specified by the output
61565
- * The aggregated geometries will only include geometries that belong to features with `assetgroups/assettypes` specified in the trace output.
61566
- *
61567
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AggregatedGeometry.html#multipoint Read more...}
61568
- */
61569
- multipoint?: MultipointProperties | nullish;
61570
- /**
61571
- * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html polygon} geometry representing a union of all polygon features encountered during the trace and specified by the output.
61572
- *
61573
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AggregatedGeometry.html#polygon Read more...}
61574
- */
61575
- polygon?: PolygonProperties | nullish;
61576
61428
  }
61577
61429
 
61578
61430
  export interface Association extends Accessor, JSONSupport {
@@ -61733,12 +61585,6 @@ declare namespace __esri {
61733
61585
  }
61734
61586
 
61735
61587
  export class AssociationGeometriesResult {
61736
- /**
61737
- * List of returned {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-Association.html associations} filtered based on the input parameters in {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-SynthesizeAssociationGeometriesParameters.html SynthesizeAssociationGeometriesParameters}.
61738
- *
61739
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AssociationGeometriesResult.html#associations Read more...}
61740
- */
61741
- associations: Association[];
61742
61588
  /**
61743
61589
  * Indicates whether the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-SynthesizeAssociationGeometriesParameters.html#maxGeometryCount maxGeometryCount} has exceeded.
61744
61590
  *
@@ -61754,6 +61600,13 @@ declare namespace __esri {
61754
61600
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AssociationGeometriesResult.html Read more...}
61755
61601
  */
61756
61602
  constructor(properties?: AssociationGeometriesResultProperties);
61603
+ /**
61604
+ * List of returned {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-Association.html associations} filtered based on the input parameters in {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-SynthesizeAssociationGeometriesParameters.html SynthesizeAssociationGeometriesParameters}.
61605
+ *
61606
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AssociationGeometriesResult.html#associations Read more...}
61607
+ */
61608
+ get associations(): Association[];
61609
+ set associations(value: AssociationProperties[]);
61757
61610
  /**
61758
61611
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
61759
61612
  *
@@ -61778,7 +61631,7 @@ declare namespace __esri {
61778
61631
  *
61779
61632
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-AssociationGeometriesResult.html#associations Read more...}
61780
61633
  */
61781
- associations?: Association[];
61634
+ associations?: AssociationProperties[];
61782
61635
  /**
61783
61636
  * Indicates whether the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-SynthesizeAssociationGeometriesParameters.html#maxGeometryCount maxGeometryCount} has exceeded.
61784
61637
  *
@@ -61967,12 +61820,6 @@ declare namespace __esri {
61967
61820
  }
61968
61821
 
61969
61822
  export class QueryAssociationsParameters {
61970
- /**
61971
- * The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-NetworkElement.html NetworkElements} for which the association is queried.
61972
- *
61973
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsParameters.html#elements Read more...}
61974
- */
61975
- elements: NetworkElement[];
61976
61823
  /**
61977
61824
  * The geodatabase version to execute the function against.
61978
61825
  *
@@ -62005,6 +61852,13 @@ declare namespace __esri {
62005
61852
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsParameters.html Read more...}
62006
61853
  */
62007
61854
  constructor(properties?: QueryAssociationsParametersProperties);
61855
+ /**
61856
+ * The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-NetworkElement.html NetworkElements} for which the association is queried.
61857
+ *
61858
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsParameters.html#elements Read more...}
61859
+ */
61860
+ get elements(): NetworkElement[];
61861
+ set elements(value: NetworkElementProperties[]);
62008
61862
  /**
62009
61863
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
62010
61864
  *
@@ -62029,7 +61883,7 @@ declare namespace __esri {
62029
61883
  *
62030
61884
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsParameters.html#elements Read more...}
62031
61885
  */
62032
- elements?: NetworkElement[];
61886
+ elements?: NetworkElementProperties[];
62033
61887
  /**
62034
61888
  * The geodatabase version to execute the function against.
62035
61889
  *
@@ -62060,12 +61914,6 @@ declare namespace __esri {
62060
61914
  }
62061
61915
 
62062
61916
  export class QueryAssociationsResult {
62063
- /**
62064
- * List of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-Association.html associations} returned filtered based on the input parameters in {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsParameters.html QueryAssociationsParameters}.
62065
- *
62066
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsResult.html#associations Read more...}
62067
- */
62068
- associations: Association[];
62069
61917
  /**
62070
61918
  * Defines the results of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-queryAssociations.html queryAssociations()} function which takes in {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsParameters.html QueryAssociationsParameters} and returns an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsResult.html QueryAssociationsResult} of all
62071
61919
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-Association.html associations} filtered by the parameters set.
@@ -62073,6 +61921,13 @@ declare namespace __esri {
62073
61921
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsResult.html Read more...}
62074
61922
  */
62075
61923
  constructor(properties?: QueryAssociationsResultProperties);
61924
+ /**
61925
+ * List of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-Association.html associations} returned filtered based on the input parameters in {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsParameters.html QueryAssociationsParameters}.
61926
+ *
61927
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsResult.html#associations Read more...}
61928
+ */
61929
+ get associations(): Association[];
61930
+ set associations(value: AssociationProperties[]);
62076
61931
  /**
62077
61932
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
62078
61933
  *
@@ -62097,7 +61952,7 @@ declare namespace __esri {
62097
61952
  *
62098
61953
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-QueryAssociationsResult.html#associations Read more...}
62099
61954
  */
62100
- associations?: Association[];
61955
+ associations?: AssociationProperties[];
62101
61956
  }
62102
61957
 
62103
61958
  export interface SynthesizeAssociationGeometriesParameters extends Accessor, JSONSupport {
@@ -62361,12 +62216,6 @@ declare namespace __esri {
62361
62216
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceParameters.html#traceConfiguration Read more...}
62362
62217
  */
62363
62218
  traceConfiguration: UNTraceConfiguration | nullish;
62364
- /**
62365
- * The list of starting points and barriers that will define where the trace starts and stops.
62366
- *
62367
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceParameters.html#traceLocations Read more...}
62368
- */
62369
- traceLocations: TraceLocation[];
62370
62219
  /**
62371
62220
  * The trace type defined in this trace configuration.
62372
62221
  *
@@ -62394,6 +62243,13 @@ declare namespace __esri {
62394
62243
  */
62395
62244
  get outSpatialReference(): SpatialReference | nullish;
62396
62245
  set outSpatialReference(value: SpatialReferenceProperties | nullish);
62246
+ /**
62247
+ * The list of starting points and barriers that will define where the trace starts and stops.
62248
+ *
62249
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceParameters.html#traceLocations Read more...}
62250
+ */
62251
+ get traceLocations(): TraceLocation[];
62252
+ set traceLocations(value: TraceLocationProperties[]);
62397
62253
  /**
62398
62254
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
62399
62255
  *
@@ -62454,7 +62310,7 @@ declare namespace __esri {
62454
62310
  *
62455
62311
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceParameters.html#traceLocations Read more...}
62456
62312
  */
62457
- traceLocations?: TraceLocation[];
62313
+ traceLocations?: TraceLocationProperties[];
62458
62314
  /**
62459
62315
  * The trace type defined in this trace configuration.
62460
62316
  *
@@ -62489,18 +62345,24 @@ declare namespace __esri {
62489
62345
  }
62490
62346
 
62491
62347
  export class TraceResult {
62348
+ /**
62349
+ * This property defines an aggregation of geometries returned by the trace.
62350
+ *
62351
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#aggregatedGeometry Read more...}
62352
+ */
62353
+ readonly aggregatedGeometry: AggregatedGeometry | nullish;
62492
62354
  /**
62493
62355
  * An array of network elements returned by the trace.
62494
62356
  *
62495
62357
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#elements Read more...}
62496
62358
  */
62497
- elements: NetworkElement[];
62359
+ readonly elements: NetworkElement[];
62498
62360
  /**
62499
62361
  * Returns an array of function aggregation results.
62500
62362
  *
62501
62363
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#globalFunctionResults Read more...}
62502
62364
  */
62503
- globalFunctionResults: FunctionResult[];
62365
+ readonly globalFunctionResults: FunctionResult[];
62504
62366
  /**
62505
62367
  * This parameter is specific to the K-Nearest Neighbors Algorithm, when the nearest filter is provided in the trace configuration.
62506
62368
  *
@@ -62508,7 +62370,7 @@ declare namespace __esri {
62508
62370
  *
62509
62371
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#kFeaturesForKNNFound Read more...}
62510
62372
  */
62511
- kFeaturesForKNNFound: boolean;
62373
+ readonly kFeaturesForKNNFound: boolean;
62512
62374
  /**
62513
62375
  * Returns `true` if the starting points in the network trace operation are ignored.
62514
62376
  *
@@ -62516,26 +62378,19 @@ declare namespace __esri {
62516
62378
  *
62517
62379
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#startingPointsIgnored Read more...}
62518
62380
  */
62519
- startingPointsIgnored: boolean;
62381
+ readonly startingPointsIgnored: boolean;
62520
62382
  /**
62521
62383
  * Returns any warnings encountered by the trace operation.
62522
62384
  *
62523
62385
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#warnings Read more...}
62524
62386
  */
62525
- warnings: string[] | nullish;
62387
+ readonly warnings: string[] | nullish;
62526
62388
  /**
62527
62389
  * This class defines the collection of results returned from the trace function.
62528
62390
  *
62529
62391
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html Read more...}
62530
62392
  */
62531
62393
  constructor(properties?: TraceResultProperties);
62532
- /**
62533
- * This property defines an aggregation of geometries returned by the trace.
62534
- *
62535
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#aggregatedGeometry Read more...}
62536
- */
62537
- get aggregatedGeometry(): AggregatedGeometry | nullish;
62538
- set aggregatedGeometry(value: AggregatedGeometryProperties | nullish);
62539
62394
  /**
62540
62395
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
62541
62396
  *
@@ -62555,42 +62410,6 @@ declare namespace __esri {
62555
62410
  }
62556
62411
 
62557
62412
  interface TraceResultProperties {
62558
- /**
62559
- * This property defines an aggregation of geometries returned by the trace.
62560
- *
62561
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#aggregatedGeometry Read more...}
62562
- */
62563
- aggregatedGeometry?: AggregatedGeometryProperties | nullish;
62564
- /**
62565
- * An array of network elements returned by the trace.
62566
- *
62567
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#elements Read more...}
62568
- */
62569
- elements?: NetworkElement[];
62570
- /**
62571
- * Returns an array of function aggregation results.
62572
- *
62573
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#globalFunctionResults Read more...}
62574
- */
62575
- globalFunctionResults?: FunctionResult[];
62576
- /**
62577
- * This parameter is specific to the K-Nearest Neighbors Algorithm, when the nearest filter is provided in the trace configuration.
62578
- *
62579
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#kFeaturesForKNNFound Read more...}
62580
- */
62581
- kFeaturesForKNNFound?: boolean;
62582
- /**
62583
- * Returns `true` if the starting points in the network trace operation are ignored.
62584
- *
62585
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#startingPointsIgnored Read more...}
62586
- */
62587
- startingPointsIgnored?: boolean;
62588
- /**
62589
- * Returns any warnings encountered by the trace operation.
62590
- *
62591
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceResult.html#warnings Read more...}
62592
- */
62593
- warnings?: string[] | nullish;
62594
62413
  }
62595
62414
 
62596
62415
  export interface ValidateNetworkTopologyParameters extends Accessor, JSONSupport {
@@ -63537,12 +63356,6 @@ declare namespace __esri {
63537
63356
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AreasAndLengthsParameters.html#lengthUnit Read more...}
63538
63357
  */
63539
63358
  lengthUnit: "feet" | "kilometers" | "meters" | "miles" | "nautical-miles" | "yards" | nullish;
63540
- /**
63541
- * Polygon geometries for which to compute areas and lengths.
63542
- *
63543
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AreasAndLengthsParameters.html#polygons Read more...}
63544
- */
63545
- polygons: Polygon[] | nullish;
63546
63359
  /**
63547
63360
  * Input parameters for the areasAndLengths()
63548
63361
  * method on the GeometryService.
@@ -63550,6 +63363,13 @@ declare namespace __esri {
63550
63363
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AreasAndLengthsParameters.html Read more...}
63551
63364
  */
63552
63365
  constructor(properties?: AreasAndLengthsParametersProperties);
63366
+ /**
63367
+ * Polygon geometries for which to compute areas and lengths.
63368
+ *
63369
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AreasAndLengthsParameters.html#polygons Read more...}
63370
+ */
63371
+ get polygons(): Polygon[] | nullish;
63372
+ set polygons(value: PolygonProperties[] | nullish);
63553
63373
  /**
63554
63374
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
63555
63375
  *
@@ -63600,7 +63420,7 @@ declare namespace __esri {
63600
63420
  *
63601
63421
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AreasAndLengthsParameters.html#polygons Read more...}
63602
63422
  */
63603
- polygons?: Polygon[] | nullish;
63423
+ polygons?: PolygonProperties[] | nullish;
63604
63424
  }
63605
63425
 
63606
63426
  export interface AttachmentQuery extends Accessor, JSONSupport {
@@ -65391,21 +65211,6 @@ declare namespace __esri {
65391
65211
  }
65392
65212
 
65393
65213
  export class ClosestFacilitySolveResult {
65394
- /**
65395
- * Directions are returned if
65396
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilityParameters.html#returnDirections ClosestFacilityParameters.returnDirections} is set to `true` and
65397
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilityParameters.html#directionsOutputType ClosestFacilityParameters.directionsOutputType} is set
65398
- * to `complete`, `complete-no-events`, `instructions-only', `standard` or `summary-only` in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-closestFacility.html#solve closestFacility.solve()} request.
65399
- *
65400
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilitySolveResult.html#directions Read more...}
65401
- */
65402
- directions: DirectionsFeatureSet[] | nullish;
65403
- /**
65404
- * An array of processing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NAMessage.html messages} generated by the server.
65405
- *
65406
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilitySolveResult.html#messages Read more...}
65407
- */
65408
- messages: NAMessage[] | nullish;
65409
65214
  /**
65410
65215
  * The result from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-closestFacility.html closestFacility}.
65411
65216
  *
@@ -65427,6 +65232,16 @@ declare namespace __esri {
65427
65232
  */
65428
65233
  get directionPoints(): FeatureSet | nullish;
65429
65234
  set directionPoints(value: FeatureSetProperties | nullish);
65235
+ /**
65236
+ * Directions are returned if
65237
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilityParameters.html#returnDirections ClosestFacilityParameters.returnDirections} is set to `true` and
65238
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilityParameters.html#directionsOutputType ClosestFacilityParameters.directionsOutputType} is set
65239
+ * to `complete`, `complete-no-events`, `instructions-only', `standard` or `summary-only` in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-closestFacility.html#solve closestFacility.solve()} request.
65240
+ *
65241
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilitySolveResult.html#directions Read more...}
65242
+ */
65243
+ get directions(): DirectionsFeatureSet[] | nullish;
65244
+ set directions(value: DirectionsFeatureSetProperties[] | nullish);
65430
65245
  /**
65431
65246
  * This provides access to the output facilities from a closest facility analysis.
65432
65247
  *
@@ -65441,6 +65256,13 @@ declare namespace __esri {
65441
65256
  */
65442
65257
  get incidents(): FeatureSet | nullish;
65443
65258
  set incidents(value: FeatureSetProperties | nullish);
65259
+ /**
65260
+ * An array of processing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NAMessage.html messages} generated by the server.
65261
+ *
65262
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilitySolveResult.html#messages Read more...}
65263
+ */
65264
+ get messages(): NAMessage[] | nullish;
65265
+ set messages(value: NAMessageProperties[] | nullish);
65444
65266
  /**
65445
65267
  * A set of features representing point barriers.
65446
65268
  *
@@ -65530,7 +65352,7 @@ declare namespace __esri {
65530
65352
  *
65531
65353
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilitySolveResult.html#directions Read more...}
65532
65354
  */
65533
- directions?: DirectionsFeatureSet[] | nullish;
65355
+ directions?: DirectionsFeatureSetProperties[] | nullish;
65534
65356
  /**
65535
65357
  * This provides access to the output facilities from a closest facility analysis.
65536
65358
  *
@@ -65548,7 +65370,7 @@ declare namespace __esri {
65548
65370
  *
65549
65371
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilitySolveResult.html#messages Read more...}
65550
65372
  */
65551
- messages?: NAMessage[] | nullish;
65373
+ messages?: NAMessageProperties[] | nullish;
65552
65374
  /**
65553
65375
  * A set of features representing point barriers.
65554
65376
  *
@@ -66614,7 +66436,7 @@ declare namespace __esri {
66614
66436
  *
66615
66437
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DirectionsFeatureSet.html#strings Read more...}
66616
66438
  */
66617
- strings: DirectionsString[];
66439
+ readonly strings: DirectionsString[];
66618
66440
  /**
66619
66441
  * The total drive time for the route.
66620
66442
  *
@@ -66675,12 +66497,6 @@ declare namespace __esri {
66675
66497
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DirectionsFeatureSet.html#routeName Read more...}
66676
66498
  */
66677
66499
  routeName?: string | nullish;
66678
- /**
66679
- * A flattened array of all {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DirectionsFeatureSet.html#DirectionsString direction strings}.
66680
- *
66681
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DirectionsFeatureSet.html#strings Read more...}
66682
- */
66683
- strings?: DirectionsString[];
66684
66500
  /**
66685
66501
  * The total drive time for the route.
66686
66502
  *
@@ -69217,12 +69033,6 @@ declare namespace __esri {
69217
69033
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyParameters.html#processAsMultidimensional Read more...}
69218
69034
  */
69219
69035
  processAsMultidimensional: boolean;
69220
- /**
69221
- * An array the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyParameters.html#rasterFunction raster functions} to retrieve multiple processed pixel values.
69222
- *
69223
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyParameters.html#rasterFunctions Read more...}
69224
- */
69225
- rasterFunctions: RasterFunction[] | nullish;
69226
69036
  /**
69227
69037
  * If `true`, returns both geometry and attributes of the catalog items.
69228
69038
  *
@@ -69279,6 +69089,13 @@ declare namespace __esri {
69279
69089
  */
69280
69090
  get rasterFunction(): RasterFunction | nullish;
69281
69091
  set rasterFunction(value: RasterFunctionProperties | nullish);
69092
+ /**
69093
+ * An array the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyParameters.html#rasterFunction raster functions} to retrieve multiple processed pixel values.
69094
+ *
69095
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyParameters.html#rasterFunctions Read more...}
69096
+ */
69097
+ get rasterFunctions(): RasterFunction[] | nullish;
69098
+ set rasterFunctions(value: RasterFunctionProperties[] | nullish);
69282
69099
  /**
69283
69100
  * A time extent for a temporal data against {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#timeInfo time-aware imagery layer}.
69284
69101
  *
@@ -69349,7 +69166,7 @@ declare namespace __esri {
69349
69166
  *
69350
69167
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyParameters.html#rasterFunctions Read more...}
69351
69168
  */
69352
- rasterFunctions?: RasterFunction[] | nullish;
69169
+ rasterFunctions?: RasterFunctionProperties[] | nullish;
69353
69170
  /**
69354
69171
  * If `true`, returns both geometry and attributes of the catalog items.
69355
69172
  *
@@ -69853,12 +69670,6 @@ declare namespace __esri {
69853
69670
  }
69854
69671
 
69855
69672
  export class ImagePixelLocationParameters {
69856
- /**
69857
- * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html points} that defines pixel locations.
69858
- *
69859
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImagePixelLocationParameters.html#geometries Read more...}
69860
- */
69861
- geometries: Point[] | nullish;
69862
69673
  /**
69863
69674
  * The rasterId of a raster catalog in the image service.
69864
69675
  *
@@ -69872,6 +69683,13 @@ declare namespace __esri {
69872
69683
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImagePixelLocationParameters.html Read more...}
69873
69684
  */
69874
69685
  constructor(properties?: ImagePixelLocationParametersProperties);
69686
+ /**
69687
+ * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html points} that defines pixel locations.
69688
+ *
69689
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImagePixelLocationParameters.html#geometries Read more...}
69690
+ */
69691
+ get geometries(): Point[] | nullish;
69692
+ set geometries(value: PointProperties[] | nullish);
69875
69693
  /**
69876
69694
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
69877
69695
  *
@@ -69896,7 +69714,7 @@ declare namespace __esri {
69896
69714
  *
69897
69715
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImagePixelLocationParameters.html#geometries Read more...}
69898
69716
  */
69899
- geometries?: Point[] | nullish;
69717
+ geometries?: PointProperties[] | nullish;
69900
69718
  /**
69901
69719
  * The rasterId of a raster catalog in the image service.
69902
69720
  *
@@ -70146,13 +69964,6 @@ declare namespace __esri {
70146
69964
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleParameters.html#interpolation Read more...}
70147
69965
  */
70148
69966
  interpolation: "nearest" | "bilinear" | "cubic" | "majority";
70149
- /**
70150
- * When sampling multiple locations, you can use an array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html points} instead of providing
70151
- * a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Multipoint.html multipoint} for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleParameters.html#geometry geometry} property.
70152
- *
70153
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleParameters.html#locations Read more...}
70154
- */
70155
- locations: Point[];
70156
69967
  /**
70157
69968
  * The list of fields associated with the rasters to be included in the response.
70158
69969
  *
@@ -70206,6 +70017,14 @@ declare namespace __esri {
70206
70017
  | (PolylineProperties & { type: "polyline" })
70207
70018
  | (ExtentProperties & { type: "extent" })
70208
70019
  | (PolygonProperties & { type: "polygon" }));
70020
+ /**
70021
+ * When sampling multiple locations, you can use an array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html points} instead of providing
70022
+ * a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Multipoint.html multipoint} for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleParameters.html#geometry geometry} property.
70023
+ *
70024
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleParameters.html#locations Read more...}
70025
+ */
70026
+ get locations(): Point[];
70027
+ set locations(value: PointProperties[]);
70209
70028
  /**
70210
70029
  * Specifies the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MosaicRule.html mosaic rule} defining the image sort order and selection.
70211
70030
  *
@@ -70268,7 +70087,7 @@ declare namespace __esri {
70268
70087
  *
70269
70088
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleParameters.html#locations Read more...}
70270
70089
  */
70271
- locations?: Point[];
70090
+ locations?: PointProperties[];
70272
70091
  /**
70273
70092
  * Specifies the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MosaicRule.html mosaic rule} defining the image sort order and selection.
70274
70093
  *
@@ -70324,12 +70143,6 @@ declare namespace __esri {
70324
70143
  }
70325
70144
 
70326
70145
  export class ImageSampleResult {
70327
- /**
70328
- * An array of image sample results returned in response to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#getSamples ImageryLayer.getSamples()} method.
70329
- *
70330
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleResult.html#samples Read more...}
70331
- */
70332
- samples: ImageSample[] | nullish;
70333
70146
  /**
70334
70147
  * The result from the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#getSamples getSamples}
70335
70148
  * method on {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html ImageryLayer} containing array of
@@ -70338,6 +70151,13 @@ declare namespace __esri {
70338
70151
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleResult.html Read more...}
70339
70152
  */
70340
70153
  constructor(properties?: ImageSampleResultProperties);
70154
+ /**
70155
+ * An array of image sample results returned in response to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#getSamples ImageryLayer.getSamples()} method.
70156
+ *
70157
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleResult.html#samples Read more...}
70158
+ */
70159
+ get samples(): ImageSample[] | nullish;
70160
+ set samples(value: ImageSampleProperties[] | nullish);
70341
70161
  /**
70342
70162
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
70343
70163
  *
@@ -70362,7 +70182,7 @@ declare namespace __esri {
70362
70182
  *
70363
70183
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageSampleResult.html#samples Read more...}
70364
70184
  */
70365
- samples?: ImageSample[] | nullish;
70185
+ samples?: ImageSampleProperties[] | nullish;
70366
70186
  }
70367
70187
 
70368
70188
  export class ImageToMapMultirayParameters extends JSONSupport {
@@ -70656,12 +70476,6 @@ declare namespace __esri {
70656
70476
  | "job-submitted"
70657
70477
  | "job-succeeded"
70658
70478
  | "job-waiting";
70659
- /**
70660
- * An array of messages that include a type and description.
70661
- *
70662
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-JobInfo.html#messages Read more...}
70663
- */
70664
- messages: GPMessage[] | nullish;
70665
70479
  /**
70666
70480
  * Displays the progress of the geoprocessing job.
70667
70481
  *
@@ -70687,6 +70501,13 @@ declare namespace __esri {
70687
70501
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-JobInfo.html Read more...}
70688
70502
  */
70689
70503
  constructor(properties?: JobInfoProperties);
70504
+ /**
70505
+ * An array of messages that include a type and description.
70506
+ *
70507
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-JobInfo.html#messages Read more...}
70508
+ */
70509
+ get messages(): GPMessage[] | nullish;
70510
+ set messages(value: GPMessageProperties[] | nullish);
70690
70511
  /**
70691
70512
  * Cancels an asynchronous geoprocessing job.
70692
70513
  *
@@ -70792,7 +70613,7 @@ declare namespace __esri {
70792
70613
  *
70793
70614
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-JobInfo.html#messages Read more...}
70794
70615
  */
70795
- messages?: GPMessage[] | nullish;
70616
+ messages?: GPMessageProperties[] | nullish;
70796
70617
  /**
70797
70618
  * The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-request.html#request options} to be used for data requests.
70798
70619
  *
@@ -70890,18 +70711,19 @@ declare namespace __esri {
70890
70711
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-LengthsParameters.html#lengthUnit Read more...}
70891
70712
  */
70892
70713
  lengthUnit: number | string;
70893
- /**
70894
- * The array of polylines whose lengths are to be computed.
70895
- *
70896
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-LengthsParameters.html#polylines Read more...}
70897
- */
70898
- polylines: Polyline[] | nullish;
70899
70714
  /**
70900
70715
  * Sets the length units and other parameters for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geometryService.html#lengths geometryService.lengths()} operation.
70901
70716
  *
70902
70717
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-LengthsParameters.html Read more...}
70903
70718
  */
70904
70719
  constructor(properties?: LengthsParametersProperties);
70720
+ /**
70721
+ * The array of polylines whose lengths are to be computed.
70722
+ *
70723
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-LengthsParameters.html#polylines Read more...}
70724
+ */
70725
+ get polylines(): Polyline[] | nullish;
70726
+ set polylines(value: PolylineProperties[] | nullish);
70905
70727
  /**
70906
70728
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
70907
70729
  *
@@ -70945,7 +70767,7 @@ declare namespace __esri {
70945
70767
  *
70946
70768
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-LengthsParameters.html#polylines Read more...}
70947
70769
  */
70948
- polylines?: Polyline[] | nullish;
70770
+ polylines?: PolylineProperties[] | nullish;
70949
70771
  }
70950
70772
 
70951
70773
  export interface LinearUnit extends Accessor, JSONSupport {
@@ -71321,12 +71143,6 @@ declare namespace __esri {
71321
71143
  }
71322
71144
 
71323
71145
  export class MultipartColorRamp extends ColorRamp {
71324
- /**
71325
- * Define an array of algorithmic color ramps used to generate the multi part ramp.
71326
- *
71327
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MultipartColorRamp.html#colorRamps Read more...}
71328
- */
71329
- colorRamps: AlgorithmicColorRamp[] | nullish;
71330
71146
  /**
71331
71147
  * A string value representing the color ramp type.
71332
71148
  *
@@ -71342,6 +71158,13 @@ declare namespace __esri {
71342
71158
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MultipartColorRamp.html Read more...}
71343
71159
  */
71344
71160
  constructor(properties?: MultipartColorRampProperties);
71161
+ /**
71162
+ * Define an array of algorithmic color ramps used to generate the multi part ramp.
71163
+ *
71164
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MultipartColorRamp.html#colorRamps Read more...}
71165
+ */
71166
+ get colorRamps(): AlgorithmicColorRamp[] | nullish;
71167
+ set colorRamps(value: AlgorithmicColorRampProperties[] | nullish);
71345
71168
  /**
71346
71169
  * Creates a deep clone of this object.
71347
71170
  *
@@ -71357,7 +71180,7 @@ declare namespace __esri {
71357
71180
  *
71358
71181
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MultipartColorRamp.html#colorRamps Read more...}
71359
71182
  */
71360
- colorRamps?: AlgorithmicColorRamp[] | nullish;
71183
+ colorRamps?: AlgorithmicColorRampProperties[] | nullish;
71361
71184
  }
71362
71185
 
71363
71186
  export interface NAMessage extends Accessor, JSONSupport {
@@ -72054,21 +71877,22 @@ declare namespace __esri {
72054
71877
  */
72055
71878
  previousQueryParams: PlacesQueryParameters | nullish;
72056
71879
  /**
72057
- * An array of results from searching for places using the
71880
+ * The `PlacesQueryResult` object includes the results from the
72058
71881
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-places.html#queryPlacesNearPoint queryPlacesNearPoint()} and
72059
71882
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-places.html#queryPlacesWithinExtent queryPlacesWithinExtent()} methods.
72060
71883
  *
72061
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-PlacesQueryResult.html#results Read more...}
71884
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-PlacesQueryResult.html Read more...}
72062
71885
  */
72063
- results: PlaceResult[];
71886
+ constructor(properties?: PlacesQueryResultProperties);
72064
71887
  /**
72065
- * The `PlacesQueryResult` object includes the results from the
71888
+ * An array of results from searching for places using the
72066
71889
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-places.html#queryPlacesNearPoint queryPlacesNearPoint()} and
72067
71890
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-places.html#queryPlacesWithinExtent queryPlacesWithinExtent()} methods.
72068
71891
  *
72069
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-PlacesQueryResult.html Read more...}
71892
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-PlacesQueryResult.html#results Read more...}
72070
71893
  */
72071
- constructor(properties?: PlacesQueryResultProperties);
71894
+ get results(): PlaceResult[];
71895
+ set results(value: PlaceResultProperties[]);
72072
71896
  }
72073
71897
 
72074
71898
  interface PlacesQueryResultProperties {
@@ -72091,7 +71915,7 @@ declare namespace __esri {
72091
71915
  *
72092
71916
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-PlacesQueryResult.html#results Read more...}
72093
71917
  */
72094
- results?: PlaceResult[];
71918
+ results?: PlaceResultProperties[];
72095
71919
  }
72096
71920
 
72097
71921
  export interface PointBarrier extends Accessor, JSONSupport {
@@ -74897,42 +74721,47 @@ declare namespace __esri {
74897
74721
  }
74898
74722
 
74899
74723
  export class RouteSolveResult {
74724
+ /**
74725
+ * The results from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-route.html#solve route.solve()} method.
74726
+ *
74727
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html Read more...}
74728
+ */
74729
+ constructor(properties?: RouteSolveResultProperties);
74900
74730
  /**
74901
74731
  * An array of processing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NAMessage.html messages} generated by the server.
74902
74732
  *
74903
74733
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#messages Read more...}
74904
74734
  */
74905
- messages: NAMessage[] | nullish;
74735
+ get messages(): NAMessage[] | nullish;
74736
+ set messages(value: NAMessageProperties[] | nullish);
74906
74737
  /**
74907
74738
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html graphics} representing point barriers.
74908
74739
  *
74909
74740
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#pointBarriers Read more...}
74910
74741
  */
74911
- pointBarriers: Graphic[] | nullish;
74742
+ get pointBarriers(): Graphic[] | nullish;
74743
+ set pointBarriers(value: GraphicProperties[] | nullish);
74912
74744
  /**
74913
74745
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html graphics} representing polygon barriers.
74914
74746
  *
74915
74747
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#polygonBarriers Read more...}
74916
74748
  */
74917
- polygonBarriers: Graphic[] | nullish;
74749
+ get polygonBarriers(): Graphic[] | nullish;
74750
+ set polygonBarriers(value: GraphicProperties[] | nullish);
74918
74751
  /**
74919
74752
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html graphics} representing polyline barriers.
74920
74753
  *
74921
74754
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#polylineBarriers Read more...}
74922
74755
  */
74923
- polylineBarriers: Graphic[] | nullish;
74756
+ get polylineBarriers(): Graphic[] | nullish;
74757
+ set polylineBarriers(value: GraphicProperties[] | nullish);
74924
74758
  /**
74925
74759
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteResult.html route results}.
74926
74760
  *
74927
74761
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#routeResults Read more...}
74928
74762
  */
74929
- routeResults: RouteResult[];
74930
- /**
74931
- * The results from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-route.html#solve route.solve()} method.
74932
- *
74933
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html Read more...}
74934
- */
74935
- constructor(properties?: RouteSolveResultProperties);
74763
+ get routeResults(): RouteResult[];
74764
+ set routeResults(value: RouteResultProperties[]);
74936
74765
  /**
74937
74766
  * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
74938
74767
  *
@@ -74957,31 +74786,31 @@ declare namespace __esri {
74957
74786
  *
74958
74787
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#messages Read more...}
74959
74788
  */
74960
- messages?: NAMessage[] | nullish;
74789
+ messages?: NAMessageProperties[] | nullish;
74961
74790
  /**
74962
74791
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html graphics} representing point barriers.
74963
74792
  *
74964
74793
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#pointBarriers Read more...}
74965
74794
  */
74966
- pointBarriers?: Graphic[] | nullish;
74795
+ pointBarriers?: GraphicProperties[] | nullish;
74967
74796
  /**
74968
74797
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html graphics} representing polygon barriers.
74969
74798
  *
74970
74799
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#polygonBarriers Read more...}
74971
74800
  */
74972
- polygonBarriers?: Graphic[] | nullish;
74801
+ polygonBarriers?: GraphicProperties[] | nullish;
74973
74802
  /**
74974
74803
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html graphics} representing polyline barriers.
74975
74804
  *
74976
74805
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#polylineBarriers Read more...}
74977
74806
  */
74978
- polylineBarriers?: Graphic[] | nullish;
74807
+ polylineBarriers?: GraphicProperties[] | nullish;
74979
74808
  /**
74980
74809
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteResult.html route results}.
74981
74810
  *
74982
74811
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RouteSolveResult.html#routeResults Read more...}
74983
74812
  */
74984
- routeResults?: RouteResult[];
74813
+ routeResults?: RouteResultProperties[];
74985
74814
  }
74986
74815
 
74987
74816
  export interface ServiceAreaParameters extends Accessor, JSONSupport, Clonable {
@@ -76691,18 +76520,19 @@ declare namespace __esri {
76691
76520
  | "no-end-attributes"
76692
76521
  | "no-extend-at-from"
76693
76522
  | "no-extend-at-to";
76694
- /**
76695
- * The array of polylines to trim or extend.
76696
- *
76697
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-TrimExtendParameters.html#polylines Read more...}
76698
- */
76699
- polylines: Polyline[] | nullish;
76700
76523
  /**
76701
76524
  * Used to set the parameters for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geometryService.html#trimExtend geometryService.trimExtend} operation.
76702
76525
  *
76703
76526
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-TrimExtendParameters.html Read more...}
76704
76527
  */
76705
76528
  constructor(properties?: TrimExtendParametersProperties);
76529
+ /**
76530
+ * The array of polylines to trim or extend.
76531
+ *
76532
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-TrimExtendParameters.html#polylines Read more...}
76533
+ */
76534
+ get polylines(): Polyline[] | nullish;
76535
+ set polylines(value: PolylineProperties[] | nullish);
76706
76536
  /**
76707
76537
  * A polyline used as a guide for trimming or extending input polylines.
76708
76538
  *
@@ -76745,7 +76575,7 @@ declare namespace __esri {
76745
76575
  *
76746
76576
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-TrimExtendParameters.html#polylines Read more...}
76747
76577
  */
76748
- polylines?: Polyline[] | nullish;
76578
+ polylines?: PolylineProperties[] | nullish;
76749
76579
  /**
76750
76580
  * A polyline used as a guide for trimming or extending input polylines.
76751
76581
  *
@@ -84226,7 +84056,7 @@ declare namespace __esri {
84226
84056
  *
84227
84057
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-FillSymbol.html#type Read more...}
84228
84058
  */
84229
- type: "simple-fill" | "picture-fill";
84059
+ readonly type: "simple-fill" | "picture-fill";
84230
84060
  /**
84231
84061
  * Fill symbols are used to draw {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html Polygon} graphics in a
84232
84062
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GraphicsLayer.html GraphicsLayer} or a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html FeatureLayer}
@@ -84252,12 +84082,6 @@ declare namespace __esri {
84252
84082
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-FillSymbol.html#outline Read more...}
84253
84083
  */
84254
84084
  outline?: (SimpleLineSymbolProperties & { type?: "simple-line" }) | nullish;
84255
- /**
84256
- * The symbol type.
84257
- *
84258
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-FillSymbol.html#type Read more...}
84259
- */
84260
- type?: "simple-fill" | "picture-fill";
84261
84085
  }
84262
84086
 
84263
84087
  export class FillSymbol3DLayer extends Symbol3DLayer {
@@ -85096,7 +84920,7 @@ declare namespace __esri {
85096
84920
  *
85097
84921
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MarkerSymbol.html#type Read more...}
85098
84922
  */
85099
- type: "simple-marker" | "picture-marker";
84923
+ readonly type: "simple-marker" | "picture-marker";
85100
84924
  /**
85101
84925
  * Marker symbols are used to draw {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html Point} graphics in
85102
84926
  * a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html FeatureLayer} or individual {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html graphics}
@@ -85133,12 +84957,6 @@ declare namespace __esri {
85133
84957
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MarkerSymbol.html#angle Read more...}
85134
84958
  */
85135
84959
  angle?: number;
85136
- /**
85137
- * The symbol type.
85138
- *
85139
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MarkerSymbol.html#type Read more...}
85140
- */
85141
- type?: "simple-marker" | "picture-marker";
85142
84960
  /**
85143
84961
  * The offset on the x-axis in points.
85144
84962
  *
@@ -93825,7 +93643,7 @@ declare namespace __esri {
93825
93643
  *
93826
93644
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-SceneLayerView.html#maximumNumberOfFeaturesExceeded Read more...}
93827
93645
  */
93828
- maximumNumberOfFeaturesExceeded: boolean;
93646
+ readonly maximumNumberOfFeaturesExceeded: boolean;
93829
93647
  /**
93830
93648
  * Represents the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerView} of a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html SceneLayer}
93831
93649
  * after it has been added to a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map} in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
@@ -93914,12 +93732,6 @@ declare namespace __esri {
93914
93732
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-SceneLayerView.html#maximumNumberOfFeatures Read more...}
93915
93733
  */
93916
93734
  maximumNumberOfFeatures?: number;
93917
- /**
93918
- * Signifies whether the maximum number of features has been exceeded.
93919
- *
93920
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-SceneLayerView.html#maximumNumberOfFeaturesExceeded Read more...}
93921
- */
93922
- maximumNumberOfFeaturesExceeded?: boolean;
93923
93735
  }
93924
93736
 
93925
93737
  export interface SceneLayerViewQueryExtentOptions {
@@ -96265,6 +96077,14 @@ declare namespace __esri {
96265
96077
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#interacting Read more...}
96266
96078
  */
96267
96079
  readonly interacting: boolean;
96080
+ /**
96081
+ * A collection containing a hierarchical list of all the created
96082
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerViews} of the
96083
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#layers operational layers} in the map.
96084
+ *
96085
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#layerViews Read more...}
96086
+ */
96087
+ readonly layerViews: Collection<LayerView>;
96268
96088
  /**
96269
96089
  * The magnifier allows for showing a portion of the view as a magnifier image on top of the view.
96270
96090
  *
@@ -96345,15 +96165,6 @@ declare namespace __esri {
96345
96165
  */
96346
96166
  get graphics(): Collection<Graphic>;
96347
96167
  set graphics(value: CollectionProperties<GraphicProperties>);
96348
- /**
96349
- * A collection containing a hierarchical list of all the created
96350
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerViews} of the
96351
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#layers operational layers} in the map.
96352
- *
96353
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#layerViews Read more...}
96354
- */
96355
- get layerViews(): Collection<LayerView>;
96356
- set layerViews(value: CollectionProperties<LayerView>);
96357
96168
  /**
96358
96169
  * An instance of a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map} object to display in the view.
96359
96170
  *
@@ -96665,14 +96476,6 @@ declare namespace __esri {
96665
96476
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#graphics Read more...}
96666
96477
  */
96667
96478
  graphics?: CollectionProperties<GraphicProperties>;
96668
- /**
96669
- * A collection containing a hierarchical list of all the created
96670
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerViews} of the
96671
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#layers operational layers} in the map.
96672
- *
96673
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#layerViews Read more...}
96674
- */
96675
- layerViews?: CollectionProperties<LayerView>;
96676
96479
  /**
96677
96480
  * An instance of a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map} object to display in the view.
96678
96481
  *
@@ -97438,7 +97241,7 @@ declare namespace __esri {
97438
97241
  }
97439
97242
 
97440
97243
  export interface View2DConstraintsProperties {
97441
- lods?: LOD[] | nullish;
97244
+ lods?: LODProperties[] | nullish;
97442
97245
  geometry?: (ExtentProperties & { type: "extent" }) | (PolygonProperties & { type: "polygon" }) | nullish;
97443
97246
  minScale?: number;
97444
97247
  maxScale?: number;
@@ -97454,9 +97257,10 @@ declare namespace __esri {
97454
97257
  }
97455
97258
 
97456
97259
  export interface View2DConstraints extends AnonymousAccessor {
97260
+ get lods(): LOD[] | nullish;
97261
+ set lods(value: LODProperties[] | nullish);
97457
97262
  get geometry(): Extent | Polygon | nullish;
97458
97263
  set geometry(value: (ExtentProperties & { type: "extent" }) | (PolygonProperties & { type: "polygon" }) | nullish);
97459
- lods: LOD[] | nullish;
97460
97264
  minScale: number;
97461
97265
  maxScale: number;
97462
97266
  minZoom: number;
@@ -101344,7 +101148,7 @@ declare namespace __esri {
101344
101148
  *
101345
101149
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Attachments-AttachmentsViewModel.html#supportsResizeAttachments Read more...}
101346
101150
  */
101347
- supportsResizeAttachments: boolean;
101151
+ readonly supportsResizeAttachments: boolean;
101348
101152
  /**
101349
101153
  * Provides the logic for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Attachments.html Attachments} widget.
101350
101154
  *
@@ -101391,12 +101195,6 @@ declare namespace __esri {
101391
101195
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Attachments-AttachmentsViewModel.html#mode Read more...}
101392
101196
  */
101393
101197
  mode?: "view" | "add" | "edit";
101394
- /**
101395
- * Defines whether or not the feature supports resizing attachments.
101396
- *
101397
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Attachments-AttachmentsViewModel.html#supportsResizeAttachments Read more...}
101398
- */
101399
- supportsResizeAttachments?: boolean;
101400
101198
  }
101401
101199
 
101402
101200
  /**
@@ -101689,7 +101487,13 @@ declare namespace __esri {
101689
101487
  *
101690
101488
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#activeBasemapIndex Read more...}
101691
101489
  */
101692
- activeBasemapIndex: number;
101490
+ readonly activeBasemapIndex: number;
101491
+ /**
101492
+ * A collection of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-support-BasemapGalleryItem.html BasemapGalleryItem}s representing basemaps.
101493
+ *
101494
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#items Read more...}
101495
+ */
101496
+ readonly items: Collection<BasemapGalleryItem>;
101693
101497
  /**
101694
101498
  * The view model's state.
101695
101499
  *
@@ -101717,13 +101521,6 @@ declare namespace __esri {
101717
101521
  */
101718
101522
  get activeBasemap(): Basemap | nullish;
101719
101523
  set activeBasemap(value: BasemapProperties | nullish | string);
101720
- /**
101721
- * A collection of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-support-BasemapGalleryItem.html BasemapGalleryItem}s representing basemaps.
101722
- *
101723
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#items Read more...}
101724
- */
101725
- get items(): Collection<BasemapGalleryItem>;
101726
- set items(value: CollectionProperties<BasemapGalleryItemProperties>);
101727
101524
  /**
101728
101525
  * The source for basemaps that the widget will display.
101729
101526
  *
@@ -101749,19 +101546,6 @@ declare namespace __esri {
101749
101546
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#activeBasemap Read more...}
101750
101547
  */
101751
101548
  activeBasemap?: BasemapProperties | nullish | string;
101752
- /**
101753
- * The current index of the active {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap basemap}
101754
- * in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery.html BasemapGallery}.
101755
- *
101756
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#activeBasemapIndex Read more...}
101757
- */
101758
- activeBasemapIndex?: number;
101759
- /**
101760
- * A collection of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-support-BasemapGalleryItem.html BasemapGalleryItem}s representing basemaps.
101761
- *
101762
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#items Read more...}
101763
- */
101764
- items?: CollectionProperties<BasemapGalleryItemProperties>;
101765
101549
  /**
101766
101550
  * The source for basemaps that the widget will display.
101767
101551
  *
@@ -110429,7 +110213,7 @@ declare namespace __esri {
110429
110213
  *
110430
110214
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#waitingForContents Read more...}
110431
110215
  */
110432
- waitingForContents: boolean;
110216
+ readonly waitingForContents: boolean;
110433
110217
  /**
110434
110218
  * Indicates whether a feature was found while resolving {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#promises promises}.
110435
110219
  *
@@ -110732,12 +110516,6 @@ declare namespace __esri {
110732
110516
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#visible Read more...}
110733
110517
  */
110734
110518
  visible?: boolean;
110735
- /**
110736
- * Indicates whether the widget is waiting for content to be resolved.
110737
- *
110738
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#waitingForContents Read more...}
110739
- */
110740
- waitingForContents?: boolean;
110741
110519
  }
110742
110520
 
110743
110521
  export interface FeaturesViewModelFetchFeaturesScreenPoint {
@@ -117229,7 +117007,7 @@ declare namespace __esri {
117229
117007
  *
117230
117008
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#isScaleDriven Read more...}
117231
117009
  */
117232
- isScaleDriven: boolean;
117010
+ readonly isScaleDriven: boolean;
117233
117011
  /**
117234
117012
  * The layer represented by the ActiveLayerInfo object.
117235
117013
  *
@@ -117265,7 +117043,7 @@ declare namespace __esri {
117265
117043
  *
117266
117044
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#ready Read more...}
117267
117045
  */
117268
- ready: boolean;
117046
+ readonly ready: boolean;
117269
117047
  /**
117270
117048
  * Determines whether to respect the properties of the layers in the map that
117271
117049
  * control the legend's visibility (`minScale`, `maxScale`, `legendEnabled`).
@@ -117280,7 +117058,7 @@ declare namespace __esri {
117280
117058
  *
117281
117059
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#scale Read more...}
117282
117060
  */
117283
- scale: number;
117061
+ readonly scale: number;
117284
117062
  /**
117285
117063
  * Only applies if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#layer layer} is a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html MapImageLayer}.
117286
117064
  *
@@ -117298,7 +117076,7 @@ declare namespace __esri {
117298
117076
  *
117299
117077
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#version Read more...}
117300
117078
  */
117301
- version: number;
117079
+ readonly version: number;
117302
117080
  /**
117303
117081
  * The view in which the Legend is rendered.
117304
117082
  *
@@ -117329,12 +117107,6 @@ declare namespace __esri {
117329
117107
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#hideLayersNotInCurrentView Read more...}
117330
117108
  */
117331
117109
  hideLayersNotInCurrentView?: boolean;
117332
- /**
117333
- * Indicates if the legend's display of the layer's renderer is driven by the scale of the view.
117334
- *
117335
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#isScaleDriven Read more...}
117336
- */
117337
- isScaleDriven?: boolean;
117338
117110
  /**
117339
117111
  * The layer represented by the ActiveLayerInfo object.
117340
117112
  *
@@ -117359,12 +117131,6 @@ declare namespace __esri {
117359
117131
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#parent Read more...}
117360
117132
  */
117361
117133
  parent?: ActiveLayerInfo | nullish;
117362
- /**
117363
- * Indicates if the activeLayerInfo is ready.
117364
- *
117365
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#ready Read more...}
117366
- */
117367
- ready?: boolean;
117368
117134
  /**
117369
117135
  * Determines whether to respect the properties of the layers in the map that
117370
117136
  * control the legend's visibility (`minScale`, `maxScale`, `legendEnabled`).
@@ -117372,12 +117138,6 @@ declare namespace __esri {
117372
117138
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#respectLayerVisibility Read more...}
117373
117139
  */
117374
117140
  respectLayerVisibility?: boolean;
117375
- /**
117376
- * The scale of the view instance in which the Legend is rendered.
117377
- *
117378
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#scale Read more...}
117379
- */
117380
- scale?: number;
117381
117141
  /**
117382
117142
  * Only applies if the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#layer layer} is a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html MapImageLayer}.
117383
117143
  *
@@ -117390,12 +117150,6 @@ declare namespace __esri {
117390
117150
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#title Read more...}
117391
117151
  */
117392
117152
  title?: string | nullish;
117393
- /**
117394
- * The version of the ActiveLayerInfo.
117395
- *
117396
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#version Read more...}
117397
- */
117398
- version?: number;
117399
117153
  /**
117400
117154
  * The view in which the Legend is rendered.
117401
117155
  *
@@ -118805,7 +118559,7 @@ declare namespace __esri {
118805
118559
  *
118806
118560
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-OrientedImageryViewer-OrientedImageryViewerViewModel.html#imageGalleryEnabled Read more...}
118807
118561
  */
118808
- imageGalleryEnabled: boolean;
118562
+ readonly imageGalleryEnabled: boolean;
118809
118563
  /**
118810
118564
  * Indicates if the image has been loaded onto the oriented imagery viewer.
118811
118565
  *
@@ -118813,7 +118567,7 @@ declare namespace __esri {
118813
118567
  *
118814
118568
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-OrientedImageryViewer-OrientedImageryViewerViewModel.html#imageLoaded Read more...}
118815
118569
  */
118816
- imageLoaded: boolean;
118570
+ readonly imageLoaded: boolean;
118817
118571
  /**
118818
118572
  * Indicates if the additional footprint polygons are visible for the selected image loaded in the viewer.
118819
118573
  *
@@ -118883,18 +118637,6 @@ declare namespace __esri {
118883
118637
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-OrientedImageryViewer-OrientedImageryViewerViewModel.html#disabled Read more...}
118884
118638
  */
118885
118639
  disabled?: boolean;
118886
- /**
118887
- * When `true`, the image gallery functionality is available in the widget.
118888
- *
118889
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-OrientedImageryViewer-OrientedImageryViewerViewModel.html#imageGalleryEnabled Read more...}
118890
- */
118891
- imageGalleryEnabled?: boolean;
118892
- /**
118893
- * Indicates if the image has been loaded onto the oriented imagery viewer.
118894
- *
118895
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-OrientedImageryViewer-OrientedImageryViewerViewModel.html#imageLoaded Read more...}
118896
- */
118897
- imageLoaded?: boolean;
118898
118640
  /**
118899
118641
  * Indicates if the additional footprint polygons are visible for the selected image loaded in the viewer.
118900
118642
  *
@@ -124732,7 +124474,7 @@ declare namespace __esri {
124732
124474
  *
124733
124475
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html#trackElement Read more...}
124734
124476
  */
124735
- trackElement: HTMLElement | nullish;
124477
+ readonly trackElement: HTMLElement | nullish;
124736
124478
  /**
124737
124479
  * An array of numbers representing absolute thumb positions on the slider.
124738
124480
  *
@@ -124914,12 +124656,6 @@ declare namespace __esri {
124914
124656
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html#tickConfigs Read more...}
124915
124657
  */
124916
124658
  tickConfigs?: TickConfig[];
124917
- /**
124918
- * The HTML Element node representing the slider track.
124919
- *
124920
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html#trackElement Read more...}
124921
- */
124922
- trackElement?: HTMLElement | nullish;
124923
124659
  /**
124924
124660
  * An array of numbers representing absolute thumb positions on the slider.
124925
124661
  *