@vertigis/viewer-spec 53.10.1 → 55.0.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 (67) hide show
  1. package/app-config/{mobile → common}/EventListenerModelProperties.d.ts +10 -5
  2. package/app-config/common/TranslatableText.d.ts +1 -1
  3. package/app-config/schema/common-app-config.schema.json +1 -1
  4. package/app-config/schema/mobile-app-config.schema.json +1 -1
  5. package/app-config/schema/web-app-config.schema.json +1 -1
  6. package/messaging/Event.d.ts +3 -2
  7. package/messaging/registry/app-config.d.ts +1 -1
  8. package/messaging/registry/app.d.ts +27 -21
  9. package/messaging/registry/arcade.d.ts +3 -3
  10. package/messaging/registry/auth.d.ts +4 -3
  11. package/messaging/registry/basemap.d.ts +2 -2
  12. package/messaging/registry/bookmark.d.ts +4 -4
  13. package/messaging/registry/charts.d.ts +8 -7
  14. package/messaging/registry/debugConsole.d.ts +2 -0
  15. package/messaging/registry/device.d.ts +3 -3
  16. package/messaging/registry/display.d.ts +1 -1
  17. package/messaging/registry/drawing.d.ts +8 -6
  18. package/messaging/registry/edit.d.ts +9 -8
  19. package/messaging/registry/file.d.ts +8 -8
  20. package/messaging/registry/filter-builder.d.ts +4 -3
  21. package/messaging/registry/geocode.d.ts +1 -1
  22. package/messaging/registry/geolocation.d.ts +27 -24
  23. package/messaging/registry/geometry-toolbar.d.ts +2 -2
  24. package/messaging/registry/geometry.d.ts +12 -12
  25. package/messaging/registry/highlights.d.ts +8 -6
  26. package/messaging/registry/input.d.ts +2 -2
  27. package/messaging/registry/iwtm.d.ts +1 -1
  28. package/messaging/registry/kpi.d.ts +8 -7
  29. package/messaging/registry/layer-comparison.d.ts +9 -8
  30. package/messaging/registry/layer-presets.d.ts +2 -2
  31. package/messaging/registry/layers.d.ts +16 -14
  32. package/messaging/registry/layout.d.ts +4 -4
  33. package/messaging/registry/licensing.d.ts +2 -2
  34. package/messaging/registry/location-marker.d.ts +7 -7
  35. package/messaging/registry/logViewer.d.ts +2 -2
  36. package/messaging/registry/map.d.ts +68 -61
  37. package/messaging/registry/measurement.d.ts +16 -16
  38. package/messaging/registry/messaging.d.ts +1 -1
  39. package/messaging/registry/network.d.ts +4 -4
  40. package/messaging/registry/offline.d.ts +34 -29
  41. package/messaging/registry/panel.d.ts +9 -5
  42. package/messaging/registry/photos.d.ts +3 -3
  43. package/messaging/registry/portal.d.ts +3 -3
  44. package/messaging/registry/project.d.ts +13 -13
  45. package/messaging/registry/query-builder.d.ts +3 -3
  46. package/messaging/registry/region.d.ts +2 -2
  47. package/messaging/registry/reports.d.ts +6 -5
  48. package/messaging/registry/results.d.ts +39 -31
  49. package/messaging/registry/search.d.ts +6 -6
  50. package/messaging/registry/settings.d.ts +1 -1
  51. package/messaging/registry/shortcut.d.ts +2 -2
  52. package/messaging/registry/sketching.d.ts +34 -29
  53. package/messaging/registry/system.d.ts +14 -13
  54. package/messaging/registry/tasks.d.ts +8 -5
  55. package/messaging/registry/ui.d.ts +32 -26
  56. package/messaging/registry/viewer.d.ts +13 -11
  57. package/messaging/registry/workflow.d.ts +7 -7
  58. package/messaging/schema/common-action.schema.json +15 -15
  59. package/messaging/schema/common-event.schema.json +5 -5
  60. package/messaging/schema/mobile-action.schema.json +131 -131
  61. package/messaging/schema/mobile-event.schema.json +99 -99
  62. package/messaging/schema/web-action.schema.json +218 -218
  63. package/messaging/schema/web-event.schema.json +37 -37
  64. package/package.json +2 -2
  65. package/version.d.ts +1 -1
  66. package/version.js +1 -1
  67. /package/app-config/{mobile → common}/EventListenerModelProperties.js +0 -0
@@ -685,7 +685,7 @@
685
685
  "description": "Arguments for the \"map.add-markup\" command.",
