@vertigis/viewer-spec 59.4.0 → 59.6.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.
@@ -1 +1 @@
1
- import{CommandRegistry as r}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class PrintCommands extends r{_prefix="printing";get run(){return this._get("run")}}export class PrintEvents extends t{_prefix="printing";get printPreparing(){return this._get("print-preparing")}get printPrepared(){return this._get("print-prepared")}get printStarted(){return this._get("print-started")}get printProgress(){return this._get("print-progress")}get printFinished(){return this._get("print-finished")}get printError(){return this._get("print-error")}}
1
+ import{CommandRegistry as r}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export const printOutputFormats=["AIX","BMP","EMF","EPS","GIF","JPG","PDF","PNG","PNG32","SVG","SVGZ","TGA","TIFF"];export class PrintCommands extends r{_prefix="printing";get run(){return this._get("run")}}export class PrintEvents extends t{_prefix="printing";get printPreparing(){return this._get("print-preparing")}get printPrepared(){return this._get("print-prepared")}get printStarted(){return this._get("print-started")}get printProgress(){return this._get("print-progress")}get printFinished(){return this._get("print-finished")}get printError(){return this._get("print-error")}}
@@ -45,7 +45,7 @@
45
45
  "$ref": "#/definitions/esri.TextSymbol"
46
46
  },
47
47
  {
48
- "$ref": "esri.CIMSymbol"
48
+ "$ref": "#/definitions/esri.CIMSymbol"
49
49
  },
50
50
  {
51
51
  "$ref": "esri.LabelSymbol3D"
@@ -1386,7 +1386,7 @@
1386
1386
  "$ref": "#/definitions/esri.TextSymbol"
1387
1387
  },
1388
1388
  {
1389
- "$ref": "esri.CIMSymbol"
1389
+ "$ref": "#/definitions/esri.CIMSymbol"
1390
1390
  },
1391
1391
  {
1392
1392
  "$ref": "esri.LabelSymbol3D"
@@ -1432,6 +1432,9 @@
1432
1432
  },
1433
1433
  {
1434
1434
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
1435
+ },
1436
+ {
1437
+ "$ref": "esri.CIMSymbolReference"
1435
1438
  }
1436
1439
  ],
1437
1440
  "description": "The symbol that should be used to create the graphic. If null, a default is provided."
@@ -2819,25 +2822,6 @@
2819
2822
  ],
2820
2823
  "description": "One or more objects that are convertible to layer extensions."
2821
2824
  },
2822
- "LayoutExportFormats": {
2823
- "description": "The export formats allowed for the layout print.",
2824
- "enum": [
2825
- "AIX",
2826
- "BMP",
2827
- "EPS",
2828
- "GIF",
2829
- "JPG",
2830
- "MF",
2831
- "PDF",
2832
- "PNG",
2833
- "PNG32",
2834
- "SVG",
2835
- "SVGZ",
2836
- "TGA",
2837
- "TIFF"
2838
- ],
2839
- "type": "string"
2840
- },
2841
2825
  "LicenseRequestArgs": {
2842
2826
  "additionalProperties": false,
2843
2827
  "properties": {
@@ -3069,6 +3053,25 @@
3069
3053
  ],
3070
3054
  "description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
3071
3055
  },
