@vertigis/viewer-spec 60.7.0 → 60.8.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.
Files changed (63) hide show
  1. package/messaging/schema/web-app-operation-definitions.md +30 -0
  2. package/messaging/schema/web-arcade-operation-definitions.md +93 -0
  3. package/messaging/schema/web-auth-command-definitions.md +12 -0
  4. package/messaging/schema/web-auth-operation-definitions.md +16 -0
  5. package/messaging/schema/web-basemap-command-definitions.md +20 -0
  6. package/messaging/schema/web-basemap-operation-definitions.md +31 -0
  7. package/messaging/schema/web-bulk-editing-command-definitions.md +54 -0
  8. package/messaging/schema/web-charts-command-definitions.md +135 -0
  9. package/messaging/schema/web-charts-operation-definitions.md +48 -0
  10. package/messaging/schema/web-drawing-command-definitions.md +551 -0
  11. package/messaging/schema/web-drawing-operation-definitions.md +720 -0
  12. package/messaging/schema/web-edit-command-definitions.md +540 -0
  13. package/messaging/schema/web-edit-operation-definitions.md +50 -0
  14. package/messaging/schema/web-filter-builder-command-definitions.md +50 -0
  15. package/messaging/schema/web-filter-builder-operation-definitions.md +18 -0
  16. package/messaging/schema/web-geocode-operation-definitions.md +132 -0
  17. package/messaging/schema/web-geolocation-command-definitions.md +27 -0
  18. package/messaging/schema/web-geolocation-operation-definitions.md +24 -0
  19. package/messaging/schema/web-geometry-command-definitions.md +34 -0
  20. package/messaging/schema/web-geometry-operation-definitions.md +438 -0
  21. package/messaging/schema/web-highlights-command-definitions.md +120 -0
  22. package/messaging/schema/web-kpi-command-definitions.md +139 -0
  23. package/messaging/schema/web-kpi-operation-definitions.md +48 -0
  24. package/messaging/schema/web-layer-comparison-command-definitions.md +214 -0
  25. package/messaging/schema/web-layer-list-command-definitions.md +30 -0
  26. package/messaging/schema/web-layers-command-definitions.md +1466 -0
  27. package/messaging/schema/web-layers-operation-definitions.md +612 -0
  28. package/messaging/schema/web-licensing-command-definitions.md +24 -0
  29. package/messaging/schema/web-licensing-operation-definitions.md +26 -0
  30. package/messaging/schema/web-location-marker-command-definitions.md +209 -0
  31. package/messaging/schema/web-map-command-definitions.md +2157 -0
  32. package/messaging/schema/web-map-operation-definitions.md +147 -0
  33. package/messaging/schema/web-measurement-command-definitions.md +556 -0
  34. package/messaging/schema/web-measurement-operation-definitions.md +314 -0
  35. package/messaging/schema/web-messaging-operation-definitions.md +16 -0
  36. package/messaging/schema/web-panel-command-definitions.md +44 -0
  37. package/messaging/schema/web-portal-operation-definitions.md +87 -0
  38. package/messaging/schema/web-printing-command-definitions.md +105 -0
  39. package/messaging/schema/web-printing-operation-definitions.md +21 -0
  40. package/messaging/schema/web-project-command-definitions.md +418 -0
  41. package/messaging/schema/web-project-operation-definitions.md +120 -0
  42. package/messaging/schema/web-query-builder-command-definitions.md +83 -0
  43. package/messaging/schema/web-query-builder-operation-definitions.md +18 -0
  44. package/messaging/schema/web-region-command-definitions.md +6 -0
  45. package/messaging/schema/web-reports-command-definitions.md +44 -0
  46. package/messaging/schema/web-results-command-definitions.md +348 -0
  47. package/messaging/schema/web-results-operation-definitions.md +1242 -0
  48. package/messaging/schema/web-search-command-definitions.md +6 -0
  49. package/messaging/schema/web-sketching-command-definitions.md +328 -0
  50. package/messaging/schema/web-sketching-operation-definitions.md +442 -0
  51. package/messaging/schema/web-studio-analytics-command-definitions.md +21 -0
  52. package/messaging/schema/web-system-command-definitions.md +159 -0
  53. package/messaging/schema/web-system-operation-definitions.md +104 -0
  54. package/messaging/schema/web-tasks-operation-definitions.md +360 -0
  55. package/messaging/schema/web-ui-command-definitions.md +340 -0
  56. package/messaging/schema/web-ui-operation-definitions.md +146 -0
  57. package/messaging/schema/web-viewer-command-definitions.md +40 -0
  58. package/messaging/schema/web-viewer-operation-definitions.md +48 -0
  59. package/messaging/schema/web-workflow-command-definitions.md +47 -0
  60. package/messaging/schema/web-workflow-operation-definitions.md +45 -0
  61. package/package.json +8 -7
  62. package/version.d.ts +1 -1
  63. package/version.js +1 -1