686
686
  "properties": {
687
687
  "collection": {
688
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web: \"default\": The default markup layer. \"vgs-active-snapping-guides\": The active snap point when snapping. \"vgs-buffer\": Buffer graphics from OOTB buffer tools. \"vgs-context-marker\": Right click context marker on map. \"vgs-dirty-indicator\": Invalid geometry indicators used when editing. \"vgs-editing-control\": Edit frame and vertices while editing geometries. \"vgs-location-accuracy\": Location accuracy circle when geolocating. \"vgs-location-marker-*\": Location markers have this prefix followed by the marker id. \"vgs-map-notes\": Map Notes. \"vgs-measurement-labels\": Labels on measured graphics. \"vgs-other-snapping-guides\": Additional snapping point visualizations. \"vgs-self-snaps\": Used internally by snapping. \"vgs-sketching\": Temporary graphics used while drawing geometries. \"vgs-snapping-radius\": Snapping radius when snapping is active. \"vgs-transient-measurement-labels\": Measurement labels used while drawing.",
688
+ "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web: \"default\": The default markup layer. \"vgs-active-snapping-guides\": The active snap point when snapping. \"vgs-buffer\": Buffer graphics from OOTB buffer tools. \"vgs-context-marker\": Right click context marker on map. \"vgs-dirty-indicator\": Invalid geometry indicators used when editing. \"vgs-editing-control\": Edit frame and vertices while editing geometries. \"vgs-location-accuracy\": Location accuracy circle when geolocating. \"vgs-location-marker-*\": Location markers have this prefix followed by the marker id. \"vgs-map-notes\": Map Notes. \"vgs-measurement-labels\": Labels on measured graphics. \"vgs-other-snapping-guides\": Additional snapping point visualizations. \"vgs-self-snaps\": Used internally by snapping. \"vgs-sketching\": Temporary graphics used while drawing geometries. \"vgs-snapping-radius\": Snapping radius when snapping is active. \"vgs-transient-measurement-labels\": Measurement labels used while drawing. Web only.",
689
689
  "type": "string"
690
690
  },
691
691
  "graphics": {
@@ -726,7 +726,7 @@
726
726
  },
727
727
  "level": {
728
728
  "$ref": "#/definitions/MarkupLevel",
729
- "description": "The level (z-order) to assign the markup to. If not specified uses the same level as default markup."
729
+ "description": "The level (z-order) to assign the markup to. If not specified uses the same level as default markup. Web only."
730
730
  },
731
731
  "maps": {
732
732
  "$ref": "MapsLike",
@@ -1062,7 +1062,7 @@
1062
1062
  "description": "Arguments for the \"map.clear-markup\" command.",
1063
1063
  "properties": {
1064
1064
  "collection": {
1065
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web: \"default\": The default markup layer. \"vgs-active-snapping-guides\": The active snap point when snapping. \"vgs-buffer\": Buffer graphics from OOTB buffer tools. \"vgs-context-marker\": Right click context marker on map. \"vgs-dirty-indicator\": Invalid geometry indicators used when editing. \"vgs-editing-control\": Edit frame and vertices while editing geometries. \"vgs-location-accuracy\": Location accuracy circle when geolocating. \"vgs-location-marker-*\": Location markers have this prefix followed by the marker id. \"vgs-map-notes\": Map Notes. \"vgs-measurement-labels\": Labels on measured graphics. \"vgs-other-snapping-guides\": Additional snapping point visualizations. \"vgs-self-snaps\": Used internally by snapping. \"vgs-sketching\": Temporary graphics used while drawing geometries. \"vgs-snapping-radius\": Snapping radius when snapping is active. \"vgs-transient-measurement-labels\": Measurement labels used while drawing.",
1065
+ "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web: \"default\": The default markup layer. \"vgs-active-snapping-guides\": The active snap point when snapping. \"vgs-buffer\": Buffer graphics from OOTB buffer tools. \"vgs-context-marker\": Right click context marker on map. \"vgs-dirty-indicator\": Invalid geometry indicators used when editing. \"vgs-editing-control\": Edit frame and vertices while editing geometries. \"vgs-location-accuracy\": Location accuracy circle when geolocating. \"vgs-location-marker-*\": Location markers have this prefix followed by the marker id. \"vgs-map-notes\": Map Notes. \"vgs-measurement-labels\": Labels on measured graphics. \"vgs-other-snapping-guides\": Additional snapping point visualizations. \"vgs-self-snaps\": Used internally by snapping. \"vgs-sketching\": Temporary graphics used while drawing geometries. \"vgs-snapping-radius\": Snapping radius when snapping is active. \"vgs-transient-measurement-labels\": Measurement labels used while drawing. Web only.",
1066
1066
  "type": "string"
1067
1067
  },
1068
1068
  "graphics": {
@@ -1617,7 +1617,7 @@
1617
1617
  },
1618
1618
  "options": {
1619
1619
  "$ref": "#/definitions/EditGeometryOptions",
1620
- "description": "The options for this edit operation. Not supported in Mobile."
1620
+ "description": "The options for this edit operation. Not supported in Mobile. Web only."
1621
1621
  },
1622
1622
  "pluginSettings": {
1623
1623
  "description": "Web only. 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."
@@ -1850,7 +1850,7 @@
1850
1850
  },
1851
1851
  "maps": {
1852
1852
  "$ref": "MapsLike",
1853
- "description": "The map to target, if omitted Web will attempt to choose the best map for you."
1853
+ "description": "The map to target, if omitted Web will attempt to choose the best map for you. Web only."
1854
1854
  },
1855
1855
  "target": {
1856
1856
  "description": "The layout ID of the workflow component to use for any workflow forms, or the ID of a container component like taskbar, panel, stack, etc. In the latter case, a new workflow component will be created dynamically as a child of the targeted container, and removed when the workflow finishes running.",
@@ -1957,11 +1957,11 @@
1957
1957
  "description": "FeatureSettings to use for feature metadata if the layer is not provided or can't be found."
1958
1958
  },
1959
1959
  "fetchAttachments": {
1960
- "description": "Whether to fetch attachments for the returned features. Defaults to false.",
1960
+ "description": "Whether to fetch attachments for the returned features. Defaults to false. Mobile only.",
1961
1961
  "type": "boolean"
1962
1962
  },
1963
1963
  "fetchRelatedFeatures": {
1964
- "description": "Whether to fetch related features for the returned features. Defaults to false.",
1964
+ "description": "Whether to fetch related features for the returned features. Defaults to false. Mobile only.",
1965
1965
  "type": "boolean"
1966
1966
  },
1967
1967
  "graphics": {
@@ -2882,7 +2882,7 @@
2882
2882
  "description": "Arguments to open a file.",
2883
2883
  "properties": {
2884
2884
  "fileName": {
2885
- "description": "Name of the file to open.",
2885
+ "description": "Name of the file to open. Mobile only.",
2886
2886
  "type": "string"
2887
2887
  }
2888
2888
  },
@@ -2985,7 +2985,7 @@
2985
2985
  "description": "Arguments to pick a file.",
2986
2986
  "properties": {
2987
2987
  "allowedFileTypes": {
2988
- "description": "Allowed types of file used to pick a file.",
2988
+ "description": "Allowed types of file used to pick a file. Mobile only.",
2989
2989
  "items": {
2990
2990
  "type": "string"
2991
2991
  },
@@ -2993,7 +2993,7 @@
2993
2993
  },
2994
2994
  "attachmentType": {
2995
2995
  "$ref": "AttachmentType",
2996
- "description": "Type of the attachment used to pick a file."
2996
+ "description": "Type of the attachment used to pick a file. Mobile only."
2997
2997
  }
2998
2998
  },
2999
2999
  "required": [
@@ -3209,7 +3209,7 @@
3209
3209
  "description": "Arguments for the workflow.run command.",
3210
3210
  "properties": {
3211
3211
  "async": {
3212
- "description": "Whether or not the workflow should be executed asynchronously. If this property is true, the workflow will be executed but the command will not wait for it to finish. Defaults to false.",
3212
+ "description": "Whether or not the workflow should be executed asynchronously. If this property is true, the workflow will be executed but the command will not wait for it to finish. Defaults to false. Web only.",
3213
3213
  "type": "boolean"
3214
3214
  },
3215
3215
  "commandArgumentInput": {
@@ -3234,7 +3234,7 @@
3234
3234
  },
3235
3235
  "maps": {
3236
3236
  "$ref": "MapsLike",
3237
- "description": "The map to target, if omitted Web will attempt to choose the best map for you."
3237
+ "description": "The map to target, if omitted Web will attempt to choose the best map for you. Web only."
3238
3238
  },
3239
3239
  "target": {
3240
3240
  "description": "The layout ID of the workflow component to use for any workflow forms, or the ID of a container component like taskbar, panel, stack, etc. In the latter case, a new workflow component will be created dynamically as a child of the targeted container, and removed when the workflow finishes running.",
@@ -3586,10 +3586,10 @@
3586
3586
  },
3587
3587
  "results": {
3588
3588
  "$ref": "#/definitions/ModelRef",
3589
- "description": "The result component to update, referenced by results model or its ID."
3589
+ "description": "The result component to update, referenced by results model or its ID. Web only."
3590
3590
  },
3591
3591
  "resultsSetId": {
3592
- "description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results.",
3592
+ "description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results. Web only.",
3593
3593
  "type": "string"
3594
3594
  }
3595
3595
  },
@@ -3973,7 +3973,7 @@
3973
3973
  "description": "Arguments for various commands that target a result set of features.",
3974
3974
  "properties": {
3975
3975
  "resultsSetId": {
3976
- "description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results.",
3976
+ "description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results. Web only.",
3977
3977
  "type": "string"
3978
3978
  }
3979
3979
  },
@@ -4026,7 +4026,7 @@
4026
4026
  "type": "string"
4027
4027
  },
4028
4028
  "defaultValue": {
4029
- "description": "An optional default value to fallback to when a language resource key does not exist.",
4029
+ "description": "An optional default value to fallback to when a language resource key does not exist. Web only.",
4030
4030
  "type": "string"
4031
4031
  },
4032
4032
  "fractionalDigits": {
@@ -4065,10 +4065,10 @@
4065
4065
  },
4066
4066
  "results": {
4067
4067
  "$ref": "#/definitions/ModelRef",
4068
- "description": "The result component to update, referenced by results model or its ID."
4068
+ "description": "The result component to update, referenced by results model or its ID. Web only."
4069
4069
  },
4070
4070
  "resultsSetId": {
4071
- "description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results.",
4071
+ "description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results. Web only.",
4072
4072
  "type": "string"
4073
4073
  }
4074
4074
  },
@@ -4258,7 +4258,7 @@
4258
4258
  "type": "object"
4259
4259
  },
4260
4260
  "app.favorite": {
4261
- "description": "Adds the currently loaded app to the user's Favorites collection.",
4261
+ "description": "Adds the currently loaded app to the user's Favorites collection. Mobile only.",
4262
4262
  "enum": [
4263
4263
  "app.favorite"
4264
4264
  ]
@@ -4273,19 +4273,19 @@
4273
4273
  "$ref": "#/definitions/StorageDataArgs"
4274
4274
  },
4275
4275
  "app.go-to-app-selector": {
4276
- "description": "Returns to the app selector view where the user can select a different app. Only enabled if the current app was launched through VertiGIS Studio Go.",
4276
+ "description": "Returns to the app selector view where the user can select a different app. Only enabled if the current app was launched through VertiGIS Studio Go. Mobile only.",
4277
4277
  "enum": [
4278
4278
  "app.go-to-app-selector"
4279
4279
  ]
4280
4280
  },
4281
4281
  "app.refresh": {
4282
- "description": "Refreshes the currently loaded app so that it can download updates if available.",
4282
+ "description": "Refreshes the currently loaded app so that it can download updates if available. Mobile only.",
4283
4283
  "enum": [
4284
4284
  "app.refresh"
4285
4285
  ]
4286
4286
  },
4287
4287
  "app.remove-persistent-data": {
4288
- "description": "Removes stored data, specified by the arguments (key and scope).",
4288
+ "description": "Removes stored data, specified by the arguments (key and scope). Mobile only.",
4289
4289
  "enum": [
4290
4290
  "app.remove-persistent-data"
4291
4291
  ]
@@ -4294,7 +4294,7 @@
4294
4294
  "$ref": "#/definitions/StorageDataArgs"
4295
4295
  },
4296
4296
  "app.set-persistent-data": {
4297
- "description": "Stores data specified by the arguments (key and scope).",
4297
+ "description": "Stores data specified by the arguments (key and scope). Mobile only.",
4298
4298
  "enum": [
4299
4299
  "app.set-persistent-data"
4300
4300
  ]
@@ -4303,7 +4303,7 @@
4303
4303
  "$ref": "#/definitions/SaveStorageDataArgs"
4304
4304
  },
4305
4305
  "app.unfavorite": {
4306
- "description": "Removes the currently loaded app from the user's Favorites collection.",
4306
+ "description": "Removes the currently loaded app from the user's Favorites collection. Mobile only.",
4307
4307
  "enum": [
4308
4308
  "app.unfavorite"
4309
4309
  ]
@@ -4318,7 +4318,7 @@
4318
4318
  "$ref": "Principal"
4319
4319
  },
4320
4320
  "auth.get-existing-credential": {
4321
- "description": "Looks for an existing Esri credential. Does not prompt the user to sign in if credential cannot be found.",
4321
+ "description": "Looks for an existing Esri credential. Does not prompt the user to sign in if credential cannot be found. Mobile only.",
4322
4322
  "enum": [
4323
4323
  "auth.get-existing-credential"
4324
4324
  ]
@@ -4390,13 +4390,13 @@
4390
4390
  "$ref": "#/definitions/SetBasemapArgs"
4391
4391
  },
4392
4392
  "debug-console.close": {
4393
- "description": "Closes the Debug Console. Deprecated; use log-viewer.close instead.",
4393
+ "description": "Closes the Debug Console. Deprecated; use log-viewer.close instead. Mobile only.",
4394
4394
  "enum": [
4395
4395
  "debug-console.close"
4396
4396
  ]
4397
4397
  },
4398
4398
  "debug-console.display": {
4399
- "description": "Displays the Debug Console. Deprecated; use log-viewer.display instead.",
4399
+ "description": "Displays the Debug Console. Deprecated; use log-viewer.display instead. Mobile only.",
4400
4400
  "enum": [
4401
4401
  "debug-console.display"
4402
4402
  ]
@@ -4517,7 +4517,7 @@
4517
4517
  "$ref": "#/definitions/CreateGraphicsResult"
4518
4518
  },
4519
4519
  "drawing.draw": {
4520
- "description": "Allows the user to draw on the map by capturing geometry, creating a graphic, and persisting the graphic on the map. This is a shortcut for the command chain [\"sketching.capture-geometry\", \"drawing.create-graphics\", \"map.add-markup\"]. Some default geometryEditorSettings are also applied.",
4520
+ "description": "Allows the user to draw on the map by capturing geometry, creating a graphic, and persisting the graphic on the map. This is a shortcut for the command chain [\"sketching.capture-geometry\", \"drawing.create-graphics\", \"map.add-markup\"]. Some default geometryEditorSettings are also applied. Mobile only.",
4521
4521
  "enum": [
4522
4522
  "drawing.draw"
4523
4523
  ]
@@ -13604,7 +13604,7 @@
13604
13604
  "type": "string"
13605
13605
  },
13606
13606
  "file.open-file": {
13607
- "description": "Opens a file in an app assigned to the file type.",
13607
+ "description": "Opens a file in an app assigned to the file type. Mobile only.",
13608
13608
  "enum": [
13609
13609
  "file.open-file"
13610
13610
  ]
@@ -13620,7 +13620,7 @@
13620
13620
  ]
13621
13621
  },
13622
13622
  "file.pick-file": {
13623
- "description": "Prompt the user to select a file from the file system, and return the resulting data.",
13623
+ "description": "Prompt the user to select a file from the file system, and return the resulting data. Mobile only.",
13624
13624
  "enum": [
13625
13625
  "file.pick-file"
13626
13626
  ]
@@ -13683,7 +13683,7 @@
13683
13683
  "type": "array"
13684
13684
  },
13685
13685
  "geolocation.apply-datum-transformation": {
13686
- "description": "Applies a datum transformation to the current GNSS device.",
13686
+ "description": "Applies a datum transformation to the current GNSS device. Mobile only.",
13687
13687
  "enum": [
13688
13688
  "geolocation.apply-datum-transformation"
13689
13689
  ]
@@ -13714,7 +13714,7 @@
13714
13714
  ]
13715
13715
  },