3056
+ "PrintOutputFormat": {
3057
+ "description": "Represents the print output format type (printing gen2). Note: Output format is ignored and PDF is used automatically if more than one page is exported.",
3058
+ "enum": [
3059
+ "AIX",
3060
+ "BMP",
3061
+ "EMF",
3062
+ "EPS",
3063
+ "GIF",
3064
+ "JPG",
3065
+ "PDF",
3066
+ "PNG",
3067
+ "PNG32",
3068
+ "SVG",
3069
+ "SVGZ",
3070
+ "TGA",
3071
+ "TIFF"
3072
+ ],
3073
+ "type": "string"
3074
+ },
3072
3075
  "RendererJson": {
3073
3076
  "anyOf": [
3074
3077
  {
@@ -3146,16 +3149,12 @@
3146
3149
  },
3147
3150
  "RunLayoutPrintArgs": {
3148
3151
  "additionalProperties": false,
3149
- "description": "The arguments required by the printing.run command when printing with ArcGIS Pro layouts.",
3152
+ "description": "The arguments required by the printing.run command when printing with VertiGIS Studio ArcGIS Pro layouts or -layout packages (printing gen2).",
3150
3153
  "properties": {
3151
3154
  "dpi": {
3152
3155
  "description": "The DPI with which to print.",
3153
3156
  "type": "number"
3154
3157
  },
3155
- "exportFormat": {
3156
- "$ref": "#/definitions/LayoutExportFormats",
3157
- "description": "The export format of the layout print."
3158
- },
3159
3158
  "extent": {
3160
3159
  "$ref": "#/definitions/esri.Extent",
3161
3160
  "description": "The initial extent of the 2D map(s). Defaults to the map's current extent. If scale is provided, only the center point is used."
@@ -3176,6 +3175,10 @@
3176
3175
  "$ref": "MapsLike",
3177
3176
  "description": "The map(s) to print."
3178
3177
  },
3178
+ "outputFormat": {
3179
+ "$ref": "#/definitions/PrintOutputFormat",
3180
+ "description": "The print output format."
3181
+ },
3179
3182
  "parameters": {
3180
3183
  "$ref": "#/definitions/JobParameters",
3181
3184
  "description": "Additional parameters used in the print template, specified as key-value pairs."
@@ -3209,7 +3212,7 @@
3209
3212
  },
3210
3213
  "RunPrintArgs": {
3211
3214
  "additionalProperties": false,
3212
- "description": "The arguments required by the printing.run command when printing with templates.",
3215
+ "description": "The arguments required by the printing.run command when printing with templates (printing gen1).",
3213
3216
  "properties": {
3214
3217
  "dpi": {
3215
3218
  "description": "The DPI with which to print.",
@@ -4618,6 +4621,9 @@
4618
4621
  }
4619
4622
  ]
4620
4623
  },
4624
+ "esri.CIMSymbol": {
4625
+ "$ref": "esri/symbols/CIMSymbol"
4626
+ },
4621
4627
  "esri.Color": {
4622
4628
  "$ref": "esri/Color"
4623
4629
  },
@@ -4694,7 +4700,7 @@
4694
4700
  "$ref": "esri/geometry/SpatialReference"
4695
4701
  },
4696
4702
  "esri.Sublayer": {
4697
- "$ref": "esri/layers/buildingSublayers/BuildingComponentSublayer"
4703
+ "$ref": "esri/layers/support/Sublayer"
4698
4704
  },
4699
4705
  "esri.TextSymbol": {
4700
4706
  "$ref": "esri/symbols/TextSymbol"
@@ -11352,6 +11358,10 @@
11352
11358
  "title": {
11353
11359
  "description": "A user-friendly title for the layer that can be used in a table of contents.",
11354
11360
  "type": "string"
11361
+ },
11362
+ "visible": {
11363
+ "description": "Visibility of the sublayer.",
11364
+ "type": "boolean"
11355
11365
  }
11356
11366
  },
11357
11367
  "type": "object"
@@ -7366,6 +7366,10 @@
7366
7366
  "title": {
7367
7367
  "description": "A user-friendly title for the layer that can be used in a table of contents.",
7368
7368
  "type": "string"
7369
+ },
7370
+ "visible": {
7371
+ "description": "Visibility of the sublayer.",
7372
+ "type": "boolean"
7369
7373
  }
7370
7374
  },
7371
7375
  "type": "object"
@@ -45,7 +45,7 @@
45
45
  "$ref": "#/definitions/esri.TextSymbol"
46
46
  },
47
47
  {
48
- "$ref": "esri.CIMSymbol"
48
+ "$ref": "#/definitions/esri.CIMSymbol"
49
49
  },
50
50
  {
51
51
  "$ref": "esri.LabelSymbol3D"
@@ -1530,7 +1530,7 @@
1530
1530
  "$ref": "#/definitions/esri.TextSymbol"
1531
1531
  },
1532
1532
  {
1533
- "$ref": "esri.CIMSymbol"
1533
+ "$ref": "#/definitions/esri.CIMSymbol"
1534
1534
  },
1535
1535
  {
1536
1536
  "$ref": "esri.LabelSymbol3D"
@@ -1576,6 +1576,9 @@
1576
1576
  },
1577
1577
  {
1578
1578
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
1579
+ },
1580
+ {
1581
+ "$ref": "esri.CIMSymbolReference"
1579
1582
  }
1580
1583
  ],
