@vertigis/viewer-spec 60.9.1 → 61.1.0
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.
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/messaging/Event.d.ts +2 -1
- package/messaging/registry/geometry.d.ts +2 -3
- package/messaging/registry/map.d.ts +1 -1
- package/messaging/registry/printing.d.ts +36 -4
- package/messaging/registry/printing.js +1 -1
- package/messaging/schema/common-action.schema.json +1834 -575
- package/messaging/schema/common-event.schema.json +1639 -305
- package/messaging/schema/mobile-action.schema.json +1912 -639
- package/messaging/schema/mobile-event.schema.json +1680 -381
- package/messaging/schema/web-action.schema.json +2292 -1081
- package/messaging/schema/web-charts-command-definitions.md +210 -3
- package/messaging/schema/web-drawing-command-definitions.md +18 -57
- package/messaging/schema/web-drawing-operation-definitions.md +114 -63
- package/messaging/schema/web-edit-command-definitions.md +212 -5
- package/messaging/schema/web-event.schema.json +1832 -402
- package/messaging/schema/web-geocode-operation-definitions.md +1 -1
- package/messaging/schema/web-geolocation-operation-definitions.md +1 -1
- package/messaging/schema/web-geometry-operation-definitions.md +77 -16
- package/messaging/schema/web-kpi-command-definitions.md +210 -3
- package/messaging/schema/web-layer-comparison-command-definitions.md +8 -8
- package/messaging/schema/web-layers-command-definitions.md +104 -104
- package/messaging/schema/web-layers-operation-definitions.md +37 -37
- package/messaging/schema/web-location-marker-command-definitions.md +68 -6
- package/messaging/schema/web-map-command-definitions.md +234 -27
- package/messaging/schema/web-map-operation-definitions.md +1 -1
- package/messaging/schema/web-measurement-command-definitions.md +18 -57
- package/messaging/schema/web-measurement-operation-definitions.md +17 -38
- package/messaging/schema/web-portal-operation-definitions.md +1 -1
- package/messaging/schema/web-printing-command-definitions.md +16 -0
- package/messaging/schema/web-results-command-definitions.md +280 -4
- package/messaging/schema/web-results-operation-definitions.md +289 -13
- package/messaging/schema/web-sketching-command-definitions.md +2 -2
- package/messaging/schema/web-sketching-operation-definitions.md +24 -24
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -9,7 +9,7 @@ Outputs: `CaptureGeometryResult`
|
|
|
9
9
|
# operation: geometry.buffer
|
|
10
10
|
Description: Buffers a set of geometries by some distance to create a multi-part polygon geometry. The distance value respects the user's preferences and falls back on the default configured for the viewer session. Web only.
|
|
11
11
|
|
|
12
|
-
Inputs: `(
|
|
12
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | HasFeatures | @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | T_18 | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.FeatureJson.FeatureJson | @arcgis.core.rest.support.FeatureSet.FeatureSet | ( @arcgis.core.Graphic.Graphic | esri.rest-api.FeatureJson.FeatureJson )[] | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson | ( @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | T_18 | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson )[] | HasGeometry | BufferGeometryArgs )`
|
|
13
13
|
|
|
14
14
|
CreateGraphicsResult properties:
|
|
15
15
|
```json
|
|
@@ -17,7 +17,7 @@ CreateGraphicsResult properties:
|
|
|
17
17
|
"graphics": {
|
|
18
18
|
"description": "The resulting graphics.",
|
|
19
19
|
"items": {
|
|
20
|
-
"$ref": "#/definitions
|
|
20
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
21
21
|
},
|
|
22
22
|
"type": "array",
|
|
23
23
|
"isRequired": "true"
|
|
@@ -29,6 +29,75 @@ CreateGraphicsResult properties:
|
|
|
29
29
|
}
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
33
|
+
```json
|
|
34
|
+
{
|
|
35
|
+
"attributes": {
|
|
36
|
+
"anyOf": [
|
|
37
|
+
{},
|
|
38
|
+
{
|
|
39
|
+
"$ref": "Map"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"description": "The feature's attributes, keyed by field name."
|
|
43
|
+
},
|
|
44
|
+
"failureMode": {
|
|
45
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
46
|
+
},
|
|
47
|
+
"geometry": {
|
|
48
|
+
"anyOf": [
|
|
49
|
+
{
|
|
50
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"$ref": "T_6"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"description": "The feature's geometry."
|
|
84
|
+
},
|
|
85
|
+
"id": {
|
|
86
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
87
|
+
"type": "string"
|
|
88
|
+
},
|
|
89
|
+
"schema": {
|
|
90
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
91
|
+
},
|
|
92
|
+
"settings": {
|
|
93
|
+
"description": "Settings for this feature."
|
|
94
|
+
},
|
|
95
|
+
"source": {
|
|
96
|
+
"description": "The source of the feature."
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
```
|
|
100
|
+
|
|
32
101
|
HasFeatures properties:
|
|
33
102
|
```json
|
|
34
103
|
{
|
|
@@ -388,22 +457,22 @@ ProjectArgs properties:
|
|
|
388
457
|
"geometries": {
|
|
389
458
|
"anyOf": [
|
|
390
459
|
{
|
|
391
|
-
"$ref": "#/definitions
|
|
460
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
392
461
|
},
|
|
393
462
|
{
|
|
394
|
-
"$ref": "#/definitions
|
|
463
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
395
464
|
},
|
|
396
465
|
{
|
|
397
|
-
"$ref": "#/definitions
|
|
466
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
398
467
|
},
|
|
399
468
|
{
|
|
400
|
-
"$ref": "
|
|
469
|
+
"$ref": "T_18"
|
|
401
470
|
},
|
|
402
471
|
{
|
|
403
|
-
"$ref": "#/definitions
|
|
472
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
404
473
|
},
|
|
405
474
|
{
|
|
406
|
-
"$ref": "#/definitions
|
|
475
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
407
476
|
},
|
|
408
477
|
{
|
|
409
478
|
"items": {
|
|
@@ -420,14 +489,6 @@ ProjectArgs properties:
|
|
|
420
489
|
"isRequired": "true"
|
|
421
490
|
},
|
|
422
491
|
"transformation": {
|
|
423
|
-
"anyOf": [
|
|
424
|
-
{
|
|
425
|
-
"$ref": "#/definitions/esri.GeographicTransformation"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"$ref": "esri.supportGeographicTransformation"
|
|
429
|
-
}
|
|
430
|
-
],
|
|
431
492
|
"description": "The geographic transformation which contains the steps to transform the input spatial reference to the output spatial reference."
|
|
432
493
|
}
|
|
433
494
|
}
|
|
@@ -1,7 +1,76 @@
|
|
|
1
1
|
# command: kpi.add-features
|
|
2
2
|
Description: Add one or more features to active KPI cards. Web only.
|
|
3
3
|
|
|
4
|
-
Inputs: `( @vertigis.api-docs.Features
|
|
4
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | Results | UpdateKpiCardFeaturesArgs )`
|
|
5
|
+
|
|
6
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
7
|
+
```json
|
|
8
|
+
{
|
|
9
|
+
"attributes": {
|
|
10
|
+
"anyOf": [
|
|
11
|
+
{},
|
|
12
|
+
{
|
|
13
|
+
"$ref": "Map"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"description": "The feature's attributes, keyed by field name."
|
|
17
|
+
},
|
|
18
|
+
"failureMode": {
|
|
19
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
20
|
+
},
|
|
21
|
+
"geometry": {
|
|
22
|
+
"anyOf": [
|
|
23
|
+
{
|
|
24
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"$ref": "T_6"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"description": "The feature's geometry."
|
|
58
|
+
},
|
|
59
|
+
"id": {
|
|
60
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
"schema": {
|
|
64
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
65
|
+
},
|
|
66
|
+
"settings": {
|
|
67
|
+
"description": "Settings for this feature."
|
|
68
|
+
},
|
|
69
|
+
"source": {
|
|
70
|
+
"description": "The source of the feature."
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
```
|
|
5
74
|
|
|
6
75
|
Results properties:
|
|
7
76
|
```json
|
|
@@ -54,7 +123,76 @@ Model properties:
|
|
|
54
123
|
# command: kpi.display
|
|
55
124
|
Description: Displays the KPI card and updates it with provided features. Web only.
|
|
56
125
|
|
|
57
|
-
Inputs: `( @vertigis.api-docs.Features
|
|
126
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | Results | UpdateKpiCardFeaturesArgs )`
|
|
127
|
+
|
|
128
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
129
|
+
```json
|
|
130
|
+
{
|
|
131
|
+
"attributes": {
|
|
132
|
+
"anyOf": [
|
|
133
|
+
{},
|
|
134
|
+
{
|
|
135
|
+
"$ref": "Map"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"description": "The feature's attributes, keyed by field name."
|
|
139
|
+
},
|
|
140
|
+
"failureMode": {
|
|
141
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
142
|
+
},
|
|
143
|
+
"geometry": {
|
|
144
|
+
"anyOf": [
|
|
145
|
+
{
|
|
146
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"$ref": "T_6"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"description": "The feature's geometry."
|
|
180
|
+
},
|
|
181
|
+
"id": {
|
|
182
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
183
|
+
"type": "string"
|
|
184
|
+
},
|
|
185
|
+
"schema": {
|
|
186
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
187
|
+
},
|
|
188
|
+
"settings": {
|
|
189
|
+
"description": "Settings for this feature."
|
|
190
|
+
},
|
|
191
|
+
"source": {
|
|
192
|
+
"description": "The source of the feature."
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
```
|
|
58
196
|
|
|
59
197
|
Results properties:
|
|
60
198
|
```json
|
|
@@ -85,7 +223,76 @@ UpdateKpiCardFeaturesArgs properties:
|
|
|
85
223
|
# command: kpi.remove-features
|
|
86
224
|
Description: Remove one or more features from active KPI cards. Web only.
|
|
87
225
|
|
|
88
|
-
Inputs: `( @vertigis.api-docs.Features
|
|
226
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | Results | UpdateKpiCardFeaturesArgs )`
|
|
227
|
+
|
|
228
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
229
|
+
```json
|
|
230
|
+
{
|
|
231
|
+
"attributes": {
|
|
232
|
+
"anyOf": [
|
|
233
|
+
{},
|
|
234
|
+
{
|
|
235
|
+
"$ref": "Map"
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"description": "The feature's attributes, keyed by field name."
|
|
239
|
+
},
|
|
240
|
+
"failureMode": {
|
|
241
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
242
|
+
},
|
|
243
|
+
"geometry": {
|
|
244
|
+
"anyOf": [
|
|
245
|
+
{
|
|
246
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"$ref": "T_6"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"description": "The feature's geometry."
|
|
280
|
+
},
|
|
281
|
+
"id": {
|
|
282
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
283
|
+
"type": "string"
|
|
284
|
+
},
|
|
285
|
+
"schema": {
|
|
286
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
287
|
+
},
|
|
288
|
+
"settings": {
|
|
289
|
+
"description": "Settings for this feature."
|
|
290
|
+
},
|
|
291
|
+
"source": {
|
|
292
|
+
"description": "The source of the feature."
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
```
|
|
89
296
|
|
|
90
297
|
Results properties:
|
|
91
298
|
```json
|
|
@@ -26,8 +26,8 @@ Layers properties:
|
|
|
26
26
|
"description": "The layer's url.",
|
|
27
27
|
"type": "string"
|
|
28
28
|
},
|
|
29
|
-
"
|
|
30
|
-
"$ref": "esri
|
|
29
|
+
"@arcgis.core.layers.Layer.Layer": {
|
|
30
|
+
"$ref": "esri.layers.Layer"
|
|
31
31
|
},
|
|
32
32
|
"layers": {
|
|
33
33
|
"description": "Layer(s) to use for the command/operation."
|
|
@@ -64,8 +64,8 @@ Layers properties:
|
|
|
64
64
|
"description": "The layer's url.",
|
|
65
65
|
"type": "string"
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"$ref": "esri
|
|
67
|
+
"@arcgis.core.layers.Layer.Layer": {
|
|
68
|
+
"$ref": "esri.layers.Layer"
|
|
69
69
|
},
|
|
70
70
|
"layers": {
|
|
71
71
|
"description": "Layer(s) to use for the command/operation."
|
|
@@ -114,8 +114,8 @@ Layers properties:
|
|
|
114
114
|
"description": "The layer's url.",
|
|
115
115
|
"type": "string"
|
|
116
116
|
},
|
|
117
|
-
"
|
|
118
|
-
"$ref": "esri
|
|
117
|
+
"@arcgis.core.layers.Layer.Layer": {
|
|
118
|
+
"$ref": "esri.layers.Layer"
|
|
119
119
|
},
|
|
120
120
|
"layers": {
|
|
121
121
|
"description": "Layer(s) to use for the command/operation."
|
|
@@ -152,8 +152,8 @@ Layers properties:
|
|
|
152
152
|
"description": "The layer's url.",
|
|
153
153
|
"type": "string"
|
|
154
154
|
},
|
|
155
|
-
"
|
|
156
|
-
"$ref": "esri
|
|
155
|
+
"@arcgis.core.layers.Layer.Layer": {
|
|
156
|
+
"$ref": "esri.layers.Layer"
|
|
157
157
|
},
|
|
158
158
|
"layers": {
|
|
159
159
|
"description": "Layer(s) to use for the command/operation."
|