13716
13716
  "geolocation.auto-recenter-and-reorient": {
13717
- "description": "Centers the map on the user's current location and updates the orientation of the map to face the direction of the device. Keeps the location centered as it moves around. Returns whether guiding started successfully.",
13717
+ "description": "Centers the map on the user's current location and updates the orientation of the map to face the direction of the device. Keeps the location centered as it moves around. Returns whether guiding started successfully. Mobile only.",
13718
13718
  "enum": [
13719
13719
  "geolocation.auto-recenter-and-reorient"
13720
13720
  ]
@@ -13742,7 +13742,7 @@
13742
13742
  ]
13743
13743
  },
13744
13744
  "geolocation.change-source": {
13745
- "description": "Updates the currently active GNSS receiver.",
13745
+ "description": "Updates the currently active GNSS receiver. Mobile only.",
13746
13746
  "enum": [
13747
13747
  "geolocation.change-source"
13748
13748
  ]
@@ -13751,19 +13751,19 @@
13751
13751
  "$ref": "#/definitions/GnssDeviceConnectionInfo"
13752
13752
  },
13753
13753
  "geolocation.display-device-metadata": {
13754
- "description": "Displays the GNSS device metadata view.",
13754
+ "description": "Displays the GNSS device metadata view. Mobile only.",
13755
13755
  "enum": [
13756
13756
  "geolocation.display-device-metadata"
13757
13757
  ]
13758
13758
  },
13759
13759
  "geolocation.display-device-selection": {
13760
- "description": "Displays the GNSS device selection view.",
13760
+ "description": "Displays the GNSS device selection view. Mobile only.",
13761
13761
  "enum": [
13762
13762
  "geolocation.display-device-selection"
13763
13763
  ]
13764
13764
  },
13765
13765
  "geolocation.display-device-settings": {
13766
- "description": "Displays the GNSS device settings view.",
13766
+ "description": "Displays the GNSS device settings view. Mobile only.",
13767
13767
  "enum": [
13768
13768
  "geolocation.display-device-settings"
13769
13769
  ]
@@ -13778,7 +13778,7 @@
13778
13778
  ]
13779
13779
  },
13780
13780
  "geolocation.get-active-source": {
13781
- "description": "Gets the currently active geolocation source.",
13781
+ "description": "Gets the currently active geolocation source. Mobile only.",
13782
13782
  "enum": [
13783
13783
  "geolocation.get-active-source"
13784
13784
  ]
@@ -13787,7 +13787,7 @@
13787
13787
  "$ref": "#/definitions/GnssDeviceConnectionInfo"
13788
13788
  },
13789
13789
  "geolocation.get-all-sources": {
13790
- "description": "Gets the list of currently available geolocation sources. Includes integrated receivers, GNSS devices, and emulators.",
13790
+ "description": "Gets the list of currently available geolocation sources. Includes integrated receivers, GNSS devices, and emulators. Mobile only.",
13791
13791
  "enum": [
13792
13792
  "geolocation.get-all-sources"
13793
13793
  ]
@@ -13802,7 +13802,7 @@
13802
13802
  "type": "array"
13803
13803
  },
13804
13804
  "geolocation.get-coordinate-transformations": {
13805
- "description": "Returns a list of valid coordinate transformations for given input and output spatial references.",
13805
+ "description": "Returns a list of valid coordinate transformations for given input and output spatial references. Mobile only.",
13806
13806
  "enum": [
13807
13807
  "geolocation.get-coordinate-transformations"
13808
13808
  ]
@@ -13844,7 +13844,7 @@
13844
13844
  "$ref": "#/definitions/esri.Point"
13845
13845
  },
13846
13846
  "geolocation.set-location-symbol": {
13847
- "description": "Modifies the location display symbol.",
13847
+ "description": "Modifies the location display symbol. Mobile only.",
13848
13848
  "enum": [
13849
13849
  "geolocation.set-location-symbol"
13850
13850
  ]
@@ -13859,7 +13859,7 @@
13859
13859
  ]
13860
13860
  },