1581
1584
  "description": "The symbol that should be used to create the graphic. If null, a default is provided."
@@ -3373,25 +3376,6 @@
3373
3376
  ],
3374
3377
  "description": "One or more objects that are convertible to layer extensions."
3375
3378
  },
3376
- "LayoutExportFormats": {
3377
- "description": "The export formats allowed for the layout print.",
3378
- "enum": [
3379
- "AIX",
3380
- "BMP",
3381
- "EPS",
3382
- "GIF",
3383
- "JPG",
3384
- "MF",
3385
- "PDF",
3386
- "PNG",
3387
- "PNG32",
3388
- "SVG",
3389
- "SVGZ",
3390
- "TGA",
3391
- "TIFF"
3392
- ],
3393
- "type": "string"
3394
- },
3395
3379
  "LengthUnitsMobile": {
3396
3380
  "description": "The units for distance supported by Mobile.",
3397
3381
  "enum": [
@@ -3908,6 +3892,25 @@
3908
3892
  ],
3909
3893
  "description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
3910
3894
  },
3895
+ "PrintOutputFormat": {
3896
+ "description": "Represents the print output format type (printing gen2). Note: Output format is ignored and PDF is used automatically if more than one page is exported.",
3897
+ "enum": [
3898
+ "AIX",
3899
+ "BMP",
3900
+ "EMF",
3901
+ "EPS",
3902
+ "GIF",
3903
+ "JPG",
3904
+ "PDF",
3905
+ "PNG",
3906
+ "PNG32",
3907
+ "SVG",
3908
+ "SVGZ",
3909
+ "TGA",
3910
+ "TIFF"
3911
+ ],
3912
+ "type": "string"
3913
+ },
3911
3914
  "PublishEventArgs": {
3912
3915
  "additionalProperties": false,
3913
3916
  "description": "Arguments for the 'viewer.publish-event' command.",
@@ -4081,16 +4084,12 @@
4081
4084
  },