@@ -0,0 +1,314 @@
1
+ # operation: measurement.capture-geometry
2
+ Description: Allows the user to create geometry by sketching on a map with live measurement labels. Returns the geometry that was drawn, along with the map that it was drawn on. Web only.
3
+
4
+ Inputs: `CaptureGeometryArgs`
5
+
6
+ CaptureGeometryArgs properties:
7
+ ```json
8
+ {
9
+ "disableFreehand": {
10
+ "description": "Disables freehand sketching during the draw session. Web only.",
11
+ "type": "boolean"
12
+ },
13
+ "editorSettings": {
14
+ "description": "The settings to be applied to the sketch. Mobile only."
15
+ },
16
+ "geometryType": {
17
+ "anyOf": [
18
+ {
19
+ "items": {
20
+ "$ref": "#/definitions/SketchTool"
21
+ },
22
+ "type": "array"
23
+ },
24
+ {
25
+ "enum": [
26
+ "circle",
27
+ "extent",
28
+ "line",
29
+ "multipoint",
30
+ "point",
31
+ "polygon",
32
+ "polyline",
33
+ "square"
34
+ ],
35
+ "type": "string"
36
+ }
37
+ ],
38
+ "description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by VertiGIS Studio Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type. The types \"point\", \"line\" and \"square\" are supported only in Web.",
39
+ "isRequired": "true"
40
+ },
41
+ "maps": {
42
+ "description": "The maps to activate drawing on. By default it will be all maps."
43
+ },
44
+ "maxSegments": {
45
+ "description": "The maximum number of segments permitted for a polyline or polygon sketch. Default is no limit. Mobile only.",
46
+ "type": "number"
47
+ },
48
+ "pluginSettings": {
49
+ "description": "Additional settings that are specific to sketching plugins, keyed by plugin ID. The only currently supported plugin is \"snapping\". A boolean value can also be assigned to completely disable, or enable with default settings. Web only."
50
+ },
51
+ "symbol": {
52
+ "anyOf": [
53
+ {
54
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
55
+ },
56
+ {
57
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
58
+ },
59
+ {
60
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
61
+ },
62
+ {
63
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
64
+ },
65
+ {
66
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
67
+ },
68
+ {
69
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
70
+ },
71
+ {
72
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
73
+ },
74
+ {
75
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
76
+ },
77
+ {
78
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
79
+ },
80
+ {
81
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
82
+ },
83
+ {
84
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.MeshSymbol3DJson"
85
+ },
86
+ {
87
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
88
+ },
89
+ {
90
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
91
+ },
92
+ {
93
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
94
+ },
95
+ {
96
+ "$ref": "SymbolSet"
97
+ }
98
+ ],
99
+ "description": "An optional symbol to use. SymbolSets are not supported by VertiGIS Studio Mobile."
100
+ }
101
+ }
102
+ ```
103
+
104
+ Outputs: `CaptureGeometryResult`
105
+
106
+ ---
107
+ # operation: measurement.create-graphics
108
+ Description: Creates graphics out of geometries with the default symbology set by the "measurement.set-default-symbol" command. Web only.
109
+
110
+ Inputs: `Geometries`
111
+
112
+ Geometries properties:
113
+ ```json
114
+ {
115
+ "graphics": {
116
+ "description": "The resulting graphics.",
117
+ "items": {
118
+ "$ref": "#/definitions/esri.Graphic"
119
+ },
120
+ "type": "array",
121
+ "isRequired": "true"
122
+ },
123
+ "maps": {
124
+ "description": "The map that the graphics were created on. Only available in Web.",
125
+ "isRequired": "true"
126
+ },
127
+ "esri.Graphic": {
128
+ "$ref": "esri/Graphic"
129
+ },
130
+ "features": {
131
+ "description": "Features to use for the command/operation."
132
+ },
133
+ "esri.Extent": {
134
+ "$ref": "esri/geometry/Extent"
135
+ },
136
+ "esri.Multipoint": {
137
+ "$ref": "esri/geometry/Multipoint"
138
+ },
139
+ "esri.Point": {
140
+ "$ref": "esri/geometry/Point"
141
+ },
142
+ "esri.Polygon": {
143
+ "$ref": "esri/geometry/Polygon"
144
+ },
145
+ "esri.Polyline": {
146
+ "$ref": "esri/geometry/Polyline"
147
+ },
148
+ "esri.Mesh": {
149
+ "$ref": "esri/geometry/Mesh"
150
+ },
151
+ "attributes": {
152
+ "description": "The feature attributes. It is a JSON object that contains a dictionary of name-value pairs. The names are the feature field names. The values are the field values and they can be any of the standard JSON types - string, number and boolean. Note that date values are encoded as numbers. The number represents the number of milliseconds since epoch (January 1,\n1970) in UTC."
153
+ },
154
+ "geometry": {
155
+ "description": "The geometry to use for the command/operation."
156
+ },
157
+ "popupInfo": {
158
+ "description": "A popupInfo object defining the content of popup window when you click a feature on the map. Applicable to features in a map notes feature layer only."
159
+ },
160
+ "symbol": {
161
+ "description": "Symbol used for drawing the feature."
162
+ },
163
+ "esri.FeatureSet": {
164
+ "$ref": "esri/rest/support/FeatureSet"
165
+ },
166
+ "m": {
167
+ "description": "M coordinate which contains measures used for linear referencing.",
168
+ "type": "number"
169
+ },
170
+ "spatialReference": {
171
+ "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
172
+ },
173
+ "x": {
174
+ "description": "X coordinate which is measured along the east/west axis.",
175
+ "type": [
176
+ "string",
177
+ "number"
178
+ ],
179
+ "isRequired": "true"
180
+ },
181
+ "y": {
182
+ "description": "Y coordinate which is measured along the north/south axis.",
183
+ "type": [
184
+ "string",
185
+ "number"
186
+ ],
187
+ "isRequired": "true"
188
+ },
189
+ "z": {
190
+ "description": "Z coordinate which measures height or elevation.",
191
+ "type": [
192
+ "string",
193
+ "number"
194
+ ]
195
+ },
196
+ "hasM": {
197
+ "description": "Indicates whether the geometry contains M coordinate values.",
198
+ "type": "boolean"
199
+ },
200
+ "hasZ": {
201
+ "description": "Indicates whether the geometry contains Z coordinate values.",
202
+ "type": "boolean"
203
+ },
204
+ "points": {
205
+ "description": "An array that corresponds to 2D and 3D points.",
206
+ "items": {
207
+ "items": {
208
+ "type": "number"
209
+ },
210
+ "type": "array"
211
+ },
212
+ "type": "array",
213
+ "isRequired": "true"
214
+ },
215
+ "paths": {
216
+ "description": "Three nested arrays which corresponds to a polyline.",
217
+ "items": {
218
+ "items": {
219
+ "items": {
220
+ "type": "number"
221
+ },
222
+ "type": "array"
223
+ },
224
+ "type": "array"
225
+ },
226
+ "type": "array",
227
+ "isRequired": "true"
228
+ },
229
+ "rings": {
230
+ "description": "Represents an array of points. Each point is an array of numbers.",
231
+ "items": {
232
+ "items": {
233
+ "items": {
234
+ "type": "number"
235
+ },
236
+ "type": "array"
237
+ },
238
+ "type": "array"
239
+ },
240
+ "type": "array",
241
+ "isRequired": "true"
242
+ },
243
+ "xmax": {
244
+ "description": "A numeric value indicating the top-right X-coordinate of an extent envelope.",
245
+ "type": "number"
246
+ },
247
+ "xmin": {
248
+ "description": "A numeric value indicating the bottom-left X-coordinate of an extent envelope.",
249
+ "type": "number"
250
+ },
251
+ "ymax": {
252
+ "description": "A numeric value indicating the top-right Y-coordinate of an extent envelope.",
253
+ "type": "number"
254
+ },
255
+ "ymin": {
256
+ "description": "A numeric value indicating the bottom-left Y-coordinate of an extent envelope.",
257
+ "type": "number"
258
+ }
259
+ }
260
+ ```
261
+
262
+ Outputs: `CreateMeasurementGraphicsResult`
263
+
264
+ ---
265
+ # operation: measurement.get-area-units
266
+ Description: Gets the area units used for measurements. If undefined the units will be selected intelligently based on dimensions. Web only.
267
+
268
+ Inputs: `None`
269
+
270
+ Outputs: `AreaMeasurementUnits`
271
+
272
+ ---
273
+ # operation: measurement.get-default-symbol
274
+ Description: Gets the value of the default point, line, or polygon symbol for the provided geometry type. Web only.
275
+
276
+ Inputs: `( GetDefaultSymbolArgs | "extent" | "mesh" | "multipatch" | "multipoint" | "point" | "polygon" | "polyline" )`
277
+
278
+ GetDefaultSymbolArgs properties:
279
+ ```json
280
+ {
281
+ "geometryType": {
282
+ "description": "The geometry type for the default symbol to retrieve."
283
+ }
284
+ }
285
+ ```
286
+
287
+ Outputs: `DrawingSymbolConfig`
288
+
289
+ ---
290
+ # operation: measurement.get-default-symbol3-d
291
+ Description: Gets the value of the default 3D point, line, or polygon symbol for the provided geometry type. Web only.
292
+
293
+ Inputs: `( GetDefaultSymbolArgs | "extent" | "mesh" | "multipatch" | "multipoint" | "point" | "polygon" | "polyline" )`
294
+
295
+ GetDefaultSymbolArgs properties:
296
+ ```json
297
+ {
298
+ "geometryType": {
299
+ "description": "The geometry type for the default symbol to retrieve."
300
+ }
301
+ }
302
+ ```
303
+
304
+ Outputs: `DrawingSymbolConfig`
305
+
306
+ ---
307
+ # operation: measurement.get-length-units
308
+ Description: Gets the length units used for measurements. If undefined the units will be selected intelligently based on dimensions. Web only.
309
+
310
+ Inputs: `None`
311
+
312
+ Outputs: `LengthMeasurementUnits`
313
+
314
+ ---
@@ -0,0 +1,16 @@
1
+ # operation: messaging.mix-in-args
2
+ Description: Attempts to merge an array of values into a single value that can be used as an argument for a command or operation. For example:
3
+
4
+ [features, { chart: "average-household-income" }];
5
+
6
+ This would mix `features` obtained from some other source into arguments intended for the "charts.display" command.
7
+
8
+ If the values cannot be merged, then the leftmost value is returned.
9
+
10
+ Note that argument merging already occurs automatically in command chains; this explicit operation exists for advanced scenarios like VertiGIS Studio Workflow or custom code written using the SDK. Web only.
11
+
12
+ Inputs: `unknown[]`
13
+
14
+ Outputs: `unknown`
15
+
16
+ ---
@@ -0,0 +1,44 @@
1
+ # command: panel.pop-in
2
+ Description: Closes the popout window for a panel and restores the original layout. Web only.
3
+
4
+ Inputs: `( Model | string )`
5
+
6
+ Model properties:
7
+ ```json
8
+ {
9
+ "id": {
10
+ "description": "The unique ID for this entity.",
11
+ "type": "string",
12
+ "isRequired": "true"
13
+ },
14
+ "itemType": {
15
+ "description": "The item type for this entity when it participates in an App.",
16
+ "type": "string",
17
+ "isRequired": "true"
18
+ }
19
+ }
20
+ ```
21
+
22
+ ---
23
+ # command: panel.pop-out
24
+ Description: Removes a panel from the main layout and opens it in a new popout window. Web only.
25
+
26
+ Inputs: `( Model | string )`
27
+
28
+ Model properties:
29
+ ```json
30
+ {
31
+ "id": {
32
+ "description": "The unique ID for this entity.",
33
+ "type": "string",
34
+ "isRequired": "true"
35
+ },
36
+ "itemType": {
37
+ "description": "The item type for this entity when it participates in an App.",
38
+ "type": "string",
39
+ "isRequired": "true"
40
+ }
41
+ }
42
+ ```
43
+
44
+ ---
@@ -0,0 +1,87 @@
1
+ # operation: portal.choose-layers
2
+ Description: Allows the user to browse/search the application's associated portal for one or more layers. Web only.
3
+
4
+ Inputs: `ChooseLayersOptions`
5
+
6
+ ChooseLayersOptions properties:
7
+ ```json
8
+ {
9
+ "allowMultiple": {
10
+ "description": "Whether the user can choose multiple layers, or just one. Default is `false`.",
11
+ "type": "boolean"
12
+ },
13
+ "attributes": {
14
+ "description": "Optional layout XML attributes to be used for the transient UI container."
15
+ },
16
+ "icon": {
17
+ "description": "Optional icon that may be used by the transient UI container.",
18
+ "type": "string"
19
+ },
20
+ "initialSource": {
21
+ "description": "Optionally specify the source that will be initially selected. If specified this will overwrite the configured default in the Portal Model."
22
+ },
23
+ "layerFilterTags": {
24
+ "description": "Optionally specify the tags by which the Choose Layer modal will filter out the displayed layers. If specified this will overwrite the configured default in the Portal Model.",
25
+ "items": {
26
+ "type": "string"
27
+ },
28
+ "type": "array"
29
+ },
30
+ "maps": {
31
+ "description": "Map(s) to use for the command/operation."
32
+ },
33
+ "parent": {
34
+ "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
35
+ },
36
+ "sources": {
37
+ "description": "Optionally specify the sources that we want to expose. If specified this will overwrite the configured default in the Portal Model.",
38
+ "items": {
39
+ "$ref": "#/definitions/Source"
40
+ },
41
+ "type": "array"
42
+ }
43
+ }
44
+ ```
45
+
46
+ Outputs: `ChooseLayersResult`
47
+
48
+ ---
49
+ # operation: portal.create-or-update-item
50
+ Description: Creates or updates a portal item from the supplied data. Web only.
51
+
52
+ Inputs: `CreateOrUpdateItemArgs`
53
+
54
+ CreateOrUpdateItemArgs properties:
55
+ ```json
56
+ {
57
+ "data": {
58
+ "description": "The JSON data associated with the item.",
59
+ "isRequired": "true"
60
+ },
61
+ "promptForOverwrite": {
62
+ "description": "Whether to prompt before overwriting an existing item. This must be set to `false` to allow overwriting if `showUI` is also `false`. Defaults to `true`.",
63
+ "type": "boolean"
64
+ },
65
+ "showUI": {
66
+ "description": "Whether to show UI elements associated with this operation. Defaults to `true`.",
67
+ "type": "boolean"
68
+ },
69
+ "thumbnail": {
70
+ "description": "The URL of a thumbnail for the item.",
71
+ "type": "string"
72
+ },
73
+ "title": {
74
+ "description": "The title of the resulting portal item. Must be provided if `showUI` is `false`.",
75
+ "type": "string"
76
+ },
77
+ "type": {
78
+ "description": "The portal type of the item.",
79
+ "type": "string",
80
+ "isRequired": "true"
81
+ }
82
+ }
83
+ ```
84
+
85
+ Outputs: `esri.PortalItem`
86
+
87
+ ---
@@ -0,0 +1,105 @@
1
+ # command: printing.run
2
+ Description: Run a print job with a given map and template/layout.
3
+
4
+ Inputs: `( RunLayoutPrintArgs | RunPrintArgs )`
5
+
6
+ RunLayoutPrintArgs properties:
7
+ ```json
8
+ {
9
+ "dpi": {
10
+ "description": "The DPI with which to print.",
11
+ "type": "number"
12
+ },
13
+ "extent": {
14
+ "description": "The map extent. Defaults to the map's current extent. The actual print extent is calculated from the center point of the map extent, the print scale and the layout frame- or the output dimensions."
15
+ },
16
+ "id": {
17
+ "description": "The ID of the layout item to print with. Deprecated; use portalItem instead.",
18
+ "type": "string"
19
+ },
20
+ "instanceId": {
21
+ "description": "A unique ID used to track a print job.",
22
+ "type": "string"
23
+ },
24
+ "layoutId": {
25
+ "description": "The ID of the layout- (e.g.: vglay_xxx) or layout package (e.g.: vglaypk_xxx) item to print with. Deprecated; use portalItem instead.",
26
+ "type": "string"
27
+ },
28
+ "maps": {
29
+ "description": "The map(s) to print.",
30
+ "isRequired": "true"
31
+ },
32
+ "outputDimensions": {
33
+ "description": "The print output dimensions for a MAP ONLY print."
34
+ },
35
+ "outputFormat": {
36
+ "description": "The print output format. Defaults to PDF if undefined or if layout package print is performed."
37
+ },
38
+ "parameters": {
39
+ "description": "Custom layout field parameters, specified as key-value pairs. The key is related to the layout field key. If a field for a specified key has an auto-filled value, this value is overwritten by the value provided here. NOTE: See VGS Printing documentation to learn more about layout fields."
40
+ },
41
+ "portalItem": {
42
+ "description": "The portal item where the print layout or layout package is located. If not defined, a MAP ONLY print is performed."
43
+ },
44
+ "scale": {
45
+ "description": "The print scale.",
46
+ "type": "number",
47
+ "isRequired": "true"
48
+ },
49
+ "title": {
50
+ "description": "The title of the print.",
51
+ "type": "string"
52
+ }
53
+ }
54
+ ```
55
+
56
+ RunPrintArgs properties:
57
+ ```json
58
+ {
59
+ "dpi": {
60
+ "description": "The DPI with which to print.",
61
+ "type": "number"
62
+ },
63
+ "extent": {
64
+ "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."
65
+ },
66
+ "grid": {
67
+ "description": "The WKID of the spatial reference used to draw a grid on the map(s)."
68
+ },
69
+ "id": {
70
+ "description": "The ID of the report item.",
71
+ "type": "string"
72
+ },
73
+ "instanceId": {
74
+ "description": "A unique ID used to track a print job.",
75
+ "type": "string"
76
+ },
77
+ "maps": {
78
+ "description": "The map(s) to print.",
79
+ "isRequired": "true"
80
+ },
81
+ "parameters": {
82
+ "description": "Additional parameters used in the print template, specified as key-value pairs."
83
+ },
84
+ "portalItem": {
85
+ "description": "The portal item where the print template is located."
86
+ },
87
+ "rotation": {
88
+ "description": "The rotation of the map(s). Defaults to the map's current rotation.",
89
+ "type": "number"
90
+ },
91
+ "scale": {
92
+ "description": "The scale of the map(s). Defaults to the map's current scale.",
93
+ "type": "number"
94
+ },
95
+ "title": {
96
+ "description": "The title of the print.",
97
+ "type": "string"
98
+ },
99
+ "viewpoint": {
100
+ "description": "The initial viewpoint of the 3D map(s). Defaults to the scene's current viewpoint."
101
+ }
102
+ }
103
+ ```
104
+
105
+ ---
@@ -0,0 +1,21 @@
1
+ # operation: printing.update-args
2
+ Description: Allows the user to update the intercepted prepared print request arguments.
3
+
4
+ Inputs: `PreparedPrintJobUpdateArgs`
5
+
6
+ PreparedPrintJobUpdateArgs properties:
7
+ ```json
8
+ {
9
+ "printJobArgs": {
10
+ "description": "The prepared print job arguments.",
11
+ "isRequired": "true"
12
+ },
13
+ "update": {
14
+ "description": "The print job update arguments."
15
+ }
16
+ }
17
+ ```
18
+
19
+ Outputs: `PrintJobArgs`
20
+
21
+ ---