13861
13861
  "geometry-toolbar.hide": {
13862
- "description": "Hides the Geometry Toolbar.",
13862
+ "description": "Hides the Geometry Toolbar. Mobile only.",
13863
13863
  "enum": [
13864
13864
  "geometry-toolbar.hide"
13865
13865
  ]
@@ -13875,7 +13875,7 @@
13875
13875
  ]
13876
13876
  },
13877
13877
  "geometry-toolbar.show": {
13878
- "description": "Shows the Geometry Toolbar.",
13878
+ "description": "Shows the Geometry Toolbar. Mobile only.",
13879
13879
  "enum": [
13880
13880
  "geometry-toolbar.show"
13881
13881
  ]
@@ -13891,7 +13891,7 @@
13891
13891
  ]
13892
13892
  },
13893
13893
  "geometry.add-part": {
13894
- "description": "Adds a part to a given geometry.",
13894
+ "description": "Adds a part to a given geometry. Mobile only.",
13895
13895
  "enum": [
13896
13896
  "geometry.add-part"
13897
13897
  ]
@@ -13903,7 +13903,7 @@
13903
13903
  "$ref": "#/definitions/esri.Geometry"
13904
13904
  },
13905
13905
  "geometry.add-point": {
13906
- "description": "Adds a point to a given geometry.",
13906
+ "description": "Adds a point to a given geometry. Mobile only.",
13907
13907
  "enum": [
13908
13908
  "geometry.add-point"
13909
13909
  ]
@@ -13915,7 +13915,7 @@
13915
13915
  "$ref": "#/definitions/esri.Geometry"
13916
13916
  },
13917
13917
  "geometry.calculate-point": {
13918
- "description": "Calculates a point relative to a given reference line.",
13918
+ "description": "Calculates a point relative to a given reference line. Mobile only.",
13919
13919
  "enum": [
13920
13920
  "geometry.calculate-point"
13921
13921
  ]
@@ -13927,7 +13927,7 @@
13927
13927
  "$ref": "#/definitions/esri.Point"
13928
13928
  },
13929
13929
  "geometry.remove-point": {
13930
- "description": "Removes a point from a given geometry.",
13930
+ "description": "Removes a point from a given geometry. Mobile only.",
13931
13931
  "enum": [
13932
13932
  "geometry.remove-point"
13933
13933
  ]
@@ -14007,13 +14007,13 @@
14007
14007
  ]
14008
14008
  },
14009
14009
  "highlights.hide": {
14010
- "description": "Hides all highlight overlays (can be undone with highlights.show).",
14010
+ "description": "Hides all highlight overlays (can be undone with highlights.show). Mobile only.",
14011
14011
  "enum": [
14012
14012
  "highlights.hide"
14013
14013
  ]
14014
14014
  },
14015
14015
  "highlights.hide-focus": {
14016
- "description": "Hides the focus highlight (can be undone with highlights.show-focus).",
14016
+ "description": "Hides the focus highlight (can be undone with highlights.show-focus). Mobile only.",
14017
14017
  "enum": [
14018
14018
  "highlights.hide-focus"
14019
14019
  ]
@@ -14034,7 +14034,7 @@
14034
14034
  "$ref": "#/definitions/Features"
14035
14035
  },
14036
14036
  "highlights.refresh": {
14037
- "description": "Refreshes highlighting for one or many features.",
14037
+ "description": "Refreshes highlighting for one or many features. Mobile only.",
14038
14038
  "enum": [
14039
14039
  "highlights.refresh"
14040
14040
  ]
@@ -14061,13 +14061,13 @@
14061
14061
  "$ref": "#/definitions/Features"
14062
14062
  },
14063
14063
  "highlights.show": {
14064
- "description": "Shows all highlight overlays (makes not hidden).",
14064
+ "description": "Shows all highlight overlays (makes not hidden). Mobile only.",
14065
14065
  "enum": [
14066
14066
  "highlights.show"
14067
14067
  ]
14068
14068
  },
14069
14069
  "highlights.show-focus": {
14070
- "description": "Shows the highlight focus (makes focus not hidden).",
14070
+ "description": "Shows the highlight focus (makes focus not hidden). Mobile only.",
14071
14071
  "enum": [
14072
14072
  "highlights.show-focus"
14073
14073
  ]
@@ -14079,7 +14079,7 @@
14079
14079
  "$ref": "#/definitions/HasMaps"
14080
14080
  },
14081
14081
  "iwtm.open": {
14082
- "description": "Displays the I Want To Menu with the given ID.",
14082
+ "description": "Displays the I Want To Menu with the given ID. Mobile only.",
14083
14083
  "enum": [
14084
14084
  "iwtm.open"
14085
14085
  ]
@@ -14088,7 +14088,7 @@
14088
14088
  "type": "string"
14089
14089
  },
14090
14090
  "layer-presets.apply": {
14091
- "description": "Applies a layer-preset to a map. Applying a layer-preset means that the layer visibilities, opacity, and the map's basemap are changed to match the layer-preset definition. It's a quick way for a user to toggle the state of the map to a pre-configured state.",
14091
+ "description": "Applies a layer-preset to a map. Applying a layer-preset means that the layer visibilities, opacity, and the map's basemap are changed to match the layer-preset definition. It's a quick way for a user to toggle the state of the map to a pre-configured state. Mobile only.",
14092
14092
  "enum": [
14093
14093
  "layer-presets.apply"
14094
14094
  ]
@@ -14097,13 +14097,13 @@
14097
14097
  "$ref": "#/definitions/LayerPresetsArgs"
14098
14098
  },
14099
14099
  "log-viewer.close": {
14100
- "description": "Closes the Log Viewer.",
14100
+ "description": "Closes the Log Viewer. Mobile only.",
14101
14101
  "enum": [
14102
14102
  "log-viewer.close"
14103
14103
  ]
14104
14104
  },
14105
14105
  "log-viewer.display": {
14106
- "description": "Displays the Log Viewer.",
14106
+ "description": "Displays the Log Viewer. Mobile only.",
14107
14107
  "enum": [
14108
14108
  "log-viewer.display"
14109
14109
  ]
@@ -14163,7 +14163,7 @@
14163
14163
  ]
14164
14164
  },
14165
14165
  "map.disable-map-click": {
14166
- "description": "Disables the click event handler on the map, so that if the user clicks on the map, the configured handler will not be invoked.",
14166
+ "description": "Disables the click event handler on the map, so that if the user clicks on the map, the configured handler will not be invoked. Mobile only.",
14167
14167
  "enum": [
14168
14168
  "map.disable-map-click"
14169
14169
  ]
@@ -14172,7 +14172,7 @@
14172
14172
  "$ref": "#/definitions/HasMaps"
14173
14173
  },
14174
14174
  "map.display-extent-selector": {
14175
- "description": "Displays a square overlay on the map that allows the user to change the map extent within the overlay.",
14175
+ "description": "Displays a square overlay on the map that allows the user to change the map extent within the overlay. Mobile only.",
14176
14176
  "enum": [
14177
14177
  "map.display-extent-selector"
14178
14178
  ]
@@ -14181,7 +14181,7 @@
14181
14181
  "$ref": "#/definitions/DisplayExtentSelectorArgs"
14182
14182
  },
14183
14183
  "map.enable-map-click": {
14184
- "description": "Enables the click event handler on the map, so that if the user clicks on the map, the configured handler will be invoked.",
14184
+ "description": "Enables the click event handler on the map, so that if the user clicks on the map, the configured handler will be invoked. Mobile only.",
14185
14185
  "enum": [
14186
14186
  "map.enable-map-click"
14187
14187
  ]
@@ -14190,7 +14190,7 @@
14190
14190
  "$ref": "#/definitions/HasMaps"
14191
14191
  },
14192
14192
  "map.export-image": {
14193
- "description": "Exports the currently rendered map to a png image file on disk, and also returns that image.",
14193
+ "description": "Exports the currently rendered map to a png image file on disk, and also returns that image. Mobile only.",
14194
14194
  "enum": [
14195
14195
  "map.export-image"
14196
14196
  ]
@@ -14202,7 +14202,7 @@
14202
14202
  "$ref": "EnhancedFileData"
14203
14203
  },