4082
4085
  "RunLayoutPrintArgs": {
4083
4086
  "additionalProperties": false,
4084
- "description": "The arguments required by the printing.run command when printing with ArcGIS Pro layouts.",
4087
+ "description": "The arguments required by the printing.run command when printing with VertiGIS Studio ArcGIS Pro layouts or -layout packages (printing gen2).",
4085
4088
  "properties": {
4086
4089
  "dpi": {
4087
4090
  "description": "The DPI with which to print.",
4088
4091
  "type": "number"
4089
4092
  },
4090
- "exportFormat": {
4091
- "$ref": "#/definitions/LayoutExportFormats",
4092
- "description": "The export format of the layout print."
4093
- },
4094
4093
  "extent": {
4095
4094
  "$ref": "#/definitions/esri.Extent",
4096
4095
  "description": "The initial extent of the 2D map(s). Defaults to the map's current extent. If scale is provided, only the center point is used."
@@ -4111,6 +4110,10 @@
4111
4110
  "$ref": "MapsLike",
4112
4111
  "description": "The map(s) to print."
4113
4112
  },
4113
+ "outputFormat": {
4114
+ "$ref": "#/definitions/PrintOutputFormat",
4115
+ "description": "The print output format."
4116
+ },
4114
4117
  "parameters": {
4115
4118
  "$ref": "#/definitions/JobParameters",
4116
4119
  "description": "Additional parameters used in the print template, specified as key-value pairs."
@@ -4144,7 +4147,7 @@
4144
4147
  },
4145
4148
  "RunPrintArgs": {
4146
4149
  "additionalProperties": false,
4147
- "description": "The arguments required by the printing.run command when printing with templates.",
4150
+ "description": "The arguments required by the printing.run command when printing with templates (printing gen1).",
4148
4151
  "properties": {
4149
4152
  "dpi": {
4150
4153
  "description": "The DPI with which to print.",
@@ -5934,6 +5937,9 @@
5934
5937
  "edit.update-gnss-metadata:output": {
5935
5938
  "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
5936
5939
  },
5940
+ "esri.CIMSymbol": {
5941
+ "$ref": "esri/symbols/CIMSymbol"
5942
+ },
5937
5943
  "esri.Color": {
5938
5944
  "$ref": "esri/Color"
5939
5945
  },
@@ -6013,7 +6019,7 @@
6013
6019
  "$ref": "esri/geometry/SpatialReference"
6014
6020
  },
6015
6021
  "esri.Sublayer": {
6016
- "$ref": "esri/layers/buildingSublayers/BuildingComponentSublayer"
6022
+ "$ref": "esri/layers/support/Sublayer"
6017
6023
  },
6018
6024
  "esri.TextSymbol": {
6019
6025
  "$ref": "esri/symbols/TextSymbol"
@@ -12671,6 +12677,10 @@
12671
12677
  "title": {
12672
12678
  "description": "A user-friendly title for the layer that can be used in a table of contents.",
12673
12679
  "type": "string"
12680
+ },
12681
+ "visible": {
12682
+ "description": "Visibility of the sublayer.",
12683
+ "type": "boolean"
12674
12684
  }
12675
12685
  },
12676
12686
  "type": "object"
@@ -8967,6 +8967,10 @@
8967
8967
  "title": {
8968
8968
  "description": "A user-friendly title for the layer that can be used in a table of contents.",
8969
8969
  "type": "string"
8970
+ },
8971
+ "visible": {
8972
+ "description": "Visibility of the sublayer.",
8973
+ "type": "boolean"
8970
8974
  }
8971
8975
  },
8972
8976
  "type": "object"
@@ -45,7 +45,7 @@
45
45
  "$ref": "#/definitions/esri.TextSymbol"
46
46
  },
47
47
  {
48
- "$ref": "esri.CIMSymbol"
48
+ "$ref": "#/definitions/esri.CIMSymbol"
49
49
  },
50
50
  {
51
51
  "$ref": "esri.LabelSymbol3D"
@@ -2065,7 +2065,7 @@
2065
2065
  "$ref": "#/definitions/esri.TextSymbol"
2066
2066
  },
2067
2067
  {
2068
- "$ref": "esri.CIMSymbol"
2068
+ "$ref": "#/definitions/esri.CIMSymbol"
2069
2069
  },
2070
2070
  {
2071
2071
  "$ref": "esri.LabelSymbol3D"
@@ -2111,6 +2111,9 @@
2111
2111
  },
2112
2112
  {
2113
2113
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
2114
+ },
2115
+ {
2116
+ "$ref": "esri.CIMSymbolReference"
2114
2117
  }
2115
2118
  ],
2116
2119
  "description": "The symbol that should be used to create the graphic. If null, a default is provided."
@@ -3175,6 +3178,9 @@
3175
3178
  {
3176
3179
  "$ref": "#/definitions/esri.TextSymbol"
3177
3180
  },
3181
+ {
3182
+ "$ref": "#/definitions/esri.CIMSymbol"
3183
+ },
3178
3184
  {
3179
3185
  "$ref": "#/definitions/esri.LineSymbol3D"
3180
3186
  },
@@ -3211,6 +3217,9 @@
3211
3217
  {
3212
3218
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
3213
3219
  },
3220
+ {
3221
+ "$ref": "esri.CIMSymbolReference"
3222
+ },
3214
3223
  {
3215
3224
  "items": {
3216
3225
  "$ref": "SymbolLike"
@@ -3267,6 +3276,9 @@
3267
3276
  {
3268
3277
  "$ref": "#/definitions/esri.TextSymbol"
3269
3278
  },
3279
+ {
3280
+ "$ref": "#/definitions/esri.CIMSymbol"
3281
+ },
3270
3282
  {
3271
3283
  "$ref": "#/definitions/esri.LineSymbol3D"
3272
3284
  },
@@ -3303,6 +3315,9 @@
3303
3315
  {
3304
3316
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
3305
3317
  },
3318
+ {
3319
+ "$ref": "esri.CIMSymbolReference"
3320
+ },
3306
3321
  {
3307
3322
  "items": {
3308
3323
  "$ref": "SymbolLike"
@@ -5204,6 +5219,9 @@
5204
5219
  {
5205
5220
  "$ref": "#/definitions/esri.TextSymbol"
5206
5221
  },
5222
+ {
5223
+ "$ref": "#/definitions/esri.CIMSymbol"
5224
+ },
5207
5225
  {
5208
5226
  "$ref": "#/definitions/esri.LineSymbol3D"
5209
5227
  },
@@ -5240,6 +5258,9 @@
5240
5258
  {
5241
5259
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
5242
5260
  },
5261
+ {
5262
+ "$ref": "esri.CIMSymbolReference"
5263
+ },
5243
5264
  {
5244
5265
  "items": {
5245
5266
  "$ref": "SymbolLike"
@@ -5353,25 +5374,6 @@
5353
5374
  ],
5354
5375
  "description": "One or more objects that are convertible to layer extensions."
5355
5376
  },
5356
- "LayoutExportFormats": {
5357
- "description": "The export formats allowed for the layout print.",
5358
- "enum": [
5359
- "AIX",
5360
- "BMP",
5361
- "EPS",
5362
- "GIF",
5363
- "JPG",
5364
- "MF",
5365
- "PDF",
5366
- "PNG",
5367
- "PNG32",
5368
- "SVG",
5369
- "SVGZ",
5370
- "TGA",
5371
- "TIFF"
5372
- ],
5373
- "type": "string"
5374
- },
5375
5377
  "LengthMeasurementUnits": {
5376
5378
  "description": "The units for length measurements supported by ArcGIS.",
5377
5379
  "enum": [
@@ -6023,6 +6025,25 @@
6023
6025
  "description": "A username for a particular ArcGIS Portal User.",
6024
6026
  "type": "string"
6025
6027
  },
6028
+ "PrintOutputFormat": {
6029
+ "description": "Represents the print output format type (printing gen2). Note: Output format is ignored and PDF is used automatically if more than one page is exported.",
6030
+ "enum": [
6031
+ "AIX",
6032
+ "BMP",
6033
+ "EMF",
6034
+ "EPS",
6035
+ "GIF",
6036
+ "JPG",
6037
+ "PDF",
6038
+ "PNG",
6039
+ "PNG32",
6040
+ "SVG",
6041
+ "SVGZ",
6042
+ "TGA",
6043
+ "TIFF"
6044
+ ],
6045
+ "type": "string"
6046
+ },
6026
6047
  "ProjectArgs": {
6027
6048
  "additionalProperties": false,
6028
6049
  "description": "Arguments for the geometry.project operation.",
@@ -6469,16 +6490,12 @@
6469
6490
  },
6470
6491
  "RunLayoutPrintArgs": {
6471
6492
  "additionalProperties": false,
6472
- "description": "The arguments required by the printing.run command when printing with ArcGIS Pro layouts.",
6493
+ "description": "The arguments required by the printing.run command when printing with VertiGIS Studio ArcGIS Pro layouts or -layout packages (printing gen2).",
6473
6494
  "properties": {
6474
6495
  "dpi": {
6475
6496
  "description": "The DPI with which to print.",
6476
6497
  "type": "number"
6477
6498
  },
6478
- "exportFormat": {
6479
- "$ref": "#/definitions/LayoutExportFormats",
6480
- "description": "The export format of the layout print."
6481
- },
6482
6499
  "extent": {
6483
6500
  "$ref": "#/definitions/esri.Extent",
6484
6501
  "description": "The initial extent of the 2D map(s). Defaults to the map's current extent. If scale is provided, only the center point is used."
@@ -6499,6 +6516,10 @@
6499
6516
  "$ref": "MapsLike",
6500
6517
  "description": "The map(s) to print."
6501
6518
  },
6519
+ "outputFormat": {
6520
+ "$ref": "#/definitions/PrintOutputFormat",
6521
+ "description": "The print output format."
6522
+ },
6502
6523
  "parameters": {
6503
6524
  "$ref": "#/definitions/JobParameters",
6504
6525
  "description": "Additional parameters used in the print template, specified as key-value pairs."
@@ -6532,7 +6553,7 @@
6532
6553
  },
6533
6554
  "RunPrintArgs": {
6534
6555
  "additionalProperties": false,
6535
- "description": "The arguments required by the printing.run command when printing with templates.",
6556
+ "description": "The arguments required by the printing.run command when printing with templates (printing gen1).",
6536
6557
  "properties": {
6537
6558
  "dpi": {
6538
6559
  "description": "The DPI with which to print.",
@@ -7227,6 +7248,9 @@
7227
7248
  {
7228
7249
  "$ref": "#/definitions/esri.TextSymbol"
7229
7250
  },
7251
+ {
7252
+ "$ref": "#/definitions/esri.CIMSymbol"
7253
+ },
7230
7254
  {
7231
7255
  "$ref": "#/definitions/esri.LineSymbol3D"
7232
7256
  },
@@ -7263,6 +7287,9 @@
7263
7287
  {
7264
7288
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
7265
7289
  },
7290
+ {
7291
+ "$ref": "esri.CIMSymbolReference"
7292
+ },
7266
7293
  {
7267
7294
  "items": {
7268
7295
  "$ref": "SymbolLike"
@@ -7933,6 +7960,9 @@
7933
7960
  {
7934
7961
  "$ref": "#/definitions/esri.TextSymbol"
7935
7962
  },
7963
+ {
7964
+ "$ref": "#/definitions/esri.CIMSymbol"
7965
+ },
7936
7966
  {
7937
7967
  "$ref": "#/definitions/esri.LineSymbol3D"
7938
7968
  },
@@ -7968,6 +7998,9 @@
7968
7998
  },
7969
7999
  {
7970
8000
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
8001
+ },
8002
+ {
8003
+ "$ref": "esri.CIMSymbolReference"
7971
8004
  }
7972
8005
  ],
7973
8006
  "description": "Symbols supported for drawing."
@@ -9692,6 +9725,9 @@
9692
9725
  {
9693
9726
  "$ref": "#/definitions/esri.TextSymbol"
9694
9727
  },
9728
+ {
9729
+ "$ref": "#/definitions/esri.CIMSymbol"
9730
+ },
9695
9731
  {
9696
9732
  "$ref": "#/definitions/esri.LineSymbol3D"
9697
9733
  },
@@ -9728,6 +9764,9 @@
9728
9764
  {
9729
9765
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
9730
9766
  },
9767
+ {
9768
+ "$ref": "esri.CIMSymbolReference"
9769
+ },
9731
9770
  {
9732
9771
  "$ref": "#/definitions/HasSymbol"
9733
9772
  }
@@ -9999,6 +10038,9 @@
9999
10038
  "edit.update-session:input": {
10000
10039
  "$ref": "#/definitions/UpdateSessionArgs"
10001
10040
  },
10041
+ "esri.CIMSymbol": {
10042
+ "$ref": "esri/symbols/CIMSymbol"
10043
+ },
10002
10044
  "esri.Color": {
10003
10045
  "$ref": "esri/Color"
10004
10046
  },
@@ -10075,7 +10117,7 @@
10075
10117
  "$ref": "esri/geometry/SpatialReference"
10076
10118
  },
10077
10119
  "esri.Sublayer": {
10078
- "$ref": "esri/layers/buildingSublayers/BuildingComponentSublayer"
10120
+ "$ref": "esri/layers/support/Sublayer"
10079
10121
  },
10080
10122
  "esri.TextSymbol": {
10081
10123
  "$ref": "esri/symbols/TextSymbol"
@@ -16804,6 +16846,10 @@
16804
16846
  "title": {
16805
16847
  "description": "A user-friendly title for the layer that can be used in a table of contents.",
16806
16848
  "type": "string"
16849
+ },
16850
+ "visible": {
16851
+ "description": "Visibility of the sublayer.",
16852
+ "type": "boolean"
16807
16853
  }
16808
16854
  },
16809
16855
  "type": "object"
@@ -21683,6 +21729,9 @@
21683
21729
  {
21684
21730
  "$ref": "#/definitions/esri.TextSymbol"
21685
21731
  },
21732
+ {
21733
+ "$ref": "#/definitions/esri.CIMSymbol"
21734
+ },
21686
21735
  {
21687
21736
  "$ref": "#/definitions/esri.LineSymbol3D"
21688
21737
  },
@@ -21719,6 +21768,9 @@
21719
21768
  {
21720
21769
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
21721
21770
  },
21771
+ {
21772
+ "$ref": "esri.CIMSymbolReference"
21773
+ },
21722
21774
  {
21723
21775
  "$ref": "#/definitions/HasSymbol"
21724
21776
  }