@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.
- package/app-config/{mobile → common}/EventListenerModelProperties.d.ts +10 -5
- package/app-config/common/TranslatableText.d.ts +1 -1
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/messaging/Event.d.ts +3 -2
- package/messaging/registry/app-config.d.ts +1 -1
- package/messaging/registry/app.d.ts +27 -21
- package/messaging/registry/arcade.d.ts +3 -3
- package/messaging/registry/auth.d.ts +4 -3
- package/messaging/registry/basemap.d.ts +2 -2
- package/messaging/registry/bookmark.d.ts +4 -4
- package/messaging/registry/charts.d.ts +8 -7
- package/messaging/registry/debugConsole.d.ts +2 -0
- package/messaging/registry/device.d.ts +3 -3
- package/messaging/registry/display.d.ts +1 -1
- package/messaging/registry/drawing.d.ts +8 -6
- package/messaging/registry/edit.d.ts +9 -8
- package/messaging/registry/file.d.ts +8 -8
- package/messaging/registry/filter-builder.d.ts +4 -3
- package/messaging/registry/geocode.d.ts +1 -1
- package/messaging/registry/geolocation.d.ts +27 -24
- package/messaging/registry/geometry-toolbar.d.ts +2 -2
- package/messaging/registry/geometry.d.ts +12 -12
- package/messaging/registry/highlights.d.ts +8 -6
- package/messaging/registry/input.d.ts +2 -2
- package/messaging/registry/iwtm.d.ts +1 -1
- package/messaging/registry/kpi.d.ts +8 -7
- package/messaging/registry/layer-comparison.d.ts +9 -8
- package/messaging/registry/layer-presets.d.ts +2 -2
- package/messaging/registry/layers.d.ts +16 -14
- package/messaging/registry/layout.d.ts +4 -4
- package/messaging/registry/licensing.d.ts +2 -2
- package/messaging/registry/location-marker.d.ts +7 -7
- package/messaging/registry/logViewer.d.ts +2 -2
- package/messaging/registry/map.d.ts +68 -61
- package/messaging/registry/measurement.d.ts +16 -16
- package/messaging/registry/messaging.d.ts +1 -1
- package/messaging/registry/network.d.ts +4 -4
- package/messaging/registry/offline.d.ts +34 -29
- package/messaging/registry/panel.d.ts +9 -5
- package/messaging/registry/photos.d.ts +3 -3
- package/messaging/registry/portal.d.ts +3 -3
- package/messaging/registry/project.d.ts +13 -13
- package/messaging/registry/query-builder.d.ts +3 -3
- package/messaging/registry/region.d.ts +2 -2
- package/messaging/registry/reports.d.ts +6 -5
- package/messaging/registry/results.d.ts +39 -31
- package/messaging/registry/search.d.ts +6 -6
- package/messaging/registry/settings.d.ts +1 -1
- package/messaging/registry/shortcut.d.ts +2 -2
- package/messaging/registry/sketching.d.ts +34 -29
- package/messaging/registry/system.d.ts +14 -13
- package/messaging/registry/tasks.d.ts +8 -5
- package/messaging/registry/ui.d.ts +32 -26
- package/messaging/registry/viewer.d.ts +13 -11
- package/messaging/registry/workflow.d.ts +7 -7
- package/messaging/schema/common-action.schema.json +15 -15
- package/messaging/schema/common-event.schema.json +5 -5
- package/messaging/schema/mobile-action.schema.json +131 -131
- package/messaging/schema/mobile-event.schema.json +99 -99
- package/messaging/schema/web-action.schema.json +218 -218
- package/messaging/schema/web-event.schema.json +37 -37
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- /package/app-config/{mobile → common}/EventListenerModelProperties.js +0 -0
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
"properties": {
|
|
873
873
|
"gnssDeviceConnectionInfo": {
|
|
874
874
|
"$ref": "#/definitions/GnssDeviceConnectionInfo",
|
|
875
|
-
"description": "The GNSS source associated with the raised geolocation event."
|
|
875
|
+
"description": "The GNSS source associated with the raised geolocation event. Mobile only."
|
|
876
876
|
}
|
|
877
877
|
},
|
|
878
878
|
"type": "object"
|
|
@@ -1075,11 +1075,11 @@
|
|
|
1075
1075
|
"properties": {
|
|
1076
1076
|
"mapExtension": {
|
|
1077
1077
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
1078
|
-
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
1078
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
|
|
1079
1079
|
},
|
|
1080
1080
|
"maps": {
|
|
1081
1081
|
"$ref": "MapsLike",
|
|
1082
|
-
"description": "The map from which the event was generated."
|
|
1082
|
+
"description": "The map from which the event was generated. Web only."
|
|
1083
1083
|
}
|
|
1084
1084
|
},
|
|
1085
1085
|
"type": "object"
|
|
@@ -1094,11 +1094,11 @@
|
|
|
1094
1094
|
},
|
|
1095
1095
|
"mapExtension": {
|
|
1096
1096
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
1097
|
-
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
1097
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
|
|
1098
1098
|
},
|
|
1099
1099
|
"maps": {
|
|
1100
1100
|
"$ref": "MapsLike",
|
|
1101
|
-
"description": "The map from which the event was generated."
|
|
1101
|
+
"description": "The map from which the event was generated. Web only."
|
|
1102
1102
|
}
|
|
1103
1103
|
},
|
|
1104
1104
|
"required": [
|
|
@@ -1112,11 +1112,11 @@
|
|
|
1112
1112
|
"properties": {
|
|
1113
1113
|
"mapExtension": {
|
|
1114
1114
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
1115
|
-
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
1115
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
|
|
1116
1116
|
},
|
|
1117
1117
|
"maps": {
|
|
1118
1118
|
"$ref": "MapsLike",
|
|
1119
|
-
"description": "The map from which the event was generated."
|
|
1119
|
+
"description": "The map from which the event was generated. Web only."
|
|
1120
1120
|
},
|
|
1121
1121
|
"oldMap": {
|
|
1122
1122
|
"$ref": "#/definitions/esri.Map",
|
|
@@ -1198,11 +1198,11 @@
|
|
|
1198
1198
|
"properties": {
|
|
1199
1199
|
"mapExtension": {
|
|
1200
1200
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
1201
|
-
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
1201
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
|
|
1202
1202
|
},
|
|
1203
1203
|
"maps": {
|
|
1204
1204
|
"$ref": "MapsLike",
|
|
1205
|
-
"description": "The map from which the event was generated."
|
|
1205
|
+
"description": "The map from which the event was generated. Web only."
|
|
1206
1206
|
},
|
|
1207
1207
|
"markupType": {
|
|
1208
1208
|
"$ref": "#/definitions/MarkupType",
|
|
@@ -1801,25 +1801,25 @@
|
|
|
1801
1801
|
"type": "object"
|
|
1802
1802
|
},
|
|
1803
1803
|
"app-config.unloading": {
|
|
1804
|
-
"description": "Raised when the app config is about to be unloaded (in order to switch to a different app config).",
|
|
1804
|
+
"description": "Raised when the app config is about to be unloaded (in order to switch to a different app config). Mobile only.",
|
|
1805
1805
|
"enum": [
|
|
1806
1806
|
"app-config.unloading"
|
|
1807
1807
|
]
|
|
1808
1808
|
},
|
|
1809
1809
|
"app.activated": {
|
|
1810
|
-
"description": "Raised when the app is started, restored from a background state, layout switched, or restored from an interrupted state.",
|
|
1810
|
+
"description": "Raised when the app is started, restored from a background state, layout switched, or restored from an interrupted state. Mobile only.",
|
|
1811
1811
|
"enum": [
|
|
1812
1812
|
"app.activated"
|
|
1813
1813
|
]
|
|
1814
1814
|
},
|
|
1815
1815
|
"app.backgrounded": {
|
|
1816
|
-
"description": "Raised when the app is backgrounded.",
|
|
1816
|
+
"description": "Raised when the app is backgrounded. Mobile only.",
|
|
1817
1817
|
"enum": [
|
|
1818
1818
|
"app.backgrounded"
|
|
1819
1819
|
]
|
|
1820
1820
|
},
|
|
1821
1821
|
"app.custom.started": {
|
|
1822
|
-
"description": "Raised when a custom app is started.",
|
|
1822
|
+
"description": "Raised when a custom app is started. Mobile only.",
|
|
1823
1823
|
"enum": [
|
|
1824
1824
|
"app.custom.started"
|
|
1825
1825
|
]
|
|
@@ -1828,7 +1828,7 @@
|
|
|
1828
1828
|
"$ref": "#/definitions/SpecificAppArgs"
|
|
1829
1829
|
},
|
|
1830
1830
|
"app.favorited": {
|
|
1831
|
-
"description": "Raised when an app is favorited.",
|
|
1831
|
+
"description": "Raised when an app is favorited. Mobile only.",
|
|
1832
1832
|
"enum": [
|
|
1833
1833
|
"app.favorited"
|
|
1834
1834
|
]
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
"$ref": "GcxAppInfo"
|
|
1838
1838
|
},
|
|
1839
1839
|
"app.generic.apps-listed": {
|
|
1840
|
-
"description": "Raised when apps are listed within VertiGIS Studio Go.",
|
|
1840
|
+
"description": "Raised when apps are listed within VertiGIS Studio Go. Mobile only.",
|
|
1841
1841
|
"enum": [
|
|
1842
1842
|
"app.generic.apps-listed"
|
|
1843
1843
|
]
|
|
@@ -1846,7 +1846,7 @@
|
|
|
1846
1846
|
"$ref": "#/definitions/GenericAppsListedArgs"
|
|
1847
1847
|
},
|
|
1848
1848
|
"app.generic.specific-app-started": {
|
|
1849
|
-
"description": "Raised when a specific app is started within VertiGIS Studio Go.",
|
|
1849
|
+
"description": "Raised when a specific app is started within VertiGIS Studio Go. Mobile only.",
|
|
1850
1850
|
"enum": [
|
|
1851
1851
|
"app.generic.specific-app-started"
|
|
1852
1852
|
]
|
|
@@ -1855,7 +1855,7 @@
|
|
|
1855
1855
|
"$ref": "#/definitions/SpecificAppArgs"
|
|
1856
1856
|
},
|
|
1857
1857
|
"app.generic.specific-app-starting": {
|
|
1858
|
-
"description": "Raised before a specific app starts within VertiGIS Studio Go.",
|
|
1858
|
+
"description": "Raised before a specific app starts within VertiGIS Studio Go. Mobile only.",
|
|
1859
1859
|
"enum": [
|
|
1860
1860
|
"app.generic.specific-app-starting"
|
|
1861
1861
|
]
|
|
@@ -1864,25 +1864,25 @@
|
|
|
1864
1864
|
"$ref": "#/definitions/SpecificAppArgs"
|
|
1865
1865
|
},
|
|
1866
1866
|
"app.generic.started": {
|
|
1867
|
-
"description": "Raised when a generic app is started.",
|
|
1867
|
+
"description": "Raised when a generic app is started. Mobile only.",
|
|
1868
1868
|
"enum": [
|
|
1869
1869
|
"app.generic.started"
|
|
1870
1870
|
]
|
|
1871
1871
|
},
|
|
1872
1872
|
"app.going-to-app-selector": {
|
|
1873
|
-
"description": "Raised when returning to the app selector screen from a specific app in VertiGIS Studio Go.",
|
|
1873
|
+
"description": "Raised when returning to the app selector screen from a specific app in VertiGIS Studio Go. Mobile only.",
|
|
1874
1874
|
"enum": [
|
|
1875
1875
|
"app.going-to-app-selector"
|
|
1876
1876
|
]
|
|
1877
1877
|
},
|
|
1878
1878
|
"app.interrupted": {
|
|
1879
|
-
"description": "Raised when the app is interrupted temporarily (eg. Pull down notifications, control center, or OS level prompt or alert).",
|
|
1879
|
+
"description": "Raised when the app is interrupted temporarily (eg. Pull down notifications, control center, or OS level prompt or alert). Mobile only.",
|
|
1880
1880
|
"enum": [
|
|
1881
1881
|
"app.interrupted"
|
|
1882
1882
|
]
|
|
1883
1883
|
},
|
|
1884
1884
|
"app.refreshed": {
|
|
1885
|
-
"description": "Raised when an app has been refreshed.",
|
|
1885
|
+
"description": "Raised when an app has been refreshed. Mobile only.",
|
|
1886
1886
|
"enum": [
|
|
1887
1887
|
"app.refreshed"
|
|
1888
1888
|
]
|
|
@@ -1891,13 +1891,13 @@
|
|
|
1891
1891
|
"$ref": "#/definitions/SpecificAppArgs"
|
|
1892
1892
|
},
|
|
1893
1893
|
"app.refreshing": {
|
|
1894
|
-
"description": "Raised when an app refresh is beginning.",
|
|
1894
|
+
"description": "Raised when an app refresh is beginning. Mobile only.",
|
|
1895
1895
|
"enum": [
|
|
1896
1896
|
"app.refreshing"
|
|
1897
1897
|
]
|
|
1898
1898
|
},
|
|
1899
1899
|
"app.unfavorited": {
|
|
1900
|
-
"description": "Raised when an app is unfavorited.",
|
|
1900
|
+
"description": "Raised when an app is unfavorited. Mobile only.",
|
|
1901
1901
|
"enum": [
|
|
1902
1902
|
"app.unfavorited"
|
|
1903
1903
|
]
|
|
@@ -1906,7 +1906,7 @@
|
|
|
1906
1906
|
"$ref": "GcxAppInfo"
|
|
1907
1907
|
},
|
|
1908
1908
|
"auth.portal-sign-in-completed": {
|
|
1909
|
-
"description": "Raised when the user has signed into a Portal (AGOL or Portal for ArcGIS).",
|
|
1909
|
+
"description": "Raised when the user has signed into a Portal (AGOL or Portal for ArcGIS). Mobile only.",
|
|
1910
1910
|
"enum": [
|
|
1911
1911
|
"auth.portal-sign-in-completed"
|
|
1912
1912
|
]
|
|
@@ -1915,7 +1915,7 @@
|
|
|
1915
1915
|
"$ref": "#/definitions/SignInCompletedEventArgs"
|
|
1916
1916
|
},
|
|
1917
1917
|
"auth.sign-in-cancelled": {
|
|
1918
|
-
"description": "Raised when the user cancels a sign-in challenge.",
|
|
1918
|
+
"description": "Raised when the user cancels a sign-in challenge. Mobile only.",
|
|
1919
1919
|
"enum": [
|
|
1920
1920
|
"auth.sign-in-cancelled"
|
|
1921
1921
|
]
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
"type": "string"
|
|
1994
1994
|
},
|
|
1995
1995
|
"bookmark.added": {
|
|
1996
|
-
"description": "Raised when a bookmark is added.",
|
|
1996
|
+
"description": "Raised when a bookmark is added. Mobile only.",
|
|
1997
1997
|
"enum": [
|
|
1998
1998
|
"bookmark.added"
|
|
1999
1999
|
]
|
|
@@ -2002,7 +2002,7 @@
|
|
|
2002
2002
|
"$ref": "#/definitions/BookmarkEventArgs"
|
|
2003
2003
|
},
|
|
2004
2004
|
"bookmark.deleted": {
|
|
2005
|
-
"description": "Raised when a bookmark is deleted.",
|
|
2005
|
+
"description": "Raised when a bookmark is deleted. Mobile only.",
|
|
2006
2006
|
"enum": [
|
|
2007
2007
|
"bookmark.deleted"
|
|
2008
2008
|
]
|
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
"$ref": "#/definitions/BookmarkEventArgs"
|
|
2012
2012
|
},
|
|
2013
2013
|
"bookmark.updated": {
|
|
2014
|
-
"description": "Raised when a bookmark is updated.",
|
|
2014
|
+
"description": "Raised when a bookmark is updated. Mobile only.",
|
|
2015
2015
|
"enum": [
|
|
2016
2016
|
"bookmark.updated"
|
|
2017
2017
|
]
|
|
@@ -2020,7 +2020,7 @@
|
|
|
2020
2020
|
"$ref": "#/definitions/BookmarkEventArgs"
|
|
2021
2021
|
},
|
|
2022
2022
|
"bookmark.viewed": {
|
|
2023
|
-
"description": "Raised when a bookmark is viewed.",
|
|
2023
|
+
"description": "Raised when a bookmark is viewed. Mobile only.",
|
|
2024
2024
|
"enum": [
|
|
2025
2025
|
"bookmark.viewed"
|
|
2026
2026
|
]
|
|
@@ -2029,19 +2029,19 @@
|
|
|
2029
2029
|
"$ref": "#/definitions/BookmarkEventArgs"
|
|
2030
2030
|
},
|
|
2031
2031
|
"device.keyboard-hidden": {
|
|
2032
|
-
"description": "Raised when a virtual keyboard is hidden.",
|
|
2032
|
+
"description": "Raised when a virtual keyboard is hidden. Mobile only.",
|
|
2033
2033
|
"enum": [
|
|
2034
2034
|
"device.keyboard-hidden"
|
|
2035
2035
|
]
|
|
2036
2036
|
},
|
|
2037
2037
|
"device.keyboard-shown": {
|
|
2038
|
-
"description": "Raised when a virtual keyboard is shown.",
|
|
2038
|
+
"description": "Raised when a virtual keyboard is shown. Mobile only.",
|
|
2039
2039
|
"enum": [
|
|
2040
2040
|
"device.keyboard-shown"
|
|
2041
2041
|
]
|
|
2042
2042
|
},
|
|
2043
2043
|
"device.orientation-changed": {
|
|
2044
|
-
"description": "Raised when the device's orientation changes.",
|
|
2044
|
+
"description": "Raised when the device's orientation changes. Mobile only.",
|
|
2045
2045
|
"enum": [
|
|
2046
2046
|
"device.orientation-changed"
|
|
2047
2047
|
]
|
|
@@ -2050,7 +2050,7 @@
|
|
|
2050
2050
|
"$ref": "#/definitions/DeviceOrientationChangedEventArgs"
|
|
2051
2051
|
},
|
|
2052
2052
|
"display.overlap-element-translate-started": {
|
|
2053
|
-
"description": "Raised when one UI element is being moved overtop of another, such that the element underneath is partially or fully obscured.",
|
|
2053
|
+
"description": "Raised when one UI element is being moved overtop of another, such that the element underneath is partially or fully obscured. Mobile only.",
|
|
2054
2054
|
"enum": [
|
|
2055
2055
|
"display.overlap-element-translate-started"
|
|
2056
2056
|
]
|
|
@@ -2059,7 +2059,7 @@
|
|
|
2059
2059
|
"$ref": "#/definitions/ElementTranslationStartedArgs"
|
|
2060
2060
|
},
|
|
2061
2061
|
"edit.attachment-added": {
|
|
2062
|
-
"description": "Raised when an attachment is added to a feature.",
|
|
2062
|
+
"description": "Raised when an attachment is added to a feature. Mobile only.",
|
|
2063
2063
|
"enum": [
|
|
2064
2064
|
"edit.attachment-added"
|
|
2065
2065
|
]
|
|
@@ -2068,7 +2068,7 @@
|
|
|
2068
2068
|
"$ref": "#/definitions/AttachmentEventArgs"
|
|
2069
2069
|
},
|
|
2070
2070
|
"edit.attachment-deleted": {
|
|
2071
|
-
"description": "Raised when an attachment is deleted from a feature.",
|
|
2071
|
+
"description": "Raised when an attachment is deleted from a feature. Mobile only.",
|
|
2072
2072
|
"enum": [
|
|
2073
2073
|
"edit.attachment-deleted"
|
|
2074
2074
|
]
|
|
@@ -2077,7 +2077,7 @@
|
|
|
2077
2077
|
"$ref": "#/definitions/AttachmentEventArgs"
|
|
2078
2078
|
},
|
|
2079
2079
|
"edit.attachment-updated": {
|
|
2080
|
-
"description": "Raised when an attachment is updated.",
|
|
2080
|
+
"description": "Raised when an attachment is updated. Mobile only.",
|
|
2081
2081
|
"enum": [
|
|
2082
2082
|
"edit.attachment-updated"
|
|
2083
2083
|
]
|
|
@@ -10666,7 +10666,7 @@
|
|
|
10666
10666
|
"$ref": "#/definitions/GeolocateAccuracyChangedEventArgs"
|
|
10667
10667
|
},
|
|
10668
10668
|
"geolocation.antenna-height-changed": {
|
|
10669
|
-
"description": "Raised when the GNSS antenna height is changed.",
|
|
10669
|
+
"description": "Raised when the GNSS antenna height is changed. Mobile only.",
|
|
10670
10670
|
"enum": [
|
|
10671
10671
|
"geolocation.antenna-height-changed"
|
|
10672
10672
|
]
|
|
@@ -10675,7 +10675,7 @@
|
|
|
10675
10675
|
"$ref": "#/definitions/GnssDeviceAntennaHeightEventArgs"
|
|
10676
10676
|
},
|
|
10677
10677
|
"geolocation.auto-recenter-and-reorient-started": {
|
|
10678
|
-
"description": "Raised when the user changes the geolocation mode to recenter-and-reorient (updates map orientation to match device direction).",
|
|
10678
|
+
"description": "Raised when the user changes the geolocation mode to recenter-and-reorient (updates map orientation to match device direction). Mobile only.",
|
|
10679
10679
|
"enum": [
|
|
10680
10680
|
"geolocation.auto-recenter-and-reorient-started"
|
|
10681
10681
|
]
|
|
@@ -10684,7 +10684,7 @@
|
|
|
10684
10684
|
"$ref": "#/definitions/HasMaps"
|
|
10685
10685
|
},
|
|
10686
10686
|
"geolocation.auto-recenter-and-reorient-stopped": {
|
|
10687
|
-
"description": "Raised when the user changes the geolocation mode to not recenter-and-reorient.",
|
|
10687
|
+
"description": "Raised when the user changes the geolocation mode to not recenter-and-reorient. Mobile only.",
|
|
10688
10688
|
"enum": [
|
|
10689
10689
|
"geolocation.auto-recenter-and-reorient-stopped"
|
|
10690
10690
|
]
|
|
@@ -10725,19 +10725,19 @@
|
|
|
10725
10725
|
]
|
|
10726
10726
|
},
|
|
10727
10727
|
"geolocation.gnss-device-detection-started": {
|
|
10728
|
-
"description": "Raised when detection of connected GNSS receivers begins.",
|
|
10728
|
+
"description": "Raised when detection of connected GNSS receivers begins. Mobile only.",
|
|
10729
10729
|
"enum": [
|
|
10730
10730
|
"geolocation.gnss-device-detection-started"
|
|
10731
10731
|
]
|
|
10732
10732
|
},
|
|
10733
10733
|
"geolocation.gnss-device-detection-stopped": {
|
|
10734
|
-
"description": "Raised when detection of connected GNSS receivers ends.",
|
|
10734
|
+
"description": "Raised when detection of connected GNSS receivers ends. Mobile only.",
|
|
10735
10735
|
"enum": [
|
|
10736
10736
|
"geolocation.gnss-device-detection-stopped"
|
|
10737
10737
|
]
|
|
10738
10738
|
},
|
|
10739
10739
|
"geolocation.gnss-lock-status-changed": {
|
|
10740
|
-
"description": "Raised when the lock status of an active GNSS device changes.",
|
|
10740
|
+
"description": "Raised when the lock status of an active GNSS device changes. Mobile only.",
|
|
10741
10741
|
"enum": [
|
|
10742
10742
|
"geolocation.gnss-lock-status-changed"
|
|
10743
10743
|
]
|
|
@@ -10746,7 +10746,7 @@
|
|
|
10746
10746
|
"$ref": "#/definitions/GnssLockStateEventArgs"
|
|
10747
10747
|
},
|
|
10748
10748
|
"geolocation.location-display-mode-changed": {
|
|
10749
|
-
"description": "Raised when the location display mode is changed.",
|
|
10749
|
+
"description": "Raised when the location display mode is changed. Mobile only.",
|
|
10750
10750
|
"enum": [
|
|
10751
10751
|
"geolocation.location-display-mode-changed"
|
|
10752
10752
|
]
|
|
@@ -10755,7 +10755,7 @@
|
|
|
10755
10755
|
"$ref": "#/definitions/LocationDisplayModeChangedEventArgs"
|
|
10756
10756
|
},
|
|
10757
10757
|
"geolocation.metadata-changed": {
|
|
10758
|
-
"description": "Raised when a GNSS receiver is active and metadata about the device or location change.",
|
|
10758
|
+
"description": "Raised when a GNSS receiver is active and metadata about the device or location change. Mobile only.",
|
|
10759
10759
|
"enum": [
|
|
10760
10760
|
"geolocation.metadata-changed"
|
|
10761
10761
|
]
|
|
@@ -10791,7 +10791,7 @@
|
|
|
10791
10791
|
"$ref": "#/definitions/GeolocationEvent"
|
|
10792
10792
|
},
|
|
10793
10793
|
"geolocation.source-changed": {
|
|
10794
|
-
"description": "Raised when the source of geolocation data is changed to a different source (e.g. a GNSS receiver).",
|
|
10794
|
+
"description": "Raised when the source of geolocation data is changed to a different source (e.g. a GNSS receiver). Mobile only.",
|
|
10795
10795
|
"enum": [
|
|
10796
10796
|
"geolocation.source-changed"
|
|
10797
10797
|
]
|
|
@@ -10809,7 +10809,7 @@
|
|
|
10809
10809
|
"$ref": "#/definitions/GeolocationStatusChangedEventArgs"
|
|
10810
10810
|
},
|
|
10811
10811
|
"geolocation.transformation-changed": {
|
|
10812
|
-
"description": "Raised when the GNSS transformation is changed.",
|
|
10812
|
+
"description": "Raised when the GNSS transformation is changed. Mobile only.",
|
|
10813
10813
|
"enum": [
|
|
10814
10814
|
"geolocation.transformation-changed"
|
|
10815
10815
|
]
|
|
@@ -10818,7 +10818,7 @@
|
|
|
10818
10818
|
"$ref": "#/definitions/GnssDeviceTransformationOverrideEventArgs"
|
|
10819
10819
|
},
|
|
10820
10820
|
"input.keyboard-shortcut-pressed": {
|
|
10821
|
-
"description": "Raised when the user presses a keyboard shortcut.",
|
|
10821
|
+
"description": "Raised when the user presses a keyboard shortcut. Mobile only.",
|
|
10822
10822
|
"enum": [
|
|
10823
10823
|
"input.keyboard-shortcut-pressed"
|
|
10824
10824
|
]
|
|
@@ -10827,13 +10827,13 @@
|
|
|
10827
10827
|
"$ref": "ConsoleKeyInfoObj"
|
|
10828
10828
|
},
|
|
10829
10829
|
"input.shake": {
|
|
10830
|
-
"description": "Raised when the user shakes the device.",
|
|
10830
|
+
"description": "Raised when the user shakes the device. Mobile only.",
|
|
10831
10831
|
"enum": [
|
|
10832
10832
|
"input.shake"
|
|
10833
10833
|
]
|
|
10834
10834
|
},
|
|
10835
10835
|
"layers.visibility-changed": {
|
|
10836
|
-
"description": "Raised when a layer's visibility changes.",
|
|
10836
|
+
"description": "Raised when a layer's visibility changes. Mobile only.",
|
|
10837
10837
|
"enum": [
|
|
10838
10838
|
"layers.visibility-changed"
|
|
10839
10839
|
]
|
|
@@ -10842,13 +10842,13 @@
|
|
|
10842
10842
|
"$ref": "#/definitions/LayerEventArgs"
|
|
10843
10843
|
},
|
|
10844
10844
|
"layout.displayed": {
|
|
10845
|
-
"description": "Raised when a layout is finished being displayed.",
|
|
10845
|
+
"description": "Raised when a layout is finished being displayed. Mobile only.",
|
|
10846
10846
|
"enum": [
|
|
10847
10847
|
"layout.displayed"
|
|
10848
10848
|
]
|
|
10849
10849
|
},
|
|
10850
10850
|
"layout.loaded": {
|
|
10851
|
-
"description": "Raised when a layout is loaded.",
|
|
10851
|
+
"description": "Raised when a layout is loaded. Mobile only.",
|
|
10852
10852
|
"enum": [
|
|
10853
10853
|
"layout.loaded"
|
|
10854
10854
|
]
|
|
@@ -10857,7 +10857,7 @@
|
|
|
10857
10857
|
"$ref": "Page"
|
|
10858
10858
|
},
|
|
10859
10859
|
"layout.margin-changed": {
|
|
10860
|
-
"description": "Raised when a layout's margin values have been updated.",
|
|
10860
|
+
"description": "Raised when a layout's margin values have been updated. Mobile only.",
|
|
10861
10861
|
"enum": [
|
|
10862
10862
|
"layout.margin-changed"
|
|
10863
10863
|
]
|
|
@@ -10866,13 +10866,13 @@
|
|
|
10866
10866
|
"$ref": "#/definitions/LayoutMarginChangedArgs"
|
|
10867
10867
|
},
|
|
10868
10868
|
"layout.unloaded": {
|
|
10869
|
-
"description": "Raised when a layout is unloaded (typically so that a new layout can be loaded).",
|
|
10869
|
+
"description": "Raised when a layout is unloaded (typically so that a new layout can be loaded). Mobile only.",
|
|
10870
10870
|
"enum": [
|
|
10871
10871
|
"layout.unloaded"
|
|
10872
10872
|
]
|
|
10873
10873
|
},
|
|
10874
10874
|
"map.image-exported": {
|
|
10875
|
-
"description": "Raised when a map export operation has completed.",
|
|
10875
|
+
"description": "Raised when a map export operation has completed. Mobile only.",
|
|
10876
10876
|
"enum": [
|
|
10877
10877
|
"map.image-exported"
|
|
10878
10878
|
]
|
|
@@ -10897,7 +10897,7 @@
|
|
|
10897
10897
|
]
|
|
10898
10898
|
},
|
|
10899
10899
|
"map.initializing": {
|
|
10900
|
-
"description": "Raised when a map is about to begin loading during startup. The map can be swapped with a different map at this point if you want to circumvent the map load process. For example in an app that supported offline, an offline map could be swapped in here.",
|
|
10900
|
+
"description": "Raised when a map is about to begin loading during startup. The map can be swapped with a different map at this point if you want to circumvent the map load process. For example in an app that supported offline, an offline map could be swapped in here. Mobile only.",
|
|
10901
10901
|
"enum": [
|
|
10902
10902
|
"map.initializing"
|
|
10903
10903
|
]
|
|
@@ -10906,7 +10906,7 @@
|
|
|
10906
10906
|
"$ref": "MapEvent"
|
|
10907
10907
|
},
|
|
10908
10908
|
"map.markup-added": {
|
|
10909
|
-
"description": "Raised when markup is added to the map.",
|
|
10909
|
+
"description": "Raised when markup is added to the map. Mobile only.",
|
|
10910
10910
|
"enum": [
|
|
10911
10911
|
"map.markup-added"
|
|
10912
10912
|
]
|
|
@@ -10915,7 +10915,7 @@
|
|
|
10915
10915
|
"$ref": "#/definitions/MarkupAddedEvent"
|
|
10916
10916
|
},
|
|
10917
10917
|
"map.markup-cleared": {
|
|
10918
|
-
"description": "Raised when markup is cleared from the map.",
|
|
10918
|
+
"description": "Raised when markup is cleared from the map. Mobile only.",
|
|
10919
10919
|
"enum": [
|
|
10920
10920
|
"map.markup-cleared"
|
|
10921
10921
|
]
|
|
@@ -10924,7 +10924,7 @@
|
|
|
10924
10924
|
"$ref": "MapEvent"
|
|
10925
10925
|
},
|
|
10926
10926
|
"map.navigation-completed": {
|
|
10927
|
-
"description": "Raised when the a map navigation (eg. Pan or zoom) is complete.",
|
|
10927
|
+
"description": "Raised when the a map navigation (eg. Pan or zoom) is complete. Mobile only.",
|
|
10928
10928
|
"enum": [
|
|
10929
10929
|
"map.navigation-completed"
|
|
10930
10930
|
]
|
|
@@ -10933,7 +10933,7 @@
|
|
|
10933
10933
|
"$ref": "MapEvent"
|
|
10934
10934
|
},
|
|
10935
10935
|
"map.refreshed": {
|
|
10936
|
-
"description": "Raised when a map refresh completes.",
|
|
10936
|
+
"description": "Raised when a map refresh completes. Mobile only.",
|
|
10937
10937
|
"enum": [
|
|
10938
10938
|
"map.refreshed"
|
|
10939
10939
|
]
|
|
@@ -10942,7 +10942,7 @@
|
|
|
10942
10942
|
"$ref": "MapEvent"
|
|
10943
10943
|
},
|
|
10944
10944
|
"map.refreshing": {
|
|
10945
|
-
"description": "Raised when a map refresh begins.",
|
|
10945
|
+
"description": "Raised when a map refresh begins. Mobile only.",
|
|
10946
10946
|
"enum": [
|
|
10947
10947
|
"map.refreshing"
|
|
10948
10948
|
]
|
|
@@ -10951,7 +10951,7 @@
|
|
|
10951
10951
|
"$ref": "MapEvent"
|
|
10952
10952
|
},
|
|
10953
10953
|
"map.rotated": {
|
|
10954
|
-
"description": "Raised when the Rotate operation has completed execution.",
|
|
10954
|
+
"description": "Raised when the Rotate operation has completed execution. Mobile only.",
|
|
10955
10955
|
"enum": [
|
|
10956
10956
|
"map.rotated"
|
|
10957
10957
|
]
|
|
@@ -10960,7 +10960,7 @@
|
|
|
10960
10960
|
"$ref": "MapEvent"
|
|
10961
10961
|
},
|
|
10962
10962
|
"map.rotating": {
|
|
10963
|
-
"description": "Raised when the Rotate operation is about to be called.",
|
|
10963
|
+
"description": "Raised when the Rotate operation is about to be called. Mobile only.",
|
|
10964
10964
|
"enum": [
|
|
10965
10965
|
"map.rotating"
|
|
10966
10966
|
]
|
|
@@ -10969,7 +10969,7 @@
|
|
|
10969
10969
|
"$ref": "MapEvent"
|
|
10970
10970
|
},
|
|
10971
10971
|
"map.switched": {
|
|
10972
|
-
"description": "Raised when a map is replaced with a different map.",
|
|
10972
|
+
"description": "Raised when a map is replaced with a different map. Mobile only.",
|
|
10973
10973
|
"enum": [
|
|
10974
10974
|
"map.switched"
|
|
10975
10975
|
]
|
|
@@ -10987,7 +10987,7 @@
|
|
|
10987
10987
|
"$ref": "MapEvent"
|
|
10988
10988
|
},
|
|
10989
10989
|
"offline.area-activated": {
|
|
10990
|
-
"description": "Raised when an offline area is activated.",
|
|
10990
|
+
"description": "Raised when an offline area is activated. Mobile only.",
|
|
10991
10991
|
"enum": [
|
|
10992
10992
|
"offline.area-activated"
|
|
10993
10993
|
]
|
|
@@ -10996,7 +10996,7 @@
|
|
|
10996
10996
|
"$ref": "#/definitions/AreaActivatedEventArgs"
|
|
10997
10997
|
},
|
|
10998
10998
|
"offline.area-activating": {
|
|
10999
|
-
"description": "Raised when an offline area is about to be activated.",
|
|
10999
|
+
"description": "Raised when an offline area is about to be activated. Mobile only.",
|
|
11000
11000
|
"enum": [
|
|
11001
11001
|
"offline.area-activating"
|
|
11002
11002
|
]
|
|
@@ -11005,7 +11005,7 @@
|
|
|
11005
11005
|
"$ref": "OfflineAreaBase"
|
|
11006
11006
|
},
|
|
11007
11007
|
"offline.area-deleted": {
|
|
11008
|
-
"description": "Raised when the data for offline map area is deleted.",
|
|
11008
|
+
"description": "Raised when the data for offline map area is deleted. Mobile only.",
|
|
11009
11009
|
"enum": [
|
|
11010
11010
|
"offline.area-deleted"
|
|
11011
11011
|
]
|
|
@@ -11014,7 +11014,7 @@
|
|
|
11014
11014
|
"$ref": "OfflineAreaBase"
|
|
11015
11015
|
},
|
|
11016
11016
|
"offline.area-download-canceled": {
|
|
11017
|
-
"description": "Raised when an offline area download is canceled by the user.",
|
|
11017
|
+
"description": "Raised when an offline area download is canceled by the user. Mobile only.",
|
|
11018
11018
|
"enum": [
|
|
11019
11019
|
"offline.area-download-canceled"
|
|
11020
11020
|
]
|
|
@@ -11023,7 +11023,7 @@
|
|
|
11023
11023
|
"$ref": "#/definitions/AreaOperationEndedEventArgs"
|
|
11024
11024
|
},
|
|
11025
11025
|
"offline.area-download-failed": {
|
|
11026
|
-
"description": "Raised when an offline area download fails.",
|
|
11026
|
+
"description": "Raised when an offline area download fails. Mobile only.",
|
|
11027
11027
|
"enum": [
|
|
11028
11028
|
"offline.area-download-failed"
|
|
11029
11029
|
]
|
|
@@ -11032,7 +11032,7 @@
|
|
|
11032
11032
|
"$ref": "#/definitions/AreaOperationEndedEventArgs"
|
|
11033
11033
|
},
|
|
11034
11034
|
"offline.area-download-started": {
|
|
11035
|
-
"description": "Raised when an offline area download has started.",
|
|
11035
|
+
"description": "Raised when an offline area download has started. Mobile only.",
|
|
11036
11036
|
"enum": [
|
|
11037
11037
|
"offline.area-download-started"
|
|
11038
11038
|
]
|
|
@@ -11041,7 +11041,7 @@
|
|
|
11041
11041
|
"$ref": "OfflineAreaBase"
|
|
11042
11042
|
},
|
|
11043
11043
|
"offline.area-downloaded": {
|
|
11044
|
-
"description": "Raised when an offline area download completes.",
|
|
11044
|
+
"description": "Raised when an offline area download completes. Mobile only.",
|
|
11045
11045
|
"enum": [
|
|
11046
11046
|
"offline.area-downloaded"
|
|
11047
11047
|
]
|
|
@@ -11050,7 +11050,7 @@
|
|
|
11050
11050
|
"$ref": "#/definitions/AreaOperationEndedEventArgs"
|
|
11051
11051
|
},
|
|
11052
11052
|
"offline.area-edits-submit-failed": {
|
|
11053
|
-
"description": "Raised when any error occurs during an offline map submit edits.",
|
|
11053
|
+
"description": "Raised when any error occurs during an offline map submit edits. Mobile only.",
|
|
11054
11054
|
"enum": [
|
|
11055
11055
|
"offline.area-edits-submit-failed"
|
|
11056
11056
|
]
|
|
@@ -11059,7 +11059,7 @@
|
|
|
11059
11059
|
"$ref": "#/definitions/AreaOperationEndedEventArgs"
|
|
11060
11060
|
},
|
|
11061
11061
|
"offline.area-edits-submit-started": {
|
|
11062
|
-
"description": "Raised when an operation to submit offline area edits has started.",
|
|
11062
|
+
"description": "Raised when an operation to submit offline area edits has started. Mobile only.",
|
|
11063
11063
|
"enum": [
|
|
11064
11064
|
"offline.area-edits-submit-started"
|
|
11065
11065
|
]
|
|
@@ -11068,7 +11068,7 @@
|
|
|
11068
11068
|
"$ref": "#/definitions/AreaEditsSubmitStartedEventArgs"
|
|
11069
11069
|
},
|
|
11070
11070
|
"offline.area-edits-submitted": {
|
|
11071
|
-
"description": "Raised when offline area edits have been submitted and this operation is successfully completed.",
|
|
11071
|
+
"description": "Raised when offline area edits have been submitted and this operation is successfully completed. Mobile only.",
|
|
11072
11072
|
"enum": [
|
|
11073
11073
|
"offline.area-edits-submitted"
|
|
11074
11074
|
]
|
|
@@ -11077,7 +11077,7 @@
|
|
|
11077
11077
|
"$ref": "#/definitions/AreaOperationEndedEventArgs"
|
|
11078
11078
|
},
|
|
11079
11079
|
"offline.area-update-failed": {
|
|
11080
|
-
"description": "Raised when an any error occurs during an offline map update.",
|
|
11080
|
+
"description": "Raised when an any error occurs during an offline map update. Mobile only.",
|
|
11081
11081
|
"enum": [
|
|
11082
11082
|
"offline.area-update-failed"
|
|
11083
11083
|
]
|
|
@@ -11086,7 +11086,7 @@
|
|
|
11086
11086
|
"$ref": "#/definitions/AreaOperationEndedEventArgs"
|
|
11087
11087
|
},
|
|
11088
11088
|
"offline.area-update-started": {
|
|
11089
|
-
"description": "Raised when an offline area update has started.",
|
|
11089
|
+
"description": "Raised when an offline area update has started. Mobile only.",
|
|
11090
11090
|
"enum": [
|
|
11091
11091
|
"offline.area-update-started"
|
|
11092
11092
|
]
|
|
@@ -11095,7 +11095,7 @@
|
|
|
11095
11095
|
"$ref": "OfflineAreaBase"
|
|
11096
11096
|
},
|
|
11097
11097
|
"offline.area-updated": {
|
|
11098
|
-
"description": "Raised when an offline area has been updated.",
|
|
11098
|
+
"description": "Raised when an offline area has been updated. Mobile only.",
|
|
11099
11099
|
"enum": [
|
|
11100
11100
|
"offline.area-updated"
|
|
11101
11101
|
]
|
|
@@ -11104,7 +11104,7 @@
|
|
|
11104
11104
|
"$ref": "#/definitions/AreaOperationEndedEventArgs"
|
|
11105
11105
|
},
|
|
11106
11106
|
"offline.custom-area-created": {
|
|
11107
|
-
"description": "Raised when a new custom offline map area is created.",
|
|
11107
|
+
"description": "Raised when a new custom offline map area is created. Mobile only.",
|
|
11108
11108
|
"enum": [
|
|
11109
11109
|
"offline.custom-area-created"
|
|
11110
11110
|
]
|
|
@@ -11113,7 +11113,7 @@
|
|
|
11113
11113
|
"$ref": "CustomOfflineArea"
|
|
11114
11114
|
},
|
|
11115
11115
|
"offline.custom-area-deleted": {
|
|
11116
|
-
"description": "Raised when the definition of a custom map area is deleted.",
|
|
11116
|
+
"description": "Raised when the definition of a custom map area is deleted. Mobile only.",
|
|
11117
11117
|
"enum": [
|
|
11118
11118
|
"offline.custom-area-deleted"
|
|
11119
11119
|
]
|
|
@@ -11122,7 +11122,7 @@
|
|
|
11122
11122
|
"$ref": "CustomOfflineArea"
|
|
11123
11123
|
},
|
|
11124
11124
|
"offline.user-went-online": {
|
|
11125
|
-
"description": "Raised when a map is switched to the online map.",
|
|
11125
|
+
"description": "Raised when a map is switched to the online map. Mobile only.",
|
|
11126
11126
|
"enum": [
|
|
11127
11127
|
"offline.user-went-online"
|
|
11128
11128
|
]
|
|
@@ -11131,7 +11131,7 @@
|
|
|
11131
11131
|
"$ref": "#/definitions/UserWentOnlineEventArgs"
|
|
11132
11132
|
},
|
|
11133
11133
|
"panel.host-panel-component-changed": {
|
|
11134
|
-
"description": "Raised when the component that is currently being displayed by the host panel is changed. Argument is the id of the component.",
|
|
11134
|
+
"description": "Raised when the component that is currently being displayed by the host panel is changed. Argument is the id of the component. Mobile only.",
|
|
11135
11135
|
"enum": [
|
|
11136
11136
|
"panel.host-panel-component-changed"
|
|
11137
11137
|
]
|
|
@@ -11140,7 +11140,7 @@
|
|
|
11140
11140
|
"type": "string"
|
|
11141
11141
|
},
|
|
11142
11142
|
"panel.host-panel-component-changing": {
|
|
11143
|
-
"description": "Raised when the component that is currently being displayed by the host panel is about to change. Argument is the id of the component.",
|
|
11143
|
+
"description": "Raised when the component that is currently being displayed by the host panel is about to change. Argument is the id of the component. Mobile only.",
|
|
11144
11144
|
"enum": [
|
|
11145
11145
|
"panel.host-panel-component-changing"
|
|
11146
11146
|
]
|
|
@@ -11149,13 +11149,13 @@
|
|
|
11149
11149
|
"type": "string"
|
|
11150
11150
|
},
|
|
11151
11151
|
"photos.details-hidden": {
|
|
11152
|
-
"description": "Raised when photo details are hidden.",
|
|
11152
|
+
"description": "Raised when photo details are hidden. Mobile only.",
|
|
11153
11153
|
"enum": [
|
|
11154
11154
|
"photos.details-hidden"
|
|
11155
11155
|
]
|
|
11156
11156
|
},
|
|
11157
11157
|
"portal.initialized": {
|
|
11158
|
-
"description": "Raised when an ArcGIS Portal is initialized.",
|
|
11158
|
+
"description": "Raised when an ArcGIS Portal is initialized. Mobile only.",
|
|
11159
11159
|
"enum": [
|
|
11160
11160
|
"portal.initialized"
|
|
11161
11161
|
]
|
|
@@ -11200,7 +11200,7 @@
|
|
|
11200
11200
|
"$ref": "#/definitions/PrintStartedEventArgs"
|
|
11201
11201
|
},
|
|
11202
11202
|
"results.attachment-opened": {
|
|
11203
|
-
"description": "Raised when a feature attachment has been opened.",
|
|
11203
|
+
"description": "Raised when a feature attachment has been opened. Mobile only.",
|
|
11204
11204
|
"enum": [
|
|
11205
11205
|
"results.attachment-opened"
|
|
11206
11206
|
]
|
|
@@ -11209,7 +11209,7 @@
|
|
|
11209
11209
|
"$ref": "#/definitions/AttachmentEventArgs"
|
|
11210
11210
|
},
|
|
11211
11211
|
"results.details-shown": {
|
|
11212
|
-
"description": "Raised when feature details are being shown.",
|
|
11212
|
+
"description": "Raised when feature details are being shown. Mobile only.",
|
|
11213
11213
|
"enum": [
|
|
11214
11214
|
"results.details-shown"
|
|
11215
11215
|
]
|
|
@@ -11218,7 +11218,7 @@
|
|
|
11218
11218
|
"$ref": "#/definitions/FeatureDetailsEvent"
|
|
11219
11219
|
},
|
|
11220
11220
|
"results.displayed": {
|
|
11221
|
-
"description": "Raised when results are displayed.",
|
|
11221
|
+
"description": "Raised when results are displayed. Mobile only.",
|
|
11222
11222
|
"enum": [
|
|
11223
11223
|
"results.displayed"
|
|
11224
11224
|
]
|
|
@@ -11227,7 +11227,7 @@
|
|
|
11227
11227
|
"$ref": "#/definitions/Features"
|
|
11228
11228
|
},
|
|
11229
11229
|
"results.related-details-shown": {
|
|
11230
|
-
"description": "Raised when feature details of a related feature are being shown.",
|
|
11230
|
+
"description": "Raised when feature details of a related feature are being shown. Mobile only.",
|
|
11231
11231
|
"enum": [
|
|
11232
11232
|
"results.related-details-shown"
|
|
11233
11233
|
]
|
|
@@ -11236,19 +11236,19 @@
|
|
|
11236
11236
|
"$ref": "#/definitions/FeatureDetailsEvent"
|
|
11237
11237
|
},
|
|
11238
11238
|
"search.activated": {
|
|
11239
|
-
"description": "Raised when a search component is activated.",
|
|
11239
|
+
"description": "Raised when a search component is activated. Mobile only.",
|
|
11240
11240
|
"enum": [
|
|
11241
11241
|
"search.activated"
|
|
11242
11242
|
]
|
|
11243
11243
|
},
|
|
11244
11244
|
"search.cleared": {
|
|
11245
|
-
"description": "Raised when a search has been cleared.",
|
|
11245
|
+
"description": "Raised when a search has been cleared. Mobile only.",
|
|
11246
11246
|
"enum": [
|
|
11247
11247
|
"search.cleared"
|
|
11248
11248
|
]
|
|
11249
11249
|
},
|
|
11250
11250
|
"search.completed": {
|
|
11251
|
-
"description": "Raised when a search completes.",
|
|
11251
|
+
"description": "Raised when a search completes. Mobile only.",
|
|
11252
11252
|
"enum": [
|
|
11253
11253
|
"search.completed"
|
|
11254
11254
|
]
|
|
@@ -11257,13 +11257,13 @@
|
|
|
11257
11257
|
"$ref": "#/definitions/SearchCompletedArgs"
|
|
11258
11258
|
},
|
|
11259
11259
|
"search.deactivated": {
|
|
11260
|
-
"description": "Raised when a search component is deactivated.",
|
|
11260
|
+
"description": "Raised when a search component is deactivated. Mobile only.",
|
|
11261
11261
|
"enum": [
|
|
11262
11262
|
"search.deactivated"
|
|
11263
11263
|
]
|
|
11264
11264
|
},
|
|
11265
11265
|
"search.started": {
|
|
11266
|
-
"description": "Raised when a search begins.",
|
|
11266
|
+
"description": "Raised when a search begins. Mobile only.",
|
|
11267
11267
|
"enum": [
|
|
11268
11268
|
"search.started"
|
|
11269
11269
|
]
|
|
@@ -11272,13 +11272,13 @@
|
|
|
11272
11272
|
"$ref": "#/definitions/SearchArgs"
|
|
11273
11273
|
},
|
|
11274
11274
|
"settings.updated": {
|
|
11275
|
-
"description": "Raised when application settings have been updated.",
|
|
11275
|
+
"description": "Raised when application settings have been updated. Mobile only.",
|
|
11276
11276
|
"enum": [
|
|
11277
11277
|
"settings.updated"
|
|
11278
11278
|
]
|
|
11279
11279
|
},
|
|
11280
11280
|
"shortcuts.shortcut-added": {
|
|
11281
|
-
"description": "Raised when a shortcut was added.",
|
|
11281
|
+
"description": "Raised when a shortcut was added. Mobile only.",
|
|
11282
11282
|
"enum": [
|
|
11283
11283
|
"shortcuts.shortcut-added"
|
|
11284
11284
|
]
|
|
@@ -11287,7 +11287,7 @@
|
|
|
11287
11287
|
"$ref": "#/definitions/AddShortcutArgs"
|
|
11288
11288
|
},
|
|
11289
11289
|
"shortcuts.shortcut-removed": {
|
|
11290
|
-
"description": "Raised when a shortcut was removed.",
|
|
11290
|
+
"description": "Raised when a shortcut was removed. Mobile only.",
|
|
11291
11291
|
"enum": [
|
|
11292
11292
|
"shortcuts.shortcut-removed"
|
|
11293
11293
|
]
|
|
@@ -11296,7 +11296,7 @@
|
|
|
11296
11296
|
"$ref": "#/definitions/ShortcutArgs"
|
|
11297
11297
|
},
|
|
11298
11298
|
"tasks.identified": {
|
|
11299
|
-
"description": "Raised when an identify task has been executed.",
|
|
11299
|
+
"description": "Raised when an identify task has been executed. Mobile only.",
|
|
11300
11300
|
"enum": [
|
|
11301
11301
|
"tasks.identified"
|
|
11302
11302
|
]
|
|
@@ -11305,7 +11305,7 @@
|
|
|
11305
11305
|
"$ref": "MapsFeatureResultArgs"
|
|
11306
11306
|
},
|
|
11307
11307
|
"tasks.reverse-geocoded": {
|
|
11308
|
-
"description": "Raised when a reverse geocode is performed.",
|
|
11308
|
+
"description": "Raised when a reverse geocode is performed. Mobile only.",
|
|
11309
11309
|
"enum": [
|
|
11310
11310
|
"tasks.reverse-geocoded"
|
|
11311
11311
|
]
|
|
@@ -11332,7 +11332,7 @@
|
|
|
11332
11332
|
"type": "string"
|
|
11333
11333
|
},
|
|
11334
11334
|
"ui.theme-changed": {
|
|
11335
|
-
"description": "Raised when the app's theme is changed. The argument is the theme id.",
|
|
11335
|
+
"description": "Raised when the app's theme is changed. The argument is the theme id. Mobile only.",
|
|
11336
11336
|
"enum": [
|
|
11337
11337
|
"ui.theme-changed"
|
|
11338
11338
|
]
|
|
@@ -11693,7 +11693,7 @@
|
|
|
11693
11693
|
]
|
|
11694
11694
|
},
|
|
11695
11695
|
"workflow.starting": {
|
|
11696
|
-
"description": "Raised when a workflow is about to start.",
|
|
11696
|
+
"description": "Raised when a workflow is about to start. Mobile only.",
|
|
11697
11697
|
"enum": [
|
|
11698
11698
|
"workflow.starting"
|
|
11699
11699
|
]
|