14204
14204
  "map.get-coordinate-transformation": {
14205
- "description": "If a map extension ID is specified, returns the coordinate transformation object for that map. If no map extension ID is specified, returns the coordinate transformation object of the first available map. The coordinate transformation object contains information about the input and output spatial reference, as well as the necessary transformations to convert between those coordinate systems.",
14205
+ "description": "If a map extension ID is specified, returns the coordinate transformation object for that map. If no map extension ID is specified, returns the coordinate transformation object of the first available map. The coordinate transformation object contains information about the input and output spatial reference, as well as the necessary transformations to convert between those coordinate systems. Mobile only.",
14206
14206
  "enum": [
14207
14207
  "map.get-coordinate-transformation"
14208
14208
  ]
@@ -14233,7 +14233,7 @@
14233
14233
  "type": "array"
14234
14234
  },
14235
14235
  "map.get-geometry-from-selector": {
14236
- "description": "Returns the geometry that is contained within the square overlay of the extent selector.",
14236
+ "description": "Returns the geometry that is contained within the square overlay of the extent selector. Mobile only.",
14237
14237
  "enum": [
14238
14238
  "map.get-geometry-from-selector"
14239
14239
  ]
@@ -14273,7 +14273,7 @@
14273
14273
  "$ref": "#/definitions/esri.SpatialReference"
14274
14274
  },
14275
14275
  "map.get-view-insets": {
14276
- "description": "Returns the amount of the map that is currently covered by insets such as the panel component.",
14276
+ "description": "Returns the amount of the map that is currently covered by insets such as the panel component. Mobile only.",
14277
14277
  "enum": [
14278
14278
  "map.get-view-insets"
14279
14279
  ]
@@ -14285,7 +14285,7 @@
14285
14285
  "$ref": "#/definitions/GetViewInsetsArgs"
14286
14286
  },
14287
14287
  "map.get-visible-center": {
14288
- "description": "Returns the point at the center of the visible map area. Accounts for panels displaying overtop of the map.",
14288
+ "description": "Returns the point at the center of the visible map area. Accounts for panels displaying overtop of the map. Mobile only.",
14289
14289
  "enum": [
14290
14290
  "map.get-visible-center"
14291
14291
  ]
@@ -14297,13 +14297,13 @@
14297
14297
  "$ref": "#/definitions/esri.Point"
14298
14298
  },
14299
14299
  "map.hide": {
14300
- "description": "Hides the map.",
14300
+ "description": "Hides the map. Mobile only.",
14301
14301
  "enum": [
14302
14302
  "map.hide"
14303
14303
  ]
14304
14304
  },
14305
14305
  "map.hide-extent-selector": {
14306
- "description": "Hides the extent selector overlay on the map.",
14306
+ "description": "Hides the extent selector overlay on the map. Mobile only.",
14307
14307
  "enum": [
14308
14308
  "map.hide-extent-selector"
14309
14309
  ]
@@ -14327,7 +14327,7 @@
14327
14327
  "$ref": "#/definitions/Features"
14328
14328
  },
14329
14329
  "map.pause-sketch": {
14330
- "description": "Pauses sketching on the map. Stores the current sketch editor and geometry for later use.",
14330
+ "description": "Pauses sketching on the map. Stores the current sketch editor and geometry for later use. Mobile only.",
14331
14331
  "enum": [
14332
14332
  "map.pause-sketch"
14333
14333
  ]
@@ -14336,7 +14336,7 @@
14336
14336
  "$ref": "#/definitions/HasMaps"
14337
14337
  },
14338
14338
  "map.refresh": {
14339
- "description": "Refreshes / reloads the map.",
14339
+ "description": "Refreshes / reloads the map. Mobile only.",
14340
14340
  "enum": [
14341
14341
  "map.refresh"
14342
14342
  ]
@@ -14345,13 +14345,13 @@
14345
14345
  "$ref": "#/definitions/HasMaps"
14346
14346
  },
14347
14347
  "map.replace": {
14348
- "description": "Replaces the entire current map in the MapExtension and in the map component with a different map.",
14348
+ "description": "Replaces the entire current map in the MapExtension and in the map component with a different map. Mobile only.",
14349
14349
  "enum": [
14350
14350
  "map.replace"
14351
14351
  ]
14352
14352
  },
14353
14353
  "map.replace-additional-layers": {
14354
- "description": "Replaces the additional layers on top of an mmpk with a new set of layers, when using mmpk + WebMap. The mmpk part of the map is retained.",
14354
+ "description": "Replaces the additional layers on top of an mmpk with a new set of layers, when using mmpk + WebMap. The mmpk part of the map is retained. Mobile only.",
14355
14355
  "enum": [
14356
14356
  "map.replace-additional-layers"
14357
14357
  ]
@@ -14360,7 +14360,7 @@
14360
14360
  "$ref": "#/definitions/ReplaceMapArgs"
14361
14361
  },
14362
14362
  "map.replace-mmpk": {
14363
- "description": "Replaces the underlying mmpk part of the map when using mmpk + WebMap. The additional layers on top of the mmpk data are retained.",
14363
+ "description": "Replaces the underlying mmpk part of the map when using mmpk + WebMap. The additional layers on top of the mmpk data are retained. Mobile only.",
14364
14364
  "enum": [
14365
14365
  "map.replace-mmpk"
14366
14366
  ]
@@ -14372,7 +14372,7 @@
14372
14372
  "$ref": "#/definitions/ReplaceMapArgs"
14373
14373
  },
14374
14374
  "map.resume-sketch": {
14375
- "description": "Resumes sketching on the map. Uses the sketch editor and geometry stored when pausing.",
14375
+ "description": "Resumes sketching on the map. Uses the sketch editor and geometry stored when pausing. Mobile only.",
14376
14376
  "enum": [
14377
14377
  "map.resume-sketch"
14378
14378
  ]
@@ -14399,7 +14399,7 @@
14399
14399
  "$ref": "MapRotateArgs"
14400
14400
  },
14401
14401
  "map.show": {
14402
- "description": "Shows the map if it is hidden.",
14402
+ "description": "Shows the map if it is hidden. Mobile only.",
14403
14403
  "enum": [
14404
14404
  "map.show"
14405
14405
  ]
@@ -14411,7 +14411,7 @@
14411
14411
  "type": "boolean"
14412
14412
  },
14413
14413
  "map.start-sketch": {
14414
- "description": "Enables sketching on a map.",
14414
+ "description": "Enables sketching on a map. Mobile only.",
14415
14415
  "enum": [
14416
14416
  "map.start-sketch"
14417
14417
  ]
@@ -14423,7 +14423,7 @@
14423
14423
  "$ref": "#/definitions/esri.Geometry"
14424
14424
  },
14425
14425
  "map.stop-sketch": {
14426
- "description": "Stops sketching on the map.",
14426
+ "description": "Stops sketching on the map. Mobile only.",
14427
14427
  "enum": [
14428
14428
  "map.stop-sketch"
14429
14429
  ]
@@ -14494,7 +14494,7 @@
14494
14494
  ]
14495
14495
  },
14496
14496
  "measurement.clear": {
14497
- "description": "Stops drawing and clears graphics from the map.",
14497
+ "description": "Stops drawing and clears graphics from the map. Mobile only.",
14498
14498
  "enum": [
14499
14499
  "measurement.clear"
14500
14500
  ]
@@ -14519,7 +14519,7 @@
14519
14519
  ]
14520
14520
  },
14521
14521
  "measurement.set-geometry-mode": {
14522
- "description": "Sets the geometry mode in use.",
14522
+ "description": "Sets the geometry mode in use. Mobile only.",
14523
14523
  "enum": [
14524
14524
  "measurement.set-geometry-mode"
14525
14525
  ]
@@ -14528,7 +14528,7 @@
14528
14528
  "$ref": "GeometryModeArgs"
14529
14529
  },
14530
14530
  "measurement.start": {
14531
- "description": "Starts drawing a measurement on the map. If a drawing has previously been started and stopped it will be resumed.",
14531
+ "description": "Starts drawing a measurement on the map. If a drawing has previously been started and stopped it will be resumed. Mobile only.",
14532
14532
  "enum": [
14533
14533
  "measurement.start"
14534
14534
  ]
@@ -14553,7 +14553,7 @@
14553
14553
  ]
14554
14554
  },
14555
14555
  "measurement.stop": {
14556
- "description": "Stops drawing a measurement on the map. Graphic remains visible and drawing can be resumed.",
14556
+ "description": "Stops drawing a measurement on the map. Graphic remains visible and drawing can be resumed. Mobile only.",
14557
14557
  "enum": [
14558
14558
  "measurement.stop"
14559
14559
  ]
@@ -14578,7 +14578,7 @@
14578
14578
  ]
14579
14579
  },
14580
14580
  "network.can-reach-host": {
14581
- "description": "Determines if the device can reach a given host and port.",
14581
+ "description": "Determines if the device can reach a given host and port. Mobile only.",
14582
14582
  "enum": [
14583
14583
  "network.can-reach-host"
14584
14584
  ]
@@ -14590,7 +14590,7 @@
14590
14590
  "type": "boolean"
14591
14591
  },
14592
14592
  "network.can-reach-url": {
14593
- "description": "Determines if the device can reach a given url.",
14593
+ "description": "Determines if the device can reach a given url. Mobile only.",
14594
14594
  "enum": [
14595
14595
  "network.can-reach-url"
14596
14596
  ]
@@ -14602,7 +14602,7 @@
14602
14602
  "type": "boolean"
14603
14603
  },
14604
14604
  "network.get-status": {
14605
- "description": "Returns the network status.",
14605
+ "description": "Returns the network status. Mobile only.",
14606
14606
  "enum": [
14607
14607
  "network.get-status"
14608
14608
  ]
@@ -14611,7 +14611,7 @@
14611
14611
  "$ref": "#/definitions/NetworkStatus"
14612
14612
  },
14613
14613
  "network.has-connection": {
14614
- "description": "Determines if the device has a network connection.",
14614
+ "description": "Determines if the device has a network connection. Mobile only.",
14615
14615
  "enum": [
14616
14616
  "network.has-connection"
14617
14617
  ]
@@ -14620,7 +14620,7 @@
14620
14620
  "type": "boolean"
14621
14621
  },
14622
14622
  "offline.activate-area": {
14623
- "description": "Activates the specified offline area, replacing the map on the MapView with the offline map associated with the specified offline area.",
14623
+ "description": "Activates the specified offline area, replacing the map on the MapView with the offline map associated with the specified offline area. Mobile only.",
14624
14624
  "enum": [
14625
14625
  "offline.activate-area"
14626
14626
  ]
@@ -14632,13 +14632,13 @@
14632
14632
  "$ref": "#/definitions/OfflineOperationResult"
14633
14633
  },
14634
14634
  "offline.cancel-create-area": {
14635
- "description": "Cancels any create offline map area operation in progress and resets the form used to create custom offline map areas.",
14635
+ "description": "Cancels any create offline map area operation in progress and resets the form used to create custom offline map areas. Mobile only.",
14636
14636
  "enum": [
14637
14637
  "offline.cancel-create-area"
14638
14638
  ]
14639
14639
  },
14640
14640
  "offline.cancel-download": {
14641
- "description": "Cancels the download of the specified offline area, if it is currently in progress.",
14641
+ "description": "Cancels the download of the specified offline area, if it is currently in progress. Mobile only.",
14642
14642
  "enum": [
14643
14643
  "offline.cancel-download"
14644
14644
  ]
@@ -14647,7 +14647,7 @@
14647
14647
  "$ref": "#/definitions/OfflineCommandArgs"
14648
14648
  },
14649
14649
  "offline.check-for-active-area": {
14650
- "description": "Checks whether a map area is active for the specified map, or for any map if argument is null.",
14650
+ "description": "Checks whether a map area is active for the specified map, or for any map if argument is null. Mobile only.",
14651
14651
  "enum": [
14652
14652
  "offline.check-for-active-area"
14653
14653
  ]
@@ -14659,7 +14659,7 @@
14659
14659
  "type": "boolean"
14660
14660
  },
14661
14661
  "offline.create-area": {
14662
- "description": "Creates a new custom offline map area.",
14662
+ "description": "Creates a new custom offline map area. Mobile only.",
14663
14663
  "enum": [
14664
14664
  "offline.create-area"
14665
14665
  ]
@@ -14671,7 +14671,7 @@
14671
14671
  "$ref": "CustomOfflineArea"
14672
14672
  },
14673
14673
  "offline.delete-area": {
14674
- "description": "Deletes the data stored on the device for the specified offline area. If a custom offline area is specified, and the area is not downloaded, deletes the custom area definition instead.",
14674
+ "description": "Deletes the data stored on the device for the specified offline area. If a custom offline area is specified, and the area is not downloaded, deletes the custom area definition instead. Mobile only.",
14675
14675
  "enum": [
14676
14676
  "offline.delete-area"
14677
14677
  ]
@@ -14680,7 +14680,7 @@
14680
14680
  "$ref": "#/definitions/OfflineCommandArgs"
14681
14681
  },
14682
14682
  "offline.display-create-area": {
14683
- "description": "Displays a form that allows for the creation of a custom offline map area.",
14683
+ "description": "Displays a form that allows for the creation of a custom offline map area. Mobile only.",
14684
14684
  "enum": [
14685
14685
  "offline.display-create-area"
14686
14686
  ]
@@ -14689,7 +14689,7 @@
14689
14689
  "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
14690
14690
  },
14691
14691
  "offline.download-area": {
14692
- "description": "Downloads the data for the specified offline area.",
14692
+ "description": "Downloads the data for the specified offline area. Mobile only.",
14693
14693
  "enum": [
14694
14694
  "offline.download-area"
14695
14695
  ]
@@ -14701,7 +14701,7 @@
14701
14701
  "$ref": "#/definitions/OfflineOperationResult"
14702
14702
  },
14703
14703
  "offline.get-areas": {
14704
- "description": "Gets a list of available offline areas for the web map.",
14704
+ "description": "Gets a list of available offline areas for the web map. Mobile only.",
14705
14705
  "enum": [
14706
14706
  "offline.get-areas"
14707
14707
  ]
@@ -14716,7 +14716,7 @@
14716
14716
  "type": "array"
14717
14717
  },
14718
14718
  "offline.get-edits": {
14719
- "description": "Gets a list of layer edits for a given map area.",
14719
+ "description": "Gets a list of layer edits for a given map area. Mobile only.",
14720
14720
  "enum": [
14721
14721
  "offline.get-edits"
14722
14722
  ]
@@ -14731,7 +14731,7 @@
14731
14731
  "type": "array"
14732
14732
  },
14733
14733
  "offline.go-online": {
14734
- "description": "Switches from an offline map to the online map.",
14734
+ "description": "Switches from an offline map to the online map. Mobile only.",
14735
14735
  "enum": [
14736
14736
  "offline.go-online"
14737
14737
  ]
@@ -14743,7 +14743,7 @@
14743
14743
  "$ref": "#/definitions/OfflineOperationResult"
14744
14744
  },
14745
14745
  "offline.submit-edits": {
14746
- "description": "Pushes any edits to the server that have been done in the indicated offline map.",
14746
+ "description": "Pushes any edits to the server that have been done in the indicated offline map. Mobile only.",
14747
14747
  "enum": [
14748
14748
  "offline.submit-edits"
14749
14749
  ]
@@ -14755,7 +14755,7 @@
14755
14755
  "$ref": "#/definitions/OfflineOperationResult"
14756
14756
  },
14757
14757
  "offline.update-area": {
14758
- "description": "Pulls down any new map changes from the server to the indicated offline map.",
14758
+ "description": "Pulls down any new map changes from the server to the indicated offline map. Mobile only.",
14759
14759
  "enum": [
14760
14760
  "offline.update-area"
14761
14761
  ]
@@ -14767,7 +14767,7 @@
14767
14767
  "$ref": "#/definitions/OfflineOperationResult"
14768
14768
  },
14769
14769
  "panel.anchor-host-panel": {
14770
- "description": "Anchors the host panel so that content will open with a certain offset from the left or right side of the application (depending on if provided anchor component is on the left or right side of the app).",
14770
+ "description": "Anchors the host panel so that content will open with a certain offset from the left or right side of the application (depending on if provided anchor component is on the left or right side of the app). Mobile only.",
14771
14771
  "enum": [
14772
14772
  "panel.anchor-host-panel"
14773
14773
  ]
@@ -14776,7 +14776,7 @@
14776
14776
  "$ref": "#/definitions/AnchorHostPanelArgs"
14777
14777
  },
14778
14778
  "panel.close-host-panel": {
14779
- "description": "Closes the host panel. If a component is specified, the panel is only closed if the specified component is currently open in the host panel. If no component is specified (input null), then the host panel will always be closed.",
14779
+ "description": "Closes the host panel. If a component is specified, the panel is only closed if the specified component is currently open in the host panel. If no component is specified (input null), then the host panel will always be closed. Mobile only.",
14780
14780
  "enum": [
14781
14781
  "panel.close-host-panel"
14782
14782
  ]
@@ -14785,7 +14785,7 @@
14785
14785
  "$ref": "ComponentBase"
14786
14786
  },
14787
14787
  "panel.open-host-panel": {
14788
- "description": "Displays the specified component in the host panel (a view that slides out from the side of the screen). The component input parameter is required, and if you don't provide it, or pass in a component that is already hosted elsewhere in the application, you will get an exception.",
14788
+ "description": "Displays the specified component in the host panel (a view that slides out from the side of the screen). The component input parameter is required, and if you don't provide it, or pass in a component that is already hosted elsewhere in the application, you will get an exception. Mobile only.",
14789
14789
  "enum": [
14790
14790
  "panel.open-host-panel"
14791
14791
  ]
@@ -14794,7 +14794,7 @@
14794
14794
  "$ref": "ComponentBase"
14795
14795
  },
14796
14796
  "panel.snap-host-panel": {
14797
- "description": "Snaps the host panel to a particular position (eg. Middle, top, or hidden). For use only with the horizontal taskbar on mobile phones, where the taskbar panel content slides up from the bottom.",
14797
+ "description": "Snaps the host panel to a particular position (eg. Middle, top, or hidden). For use only with the horizontal taskbar on mobile phones, where the taskbar panel content slides up from the bottom. Mobile only.",
14798
14798
  "enum": [
14799
14799
  "panel.snap-host-panel"
14800
14800
  ]
@@ -14803,7 +14803,7 @@
14803
14803
  "$ref": "#/definitions/SnapHostPanelArgs"
14804
14804
  },
14805
14805
  "photos.display-details": {
14806
- "description": "Displays a photo in expanded / details view.",
14806
+ "description": "Displays a photo in expanded / details view. Mobile only.",
14807
14807
  "enum": [
14808
14808
  "photos.display-details"
14809
14809
  ]
@@ -14812,7 +14812,7 @@
14812
14812
  "$ref": "#/definitions/DisplayPhotoDetailsArgs"
14813
14813
  },
14814
14814
  "photos.hide-details": {
14815
- "description": "Hides the currently displayed photo details.",
14815
+ "description": "Hides the currently displayed photo details. Mobile only.",
14816
14816
  "enum": [
14817
14817
  "photos.hide-details"
14818
14818
  ]
@@ -14842,7 +14842,7 @@
14842
14842
  ]
14843
14843
  },
14844
14844
  "results.clear-details": {
14845
- "description": "Clears the feature details so that no feature data is shown.",
14845
+ "description": "Clears the feature details so that no feature data is shown. Mobile only.",
14846
14846
  "enum": [
14847
14847
  "results.clear-details"
14848
14848
  ]
@@ -14999,7 +14999,7 @@
14999
14999
  "$ref": "#/definitions/Features"
15000
15000
  },
15001
15001
  "results.hide-details": {
15002
- "description": "Deactivates the feature details component that is displaying the given feature.",
15002
+ "description": "Deactivates the feature details component that is displaying the given feature. Mobile only.",
15003
15003
  "enum": [
15004
15004
  "results.hide-details"
15005
15005
  ]
@@ -15027,7 +15027,7 @@
15027
15027
  "$ref": "#/definitions/ShowResultsArgs"
15028
15028
  },
15029
15029
  "results.open-attachment": {
15030
- "description": "Opens an attachment and displays it.",
15030
+ "description": "Opens an attachment and displays it. Mobile only.",
15031
15031
  "enum": [
15032
15032
  "results.open-attachment"
15033
15033
  ]
@@ -15036,7 +15036,7 @@
15036
15036
  "$ref": "#/definitions/OpenAttachmentArgs"
15037
15037
  },
15038
15038
  "results.refresh": {
15039
- "description": "Refreshes one or more features in the results list.",
15039
+ "description": "Refreshes one or more features in the results list. Mobile only.",
15040
15040
  "enum": [
15041
15041
  "results.refresh"
15042
15042
  ]
@@ -15093,7 +15093,7 @@
15093
15093
  ]
15094
15094
  },
15095
15095
  "search.set-source": {
15096
- "description": "Sets the search source.",
15096
+ "description": "Sets the search source. Mobile only.",
15097
15097
  "enum": [
15098
15098
  "search.set-source"
15099
15099
  ]
@@ -15120,7 +15120,7 @@
15120
15120
  ]
15121
15121
  },
15122
15122
  "sketching.add-point-at-center": {
15123
- "description": "Adds a point at the center of the map while editing a geometry. Works in centerCrosshair mode only.",
15123
+ "description": "Adds a point at the center of the map while editing a geometry. Works in centerCrosshair mode only. Mobile only.",
15124
15124
  "enum": [
15125
15125
  "sketching.add-point-at-center"
15126
15126
  ]
@@ -15129,7 +15129,7 @@
15129
15129
  "$ref": "#/definitions/HasMaps"
15130
15130
  },
15131
15131
  "sketching.add-point-at-current-location": {
15132
- "description": "Adds a point at the user's current location while editing a geometry.",
15132
+ "description": "Adds a point at the user's current location while editing a geometry. Mobile only.",
15133
15133
  "enum": [
15134
15134
  "sketching.add-point-at-current-location"
15135
15135
  ]
@@ -15153,7 +15153,7 @@
15153
15153
  "$ref": "#/definitions/CaptureGeometryResult"
15154
15154
  },
15155
15155
  "sketching.clear-constraints": {
15156
- "description": "Clears constraints that have been previously set.",
15156
+ "description": "Clears constraints that have been previously set. Mobile only.",
15157
15157
  "enum": [
15158
15158
  "sketching.clear-constraints"
15159
15159
  ]
@@ -15199,7 +15199,7 @@
15199
15199
  "$ref": "#/definitions/InsertPointArgs"
15200
15200
  },
15201
15201
  "sketching.is-streaming": {
15202
- "description": "Checks whether streaming is active.",
15202
+ "description": "Checks whether streaming is active. Mobile only.",
15203
15203
  "enum": [
15204
15204
  "sketching.is-streaming"
15205
15205
  ]
@@ -15220,7 +15220,7 @@
15220
15220
  "$ref": "#/definitions/HasMaps"
15221
15221
  },
15222
15222
  "sketching.set-constraints": {
15223
- "description": "Sets constraints on the active sketch.",
15223
+ "description": "Sets constraints on the active sketch. Mobile only.",
15224
15224
  "enum": [
15225
15225
  "sketching.set-constraints"
15226
15226
  ]
@@ -15238,7 +15238,7 @@
15238
15238
  "$ref": "#/definitions/SetGeometryModeArgs"
15239
15239
  },
15240
15240
  "sketching.set-interaction-mode": {
15241
- "description": "Sets the interaction mode of the geometry editor.",
15241
+ "description": "Sets the interaction mode of the geometry editor. Mobile only.",
15242
15242
  "enum": [
15243
15243
  "sketching.set-interaction-mode"
15244
15244
  ]
@@ -15247,7 +15247,7 @@
15247
15247
  "$ref": "#/definitions/SetInteractionModeArgs"
15248
15248
  },
15249
15249
  "sketching.set-point-at-current-location": {
15250
- "description": "Sets a point at the user's current location while editing a geometry. In this context, \"set\" means to either add a point at the current location, or update the currently selected point to be the user's current location, depending on what edit mode the user is in.",
15250
+ "description": "Sets a point at the user's current location while editing a geometry. In this context, \"set\" means to either add a point at the current location, or update the currently selected point to be the user's current location, depending on what edit mode the user is in. Mobile only.",
15251
15251
  "enum": [
15252
15252
  "sketching.set-point-at-current-location"
15253
15253
  ]
@@ -15265,7 +15265,7 @@
15265
15265
  "$ref": "#/definitions/SetSnappingConfigurationArgs"
15266
15266
  },
15267
15267
  "sketching.start-streaming": {
15268
- "description": "Starts streaming: recording your location at regular intervals and adding the collected points to the currently active geometry editor.",
15268
+ "description": "Starts streaming: recording your location at regular intervals and adding the collected points to the currently active geometry editor. Mobile only.",
15269
15269
  "enum": [
15270
15270
  "sketching.start-streaming"
15271
15271
  ]
@@ -15280,7 +15280,7 @@
15280
15280
  ]
15281
15281
  },
15282
15282
  "sketching.stop-streaming": {
15283
- "description": "Stops streaming.",
15283
+ "description": "Stops streaming. Mobile only.",
15284
15284
  "enum": [
15285
15285
  "sketching.stop-streaming"
15286
15286
  ]
@@ -15320,7 +15320,7 @@
15320
15320
  "$ref": "#/definitions/TrackCustomEventArgs"
15321
15321
  },
15322
15322
  "system.disable-background-location-updates": {
15323
- "description": "Disables background location updates.",
15323
+ "description": "Disables background location updates. Mobile only.",
15324
15324
  "enum": [
15325
15325
  "system.disable-background-location-updates"
15326
15326
  ]
@@ -15329,7 +15329,7 @@
15329
15329
  "$ref": "#/definitions/BackgroundLocationUpdatesArgs"
15330
15330
  },
15331
15331
  "system.enable-background-location-updates": {
15332
- "description": "Enables background location updates. While enabled, the application will continue to execute code while running in the background. Note for iOS: If the user has not accepted location permissions for the app, no code will be allowed to execute in the background.",
15332
+ "description": "Enables background location updates. While enabled, the application will continue to execute code while running in the background. Note for iOS: If the user has not accepted location permissions for the app, no code will be allowed to execute in the background. Mobile only.",
15333
15333
  "enum": [
15334
15334
  "system.enable-background-location-updates"
15335
15335
  ]
@@ -15338,7 +15338,7 @@
15338
15338
  "$ref": "#/definitions/EnableBackgroundLocationUpdateArgs"
15339
15339
  },
15340
15340
  "system.haptics": {
15341
- "description": "Performs system haptics with a given style, if the device supports it. Uses 'taptics' when available, otherwise uses vibration.",
15341
+ "description": "Performs system haptics with a given style, if the device supports it. Uses 'taptics' when available, otherwise uses vibration. Mobile only.",
15342
15342
  "enum": [
15343
15343
  "system.haptics"
15344
15344
  ]
@@ -15347,7 +15347,7 @@
15347
15347
  "$ref": "#/definitions/HapticStyle"
15348
15348
  },
15349
15349
  "system.keep-screen-on": {
15350
- "description": "Allows to control if the screen should be kept on. Passing true as parameter will keep the screen on, ignoring possible system settings for screen timeouts. Passing false as parameter will make the app respect system settings again.",
15350
+ "description": "Allows to control if the screen should be kept on. Passing true as parameter will keep the screen on, ignoring possible system settings for screen timeouts. Passing false as parameter will make the app respect system settings again. Mobile only.",
15351
15351
  "enum": [
15352
15352
  "system.keep-screen-on"
15353
15353
  ]
@@ -15415,7 +15415,7 @@
15415
15415
  ]
15416
15416
  },
15417
15417
  "ui.active-toggle": {
15418
- "description": "Toggles the active state on a component with the given ID.",
15418
+ "description": "Toggles the active state on a component with the given ID. Mobile only.",
15419
15419
  "enum": [
15420
15420
  "ui.active-toggle"
15421
15421
  ]
@@ -15433,7 +15433,7 @@
15433
15433
  "$ref": "#/definitions/AlertCommandArgs"
15434
15434
  },
15435
15435
  "ui.await": {
15436
- "description": "Waits (does nothing) for the specified period. The UI will remain active during this period. This is primarily intended to be used for testing and troubleshooting.",
15436
+ "description": "Waits (does nothing) for the specified period. The UI will remain active during this period. This is primarily intended to be used for testing and troubleshooting. Mobile only.",
15437
15437
  "enum": [
15438
15438
  "ui.await"
15439
15439
  ]
@@ -15470,7 +15470,7 @@
15470
15470
  ]
15471
15471
  },
15472
15472
  "ui.display-busy-state": {
15473
- "description": "Displays a spinner and custom message to the user to indicate that the UI is busy.",
15473
+ "description": "Displays a spinner and custom message to the user to indicate that the UI is busy. Mobile only.",
15474
15474
  "enum": [
15475
15475
  "ui.display-busy-state"
15476
15476
  ]
@@ -15488,7 +15488,7 @@
15488
15488
  "$ref": "#/definitions/DisplayNotificationArgs"
15489
15489
  },
15490
15490
  "ui.hide-busy-state": {
15491
- "description": "Hides the busy state if currently shown.",
15491
+ "description": "Hides the busy state if currently shown. Mobile only.",
15492
15492
  "enum": [
15493
15493
  "ui.hide-busy-state"
15494
15494
  ]
@@ -15500,7 +15500,7 @@
15500
15500
  ]
15501
15501
  },
15502
15502
  "ui.make-available": {
15503
- "description": "Marks a component as being available. The interpretation of what effect this has is up to the component. Currently the only component that will react to this is the task-bar, which will have the effect of showing the tab/button for that component. The argument can be an id of the component, or the model for the component.",
15503
+ "description": "Marks a component as being available. The interpretation of what effect this has is up to the component. Currently the only component that will react to this is the task-bar, which will have the effect of showing the tab/button for that component. The argument can be an id of the component, or the model for the component. Mobile only.",
15504
15504
  "enum": [
15505
15505
  "ui.make-available"
15506
15506
  ]
@@ -15516,7 +15516,7 @@
15516
15516
  ]
15517
15517
  },
15518
15518
  "ui.make-unavailable": {
15519
- "description": "Marks a component as being unavailable. The interpretation of what effect this has is up to the component. Currently the only component that will react to this is the task-bar, which will have the effect of hiding the tab/button for that component, and deactivating the component. The argument can be an id of the component, or the model for the component.",
15519
+ "description": "Marks a component as being unavailable. The interpretation of what effect this has is up to the component. Currently the only component that will react to this is the task-bar, which will have the effect of hiding the tab/button for that component, and deactivating the component. The argument can be an id of the component, or the model for the component. Mobile only.",
15520
15520
  "enum": [
15521
15521
  "ui.make-unavailable"
15522
15522
  ]
@@ -15532,13 +15532,13 @@
15532
15532
  ]
15533
15533
  },
15534
15534
  "ui.pause-notifications": {
15535
- "description": "Pauses display of notifications until resumed.",
15535
+ "description": "Pauses display of notifications until resumed. Mobile only.",
15536
15536
  "enum": [
15537
15537
  "ui.pause-notifications"
15538
15538
  ]
15539
15539
  },
15540
15540
  "ui.resume-notifications": {
15541
- "description": "If notifications are currently paused, resumes displaying notifications.",
15541
+ "description": "If notifications are currently paused, resumes displaying notifications. Mobile only.",
15542
15542
  "enum": [
15543
15543
  "ui.resume-notifications"
15544
15544
  ]
@@ -18806,7 +18806,7 @@
18806
18806
  ]
18807
18807
  },
18808
18808
  "viewer.publish-event": {
18809
- "description": "Publish an event with specified parameters \"name\" and \"arguments\". This command supports sending custom events (i.e. you use your own namespaced eventname) as well as built-in events.",
18809
+ "description": "Publish an event with specified parameters \"name\" and \"arguments\". This command supports sending custom events (i.e. you use your own namespaced eventname) as well as built-in events. Mobile only.",
18810
18810
  "enum": [
18811
18811
  "viewer.publish-event"
18812
18812
  ]
@@ -18815,13 +18815,13 @@
18815
18815
  "$ref": "#/definitions/PublishEventArgs"
18816
18816
  },
18817
18817
  "workflow.cancel": {
18818
- "description": "Cancels a workflow with the given ID.",
18818
+ "description": "Cancels a workflow with the given ID. Mobile only.",
18819
18819
  "enum": [
18820
18820
  "workflow.cancel"
18821
18821
  ]
18822
18822
  },
18823
18823
  "workflow.cancel-all": {
18824
- "description": "Cancels all running workflows.",
18824
+ "description": "Cancels all running workflows. Mobile only.",
18825
18825
  "enum": [
18826
18826
  "workflow.cancel-all"
18827
18827
  ]
@@ -18839,7 +18839,7 @@
18839
18839
  "$ref": "#/definitions/EvaluateWorkflowArgs"
18840
18840
  },
18841
18841
  "workflow.refresh": {
18842
- "description": "Refreshes (i.e. cancels and reruns) a workflow with the specified ID (corresponding to the workflow ID as configured in app.json, not the workflow's portal item ID).",
18842
+ "description": "Refreshes (i.e. cancels and reruns) a workflow with the specified ID (corresponding to the workflow ID as configured in app.json, not the workflow's portal item ID). Mobile only.",
18843
18843
  "enum": [
18844
18844
  "workflow.refresh"
18845
18845
  ]