@vertigis/arcgis-extensions 52.1.1 → 53.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 (402) hide show
  1. package/AppConfig.schema.json +1986 -330
  2. package/data/Feature.d.ts +1 -1
  3. package/data/FeatureList.d.ts +1 -1
  4. package/data/FeatureList.js +1 -1
  5. package/data/FeatureSet.d.ts +27 -4
  6. package/data/FeatureSet.js +1 -1
  7. package/data/FeatureSettings.d.ts +6 -1
  8. package/data/FeatureSettings.js +1 -1
  9. package/data/Schema.d.ts +32 -2
  10. package/data/Schema.js +1 -1
  11. package/data/TaskSettings.d.ts +6 -1
  12. package/data/_TableExtension.d.ts +1 -1
  13. package/data/support/_dxfConverters.d.ts +2 -1
  14. package/data/support/_dxfFunctions.d.ts +2 -1
  15. package/declarations/arcgis-js-api-extensions/index.d.ts +12 -217
  16. package/declarations/arcgis-js-api-extensions/modules.d.ts +99 -0
  17. package/docs/html/assets/highlight.css +16 -16
  18. package/docs/html/assets/navigation.js +1 -1
  19. package/docs/html/assets/search.js +1 -1
  20. package/docs/html/classes/Entity.EntityBase.html +7 -10
  21. package/docs/html/classes/data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html +7 -10
  22. package/docs/html/classes/data_Attachment.Attachment.html +7 -10
  23. package/docs/html/classes/data_Feature.Feature.html +7 -10
  24. package/docs/html/classes/data_FeatureList.FeatureList.html +56 -28
  25. package/docs/html/classes/data_FeatureSet.FeatureSet.html +6 -5
  26. package/docs/html/classes/data_FeatureSettings.FeatureSettings.html +6 -3
  27. package/docs/html/classes/data_FeatureSourceBase.FeatureSourceBase.html +7 -10
  28. package/docs/html/classes/data_FeatureSourceBase.RelationshipCollection.html +53 -25
  29. package/docs/html/classes/data_FeatureStream.FeatureStream.html +7 -10
  30. package/docs/html/classes/data_FieldExtension.FieldExtension.html +7 -10
  31. package/docs/html/classes/data_PopupContentExtension.PopupContentExtension.html +7 -10
  32. package/docs/html/classes/data_RelationshipBase.RelationshipBase.html +7 -10
  33. package/docs/html/classes/data_Schema.Schema.html +6 -3
  34. package/docs/html/classes/data_TaskSettings.TaskSettings.html +5 -2
  35. package/docs/html/classes/data__TableExtension.TableExtension.html +7 -10
  36. package/docs/html/classes/data__TableExtension.TableFeatureSettings.html +6 -3
  37. package/docs/html/classes/data__TableExtension.TableSchema.html +7 -4
  38. package/docs/html/classes/data_support__dxfConverters.DxfEntityProcessor.html +2 -2
  39. package/docs/html/classes/layer_preset_LayerPreset.LayerPreset.html +7 -10
  40. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html +12 -15
  41. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerRelationshipCollection.html +54 -26
  42. package/docs/html/classes/mapping_BasemapExtension.BasemapExtension.html +8 -11
  43. package/docs/html/classes/mapping_Bookmark.Bookmark.html +7 -10
  44. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.html +12 -15
  45. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerSchema.html +5 -2
  46. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.html +12 -15
  47. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerSchema.html +5 -2
  48. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtension.html +14 -17
  49. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerReadOnlySchema.html +5 -2
  50. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerExtension.html +12 -15
  51. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerFeatureSettings.html +5 -2
  52. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerSchema.html +5 -2
  53. package/docs/html/classes/mapping_CSVLayerExtension.CSVLayerExtension.html +12 -15
  54. package/docs/html/classes/mapping_ElevationLayerExtension.ElevationLayerExtension.html +14 -17
  55. package/docs/html/classes/mapping_FeatureCollectionLayerExtension.FeatureCollectionLayerExtension.html +14 -17
  56. package/docs/html/classes/mapping_FeatureLayerExtension.FeatureLayerExtension.html +12 -15
  57. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html +14 -17
  58. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerReadOnlySchema.html +5 -2
  59. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerSchema.html +5 -2
  60. package/docs/html/classes/mapping_GeoJSONLayerExtension.GeoJSONLayerExtension.html +12 -15
  61. package/docs/html/classes/mapping_GeoRSSLayerExtension.GeoRSSLayerExtension.html +14 -17
  62. package/docs/html/classes/mapping_GraphicsLayerExtension.GraphicsLayerExtension.html +14 -17
  63. package/docs/html/classes/mapping_GroundExtension.GroundExtension.html +8 -11
  64. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtension.html +15 -18
  65. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtensionCollection.html +76 -25
  66. package/docs/html/classes/mapping_ImageryLayerExtension.ImageryLayerExtension.html +14 -17
  67. package/docs/html/classes/mapping_ImageryTileLayerExtension.ImageryTileLayerExtension.html +14 -17
  68. package/docs/html/classes/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtension.html +14 -17
  69. package/docs/html/classes/mapping_KMLLayerExtension.KMLLayerExtension.html +14 -17
  70. package/docs/html/classes/mapping_KMLSublayerExtension.KMLSublayerExtension.html +12 -15
  71. package/docs/html/classes/mapping_MapConstraints.MapConstraints.html +5 -2
  72. package/docs/html/classes/mapping_MapExtension.MapExtension.html +7 -10
  73. package/docs/html/classes/mapping_MapImageLayerExtension.MapImageLayerExtension.html +14 -17
  74. package/docs/html/classes/mapping_MapImageSublayerExtension.MapImageSublayerExtension.html +12 -15
  75. package/docs/html/classes/mapping_MapNotesLayerExtension.MapNotesLayerExtension.html +14 -17
  76. package/docs/html/classes/mapping_MapNotesSublayerExtension.MapNotesSublayerExtension.html +12 -15
  77. package/docs/html/classes/mapping_MapNotesSublayerExtension.MapNotesSublayerExtensionSchema.html +5 -2
  78. package/docs/html/classes/mapping_MediaLayerExtension.MediaLayerExtension.html +14 -17
  79. package/docs/html/classes/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtension.html +14 -17
  80. package/docs/html/classes/mapping_PointCloudLayerExtension.PointCloudLayerExtension.html +14 -17
  81. package/docs/html/classes/mapping_RouteLayerExtension.RouteLayerExtension.html +14 -17
  82. package/docs/html/classes/mapping_RouteLayerExtension.RouteLayerExtensionSchema.html +5 -2
  83. package/docs/html/classes/mapping_SceneLayerExtension.SceneLayerExtension.html +14 -17
  84. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerExtension.html +14 -17
  85. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerSchema.html +5 -2
  86. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html +14 -17
  87. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerRelationshipCollection.html +54 -26
  88. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerSchema.html +5 -2
  89. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerExtension.html +12 -15
  90. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerRelationshipCollection.html +54 -26
  91. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerSchema.html +5 -2
  92. package/docs/html/classes/mapping_TileLayerExtension.TileLayerExtension.html +14 -17
  93. package/docs/html/classes/mapping_TileSublayerExtension.TileSublayerExtension.html +12 -15
  94. package/docs/html/classes/mapping_UnsupportedLayerExtension.UnsupportedLayerExtension.html +14 -17
  95. package/docs/html/classes/mapping_VectorTileLayerExtension.VectorTileLayerExtension.html +14 -17
  96. package/docs/html/classes/mapping_WFSLayerExtension.WFSLayerExtension.html +14 -17
  97. package/docs/html/classes/mapping_WMSLayerExtension.WMSLayerExtension.html +14 -17
  98. package/docs/html/classes/mapping_WMSSublayerExtension.WMSSublayerExtension.html +12 -15
  99. package/docs/html/classes/mapping_WMTSLayerExtension.WMTSLayerExtension.html +14 -17
  100. package/docs/html/classes/mapping_WebTileLayerExtension.WebTileLayerExtension.html +14 -17
  101. package/docs/html/classes/mapping__LayerExtension.LayerExtension.html +14 -17
  102. package/docs/html/classes/mapping__LayerExtension.LayerExtensionReadOnlySchema.html +5 -2
  103. package/docs/html/classes/mapping__LayerExtension.LayerExtensionSchema.html +5 -2
  104. package/docs/html/classes/mapping__LayerExtensionCollectionImpl.LayerExtensionCollectionImpl.html +76 -25
  105. package/docs/html/classes/mapping__SublayerExtension.SubSublayerExtensionCollection.html +76 -25
  106. package/docs/html/classes/mapping__SublayerExtension.SublayerExtension.html +12 -15
  107. package/docs/html/classes/mapping__SublayerExtension.SublayerSchema.html +5 -2
  108. package/docs/html/classes/mapping_support_ArrayWrappedCollection.ArrayWrappedCollection.html +53 -25
  109. package/docs/html/classes/mapping_support__LayerExtensionCollection.LayerExtensionCollectionBase.html +76 -25
  110. package/docs/html/classes/mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html +76 -25
  111. package/docs/html/classes/menus_Menu.Menu.html +7 -10
  112. package/docs/html/classes/menus_MenuItem.MenuItem.html +7 -10
  113. package/docs/html/classes/support_FormatSettings.FormatSettings.html +5 -2
  114. package/docs/html/classes/support_InitializableBase.InitializableBase.html +6 -9
  115. package/docs/html/classes/support_InitializableCollectionProxy.InitializableCollectionProxy.html +53 -25
  116. package/docs/html/classes/support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html +53 -25
  117. package/docs/html/classes/support_Settings.Settings.html +5 -2
  118. package/docs/html/classes/support__ArcGISRelationshipCollection.ArcGISRelationshipCollection.html +54 -26
  119. package/docs/html/classes/tasks_geocoding_ArcGISGeocoder.ArcGISGeocoder.html +7 -10
  120. package/docs/html/classes/tasks_geocoding_Geocoder.Geocoder.html +7 -10
  121. package/docs/html/classes/tasks_identify_IdentifyService.IdentifyService.html +7 -10
  122. package/docs/html/classes/tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html +2 -2
  123. package/docs/html/classes/tasks_query_ArcGISRelationship.ArcGISRelationship.html +7 -10
  124. package/docs/html/classes/tasks_query_QueryBasedRelationship.QueryBasedRelationship.html +7 -10
  125. package/docs/html/classes/tasks_query_QueryService.QueryService.html +8 -11
  126. package/docs/html/classes/tasks_query_SubtypeSublayerQueryProvider.SubtypeSublayerQueryProvider.html +2 -2
  127. package/docs/html/classes/tasks_search_SearchService.SearchService.html +8 -11
  128. package/docs/html/classes/utilities_CaseInsensitiveObservableMap.CaseInsensitiveObservableMap.html +6 -5
  129. package/docs/html/classes/utilities_CollectionProxy.CollectionProxy.html +56 -29
  130. package/docs/html/classes/utilities_CopyOnWriteCollection.CopyOnWriteCollection.html +53 -25
  131. package/docs/html/classes/utilities_MapTransformCollection.MapTransformCollection.html +53 -25
  132. package/docs/html/classes/utilities_ObservableMap.ObservableMap.html +6 -5
  133. package/docs/html/classes/utilities_ObservableSet.ObservableSet.html +6 -5
  134. package/docs/html/classes/utilities_ReadOnlyCollection.ReadOnlyCollection.html +53 -25
  135. package/docs/html/classes/utilities_ReadOnlyMap.ReadOnlyMap.html +35 -9
  136. package/docs/html/classes/utilities__ReferenceCountedHandle.default.html +2 -2
  137. package/docs/html/enums/support_esri.WellKnownBasemap.html +9 -1
  138. package/docs/html/functions/json_BasemapJson.basemapToJson.html +4 -0
  139. package/docs/html/functions/json_BasemapJson.jsonToBasemap.html +1 -1
  140. package/docs/html/functions/mapping_support_LayerListSettings.fromLayerListMode.html +1 -1
  141. package/docs/html/functions/support_observableUtils.observable-1.html +3 -3
  142. package/docs/html/functions/support_observableUtils.onWatch.html +1 -1
  143. package/docs/html/functions/support_observableUtils.watch.html +1 -1
  144. package/docs/html/functions/support_observableUtils.watchEach.html +1 -1
  145. package/docs/html/functions/support_observableUtils.watchEvent.html +3 -3
  146. package/docs/html/functions/utilities_basemaps.basemapHas3DLayers.html +4 -0
  147. package/docs/html/functions/utilities_basemaps.getStandardBasemapThumbnailUrl.html +3 -0
  148. package/docs/html/functions/utilities_basemaps.isStandardBasemap2D.html +3 -0
  149. package/docs/html/functions/utilities_checkArg.checkArg.html +1 -1
  150. package/docs/html/functions/utilities_renderers.isClassBreaksRenderer.html +1 -1
  151. package/docs/html/functions/utilities_renderers.isDictionaryRenderer.html +1 -1
  152. package/docs/html/functions/utilities_renderers.isDotDensityRenderer.html +1 -1
  153. package/docs/html/functions/utilities_renderers.isHeatMapRenderer.html +1 -1
  154. package/docs/html/functions/utilities_renderers.isRenderer.html +2 -2
  155. package/docs/html/functions/utilities_renderers.isSimpleRenderer.html +1 -1
  156. package/docs/html/functions/utilities_renderers.isUniqueValueRenderer.html +1 -1
  157. package/docs/html/functions/utilities_symbol.isPolygonGeometrySymbol.html +2 -2
  158. package/docs/html/functions/utilities_watch.onCollectionPropertyChange.html +3 -3
  159. package/docs/html/functions/utilities_watch.onEach.html +4 -4
  160. package/docs/html/functions/utilities_watch.onOnce.html +5 -5
  161. package/docs/html/hierarchy.html +1 -1
  162. package/docs/html/interfaces/data_Feature.PresentableAttributes.html +36 -10
  163. package/docs/html/interfaces/data_FeatureSet.FeatureSetEvents.html +12 -0
  164. package/docs/html/interfaces/data_PopupContentExtension.ContentProperties.html +2 -2
  165. package/docs/html/interfaces/data_Schema.FieldCollection.html +1 -1
  166. package/docs/html/interfaces/data_Schema.SchemaEvents.html +16 -0
  167. package/docs/html/interfaces/data_support__dxfInterfaces.IDxfJsonComponentContext.html +2 -2
  168. package/docs/html/interfaces/data_support_attachments.AttachmentEnabledLayer.html +19 -6
  169. package/docs/html/interfaces/json_AnnotationLayerJson.AnnotationLayerJson.html +2 -2
  170. package/docs/html/interfaces/json_BasemapLayerJson.BasemapLayerJsonBase.html +1 -1
  171. package/docs/html/interfaces/json_BuildingSceneLayerJson.BuildingSceneLayerJson.html +2 -2
  172. package/docs/html/interfaces/json_BuildingSceneSublayerJson.BuildingSceneSublayerJson.html +2 -2
  173. package/docs/html/interfaces/json_CSVLayerJson.CSVLayerJson.html +2 -2
  174. package/docs/html/interfaces/json_EnvironmentJson.SnowyWeatherJson.html +2 -2
  175. package/docs/html/interfaces/json_FeatureLayerJson.FeatureLayerJson.html +2 -2
  176. package/docs/html/interfaces/json_GeoJSONLayerJson.GeoJSONLayerJson.html +2 -2
  177. package/docs/html/interfaces/json_GeoRSSLayerJson.GeoRSSLayerJson.html +2 -2
  178. package/docs/html/interfaces/json_GroupLayerJson.GroupLayerJson.html +2 -2
  179. package/docs/html/interfaces/json_ImageServiceLayerJson.ImageServiceLayerJson.html +2 -2
  180. package/docs/html/interfaces/json_ImageServiceVectorLayerJson.ImageServiceVectorLayerJson.html +2 -2
  181. package/docs/html/interfaces/json_IntegratedMeshLayerJson.IntegratedMeshLayerJson.html +2 -2
  182. package/docs/html/interfaces/json_KMLLayerJson.KMLLayerJson.html +2 -2
  183. package/docs/html/interfaces/json_MapServiceLayerJson.MapServiceLayerJson.html +2 -2
  184. package/docs/html/interfaces/json_MediaLayerJson.MediaLayerJson.html +2 -2
  185. package/docs/html/interfaces/json_OperationalLayerJson.OperationalLayerJsonBase.html +2 -2
  186. package/docs/html/interfaces/json_PointCloudLayerJson.PointCloudLayerJson.html +2 -2
  187. package/docs/html/interfaces/json_PopupInfoJson.PopupElementJson.html +2 -2
  188. package/docs/html/interfaces/json_RasterDataElevationLayerJson.RasterDataElevationLayerJson.html +2 -2
  189. package/docs/html/interfaces/json_RendererJson.SizeInfoJson.html +2 -2
  190. package/docs/html/interfaces/json_SceneLayerJson.SceneLayerJson.html +23 -13
  191. package/docs/html/interfaces/json_StreamLayerJson.StreamLayerJson.html +2 -2
  192. package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeGroupLayerJson.html +2 -2
  193. package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeSubtypeGroupLayerJson.html +2 -2
  194. package/docs/html/interfaces/json_SubtypeSublayerJson.SubtypeSublayerJson.html +2 -2
  195. package/docs/html/interfaces/json_TiledElevationServiceLayerJson.TiledElevationServiceLayerJson.html +2 -2
  196. package/docs/html/interfaces/json_TiledImageServiceLayerJson.TiledImageServiceLayerJson.html +2 -2
  197. package/docs/html/interfaces/json_TiledMapServiceLayerJson.TiledMapServiceLayerJson.html +2 -2
  198. package/docs/html/interfaces/json_VectorTileLayerJson.VectorTileLayerJson.html +2 -2
  199. package/docs/html/interfaces/json_WFSLayerJson.WFSLayerJson.html +2 -2
  200. package/docs/html/interfaces/json_WMSLayerJson.WMSLayerJson.html +2 -2
  201. package/docs/html/interfaces/json_WebSceneJson.HeightModelInfoJson.html +2 -2
  202. package/docs/html/interfaces/json_WebTileLayerJson.WebTileLayerJson.html +2 -2
  203. package/docs/html/interfaces/mapping_ArcGISSublayerExtension.ArcGISSublayerExtensionProperties.html +2 -2
  204. package/docs/html/interfaces/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtensionProperties.html +2 -2
  205. package/docs/html/interfaces/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtensionProperties.html +2 -2
  206. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtensionProperties.html +3 -3
  207. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerProperties.html +2 -2
  208. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerExtensionProperties.html +2 -2
  209. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerProperties.html +2 -2
  210. package/docs/html/interfaces/mapping_CSVLayerExtension.CSVLayerExtensionProperties.html +2 -2
  211. package/docs/html/interfaces/mapping_ElevationLayerExtension.ElevationLayerExtensionProperties.html +2 -2
  212. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerExtensionProperties.html +2 -2
  213. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerProperties.html +2 -2
  214. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html +2 -2
  215. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBaseProperties.html +2 -2
  216. package/docs/html/interfaces/mapping_GeoJSONLayerExtension.GeoJSONLayerExtensionProperties.html +2 -2
  217. package/docs/html/interfaces/mapping_GeoRSSLayerExtension.GeoRSSLayerExtensionProperties.html +2 -2
  218. package/docs/html/interfaces/mapping_GraphicsLayerExtension.GraphicsLayerExtensionProperties.html +2 -2
  219. package/docs/html/interfaces/mapping_GroupLayerExtension.GroupLayerExtensionProperties.html +2 -2
  220. package/docs/html/interfaces/mapping_ImageryLayerExtension.ImageryLayerExtensionProperties.html +2 -2
  221. package/docs/html/interfaces/mapping_ImageryTileLayerExtension.ImageryTileLayerExtensionProperties.html +2 -2
  222. package/docs/html/interfaces/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtensionProperties.html +2 -2
  223. package/docs/html/interfaces/mapping_KMLLayerExtension.KMLLayerExtensionProperties.html +2 -2
  224. package/docs/html/interfaces/mapping_KMLSublayerExtension.KMLSublayerExtensionProperties.html +2 -2
  225. package/docs/html/interfaces/mapping_MapExtension.MapExtensionEvents.html +14 -0
  226. package/docs/html/interfaces/mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html +4 -4
  227. package/docs/html/interfaces/mapping_MapImageSublayerExtension.MapImageSublayerExtensionProperties.html +2 -2
  228. package/docs/html/interfaces/mapping_MapNotesLayerExtension.MapNotesLayerExtensionProperties.html +2 -2
  229. package/docs/html/interfaces/mapping_MapNotesSublayerExtension.MapNotesSublayerExtensionProperties.html +2 -2
  230. package/docs/html/interfaces/mapping_MediaLayerExtension.MediaLayerExtensionProperties.html +2 -2
  231. package/docs/html/interfaces/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtensionProperties.html +2 -2
  232. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerExtensionProperties.html +2 -2
  233. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerProperties.html +2 -2
  234. package/docs/html/interfaces/mapping_RouteLayerExtension.RouteLayerExtensionProperties.html +2 -2
  235. package/docs/html/interfaces/mapping_SceneLayerExtension.SceneLayerExtensionProperties.html +2 -2
  236. package/docs/html/interfaces/mapping_StreamLayerExtension.StreamLayerExtensionProperties.html +2 -2
  237. package/docs/html/interfaces/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtensionProperties.html +2 -2
  238. package/docs/html/interfaces/mapping_SubtypeSublayerExtension.SubtypeSublayerExtensionProperties.html +2 -2
  239. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerExtensionProperties.html +2 -2
  240. package/docs/html/interfaces/mapping_TileSublayerExtension.TileSublayerExtensionProperties.html +2 -2
  241. package/docs/html/interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html +2 -2
  242. package/docs/html/interfaces/mapping_WFSLayerExtension.WFSLayerExtensionProperties.html +2 -2
  243. package/docs/html/interfaces/mapping_WMSLayerExtension.WMSLayerExtensionProperties.html +2 -2
  244. package/docs/html/interfaces/mapping_WMSSublayerExtension.WMSSublayerExtensionProperties.html +2 -2
  245. package/docs/html/interfaces/mapping_WMTSLayerExtension.WMTSLayerExtensionProperties.html +2 -2
  246. package/docs/html/interfaces/mapping_WebTileLayerExtension.WebTileLayerExtensionProperties.html +2 -2
  247. package/docs/html/interfaces/mapping__LayerExtension.LayerExtensionProperties.html +2 -2
  248. package/docs/html/interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html +2 -2
  249. package/docs/html/interfaces/support_ArcGISRequestHelper.ArcGISRequestHelperResponse.html +1 -1
  250. package/docs/html/interfaces/support_ArcGISRequestHelper.ArcGISRequestOptions.html +2 -2
  251. package/docs/html/interfaces/support_InitializableBase.InitializableBaseEvents.html +7 -0
  252. package/docs/html/interfaces/support_InitializableCollectionProxy.InitializableCollection.html +1 -1
  253. package/docs/html/interfaces/support_Settings.SettingsEvents.html +7 -0
  254. package/docs/html/interfaces/support_esri.ChangeEvent.html +5 -5
  255. package/docs/html/interfaces/support_esri.LayerWithSublayers.html +1 -1
  256. package/docs/html/interfaces/support_esri.SublayerLike.html +2 -2
  257. package/docs/html/interfaces/support_observableUtils.WatchEachOptions.html +3 -3
  258. package/docs/html/interfaces/support_observableUtils.WatchOptions.html +3 -3
  259. package/docs/html/interfaces/utilities_ObservableMap.MapAfterItemEvent.html +4 -0
  260. package/docs/html/interfaces/utilities_ObservableMap.MapEvents.html +10 -0
  261. package/docs/html/interfaces/utilities_ObservableSet.SetAfterItemEvent.html +4 -0
  262. package/docs/html/interfaces/utilities_ObservableSet.SetChangeEvent.html +10 -0
  263. package/docs/html/interfaces/utilities_ObservableSet.SetEvents.html +10 -0
  264. package/docs/html/interfaces/utilities__layers.LayerWithLegendEnabledProperty.html +1 -1
  265. package/docs/html/interfaces/utilities__layers.TimeAwareLayer.html +1 -1
  266. package/docs/html/interfaces/utilities_collection.AfterItemChangeEvent.html +1 -1
  267. package/docs/html/modules/data_FeatureSet.html +2 -1
  268. package/docs/html/modules/data_Schema.html +1 -0
  269. package/docs/html/modules/json_BasemapJson.html +1 -0
  270. package/docs/html/modules/mapping_MapExtension.html +2 -1
  271. package/docs/html/modules/support_InitializableBase.html +1 -0
  272. package/docs/html/modules/support_Settings.html +1 -0
  273. package/docs/html/modules/support_esri.html +1 -6
  274. package/docs/html/modules/support_observableUtils.html +2 -1
  275. package/docs/html/modules/utilities_ObservableMap.html +3 -1
  276. package/docs/html/modules/utilities_ObservableSet.html +3 -0
  277. package/docs/html/modules/utilities_basemaps.html +4 -1
  278. package/docs/html/types/json_BasemapLayerJson.BasemapLayerJson.html +1 -1
  279. package/docs/html/types/json_SymbolJson.ColorJson.html +1 -1
  280. package/docs/html/types/support_observableUtils.EventTarget.html +2 -0
  281. package/docs/html/types/support_observableUtils.WhenOptions.html +1 -1
  282. package/docs/html/variables/support_esri.Collection.html +1 -1
  283. package/docs/html/variables/version.version.html +1 -1
  284. package/json/BasemapJson.d.ts +14 -2
  285. package/json/BasemapJson.js +1 -1
  286. package/json/BasemapLayerJson.d.ts +2 -1
  287. package/json/SceneLayerJson.d.ts +11 -1
  288. package/json/SymbolJson.d.ts +1 -1
  289. package/layer-preset/LayerPreset.js +1 -1
  290. package/mapping/ArcGISSublayerExtension.d.ts +2 -2
  291. package/mapping/BasemapExtension.d.ts +2 -1
  292. package/mapping/BasemapExtension.js +1 -1
  293. package/mapping/BuildingComponentSublayerExtension.d.ts +2 -2
  294. package/mapping/BuildingSceneLayerExtension.d.ts +2 -2
  295. package/mapping/CSVLayerExtension.d.ts +1 -1
  296. package/mapping/FeatureLayerExtension.d.ts +1 -1
  297. package/mapping/FeatureLayerExtensionBase.d.ts +2 -2
  298. package/mapping/GeoJSONLayerExtension.d.ts +1 -1
  299. package/mapping/GroundExtension.d.ts +2 -1
  300. package/mapping/MapExtension.d.ts +24 -4
  301. package/mapping/MapExtension.js +1 -1
  302. package/mapping/SceneLayerExtension.d.ts +2 -2
  303. package/mapping/StreamLayerExtension.d.ts +2 -2
  304. package/mapping/SubtypeSublayerExtension.d.ts +3 -3
  305. package/mapping/WFSLayerExtension.d.ts +2 -2
  306. package/mapping/_LayerExtension.d.ts +6 -5
  307. package/mapping/_LayerExtension.js +1 -1
  308. package/mapping/_SublayerExtension.d.ts +4 -2
  309. package/mapping/support/_LayerExtensionCollection.d.ts +3 -9
  310. package/mapping/support/_LayerExtensionCollection.js +1 -1
  311. package/mapping/support/_SublayerExtensionCollection.d.ts +4 -9
  312. package/mapping/support/_SublayerExtensionCollection.js +1 -1
  313. package/mapping/support/featureService.js +1 -1
  314. package/package.json +2 -2
  315. package/portal/CSVLayer.d.ts +1 -1
  316. package/portal/ElevationInfo.d.ts +4 -3
  317. package/portal/ElevationInfo.js +1 -1
  318. package/portal/LabelingInfo.js +1 -1
  319. package/portal/LayerDefinition.js +1 -1
  320. package/portal/MapServiceLayer.js +1 -1
  321. package/portal/Slide.js +1 -1
  322. package/portal/SubtypeGroupLayer.d.ts +2 -2
  323. package/portal/Symbol.d.ts +1 -1
  324. package/portal/Symbol.js +1 -1
  325. package/portal/TiledMapServiceLayer.d.ts +1 -1
  326. package/portal/TiledMapServiceLayer.js +1 -1
  327. package/portal/WMSLayer.d.ts +4 -3
  328. package/portal/WMTSInfo.d.ts +2 -2
  329. package/portal/WebMap.js +1 -1
  330. package/support/ArcGISRequestHelper.d.ts +2 -2
  331. package/support/FormatSettings.d.ts +6 -1
  332. package/support/InitializableBase.d.ts +17 -2
  333. package/support/InitializableBase.js +1 -1
  334. package/support/Serializable.d.ts +1 -1
  335. package/support/Serializable.js +1 -1
  336. package/support/Settings.d.ts +19 -0
  337. package/support/_esriInternal.d.ts +1 -3
  338. package/support/_esriInternal.js +1 -1
  339. package/support/esri.d.ts +10 -7
  340. package/support/esri.js +1 -1
  341. package/support/observableUtils.d.ts +8 -8
  342. package/support/observableUtils.js +1 -1
  343. package/tasks/identify/ArcGISSublayerIdentifyProvider.d.ts +1 -1
  344. package/tasks/identify/BuildingComponentSublayerHitTestIdentifyProvider.d.ts +1 -1
  345. package/tasks/identify/CSVLayer3DHitTestIdentifyProvider.d.ts +1 -1
  346. package/tasks/identify/CSVLayerClientSideQueryIdentifyProvider.d.ts +1 -1
  347. package/tasks/identify/FeatureLayer3DHitTestIdentifyProvider.d.ts +1 -1
  348. package/tasks/identify/FeatureLayerClientSideIdentifyProvider.d.ts +1 -1
  349. package/tasks/identify/FeatureLayerQueryIdentifyProvider.d.ts +1 -1
  350. package/tasks/identify/GeoJSONLayer3DHitTestIdentifyProvider.d.ts +1 -1
  351. package/tasks/identify/GeoJSONLayerClientSideQueryIdentifyProvider.d.ts +1 -1
  352. package/tasks/identify/GeoRSSLayerIdentifyProvider.d.ts +1 -1
  353. package/tasks/identify/GraphicsLayerQueryIdentifyProvider.d.ts +1 -1
  354. package/tasks/identify/HitTestIdentifyProvider.d.ts +1 -1
  355. package/tasks/identify/IdentifyProviderBase.d.ts +1 -1
  356. package/tasks/identify/IdentifyService.d.ts +1 -1
  357. package/tasks/identify/ImageryLayerIdentifyProvider.d.ts +1 -1
  358. package/tasks/identify/KMLLayerQueryIdentifyProvider.d.ts +1 -1
  359. package/tasks/identify/MapNotesSublayerQueryIdentifyProvider.d.ts +1 -1
  360. package/tasks/identify/PointCloudLayerHitTestIdentifyProvider.d.ts +1 -1
  361. package/tasks/identify/RouteLayerQueryIdentifyProvider.d.ts +1 -1
  362. package/tasks/identify/SceneLayerHitTestIdentifyProvider.d.ts +1 -1
  363. package/tasks/identify/SceneLayerQueryIdentifyProvider.d.ts +1 -1
  364. package/tasks/identify/SubtypeSublayerQueryIdentifyProvider.d.ts +1 -1
  365. package/tasks/identify/WMSLayerFeatureInfoIdentifyProvider.d.ts +1 -1
  366. package/tasks/identify/WMSSublayerIdentifyProvider.d.ts +1 -1
  367. package/tasks/query/QueryOptions.d.ts +1 -1
  368. package/tasks/query/SubtypeSublayerQueryProvider.d.ts +3 -2
  369. package/tasks/search/SearchOptions.d.ts +1 -1
  370. package/tasks/search/support/_querySearchProviderUtils.d.ts +1 -1
  371. package/utilities/CollectionProxy.d.ts +30 -22
  372. package/utilities/CollectionProxy.js +1 -1
  373. package/utilities/MapTransformCollection.js +1 -1
  374. package/utilities/ObservableMap.d.ts +30 -6
  375. package/utilities/ObservableMap.js +1 -1
  376. package/utilities/ObservableSet.d.ts +52 -7
  377. package/utilities/ObservableSet.js +1 -1
  378. package/utilities/ReadOnlyMap.d.ts +10 -8
  379. package/utilities/_ReferenceCountedHandle.d.ts +3 -2
  380. package/utilities/_geoJson.d.ts +1 -1
  381. package/utilities/_gml.d.ts +1 -1
  382. package/utilities/_layers.d.ts +1 -1
  383. package/utilities/_layers.js +1 -1
  384. package/utilities/_project.d.ts +1 -1
  385. package/utilities/_wkt.d.ts +1 -1
  386. package/utilities/basemaps.d.ts +20 -1
  387. package/utilities/basemaps.js +1 -1
  388. package/utilities/collection.d.ts +2 -1
  389. package/utilities/esri.d.ts +1 -1
  390. package/utilities/geometry.d.ts +1 -1
  391. package/utilities/query.d.ts +1 -1
  392. package/utilities/renderers.d.ts +8 -8
  393. package/utilities/symbol.d.ts +2 -2
  394. package/utilities/watch.d.ts +6 -6
  395. package/utilities/watch.js +1 -1
  396. package/version.d.ts +1 -1
  397. package/version.js +1 -1
  398. package/docs/html/types/support_esri.BuildingComponentSublayerCapabilities.html +0 -1
  399. package/docs/html/types/support_esri.BuildingComponentSublayerCapabilitiesData.html +0 -1
  400. package/docs/html/types/support_esri.CollectionAfterChangesEventHandler.html +0 -1
  401. package/docs/html/types/support_esri.CollectionBeforeChangesEventHandler.html +0 -1
  402. package/docs/html/types/support_esri.FeatureLayerElevationInfo.html +0 -1
@@ -1,6 +1,6 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>onOnce | @vertigis/arcgis-extensions</title><meta name="description" content="Documentation for @vertigis/arcgis-extensions"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vertigis/arcgis-extensions</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/utilities_watch.html">utilities/watch</a></li><li><a href="utilities_watch.onOnce.html">onOnce</a></li></ul><h1>Function onOnce</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="onOnce" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on<wbr/>Once</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">obj</span>, <span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#onOnce" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Listens for an emitted event from an object and executes a callback only once
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>onOnce | @vertigis/arcgis-extensions</title><meta name="description" content="Documentation for @vertigis/arcgis-extensions"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vertigis/arcgis-extensions</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/utilities_watch.html">utilities/watch</a></li><li><a href="utilities_watch.onOnce.html">onOnce</a></li></ul><h1>Function onOnce</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="onOnce" class="tsd-anchor"></a><span class="tsd-kind-call-signature">on<wbr/>Once</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_watch.onOnce.html#onOnce.T">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">obj</span>, <span class="tsd-kind-parameter">eventName</span>, <span class="tsd-kind-parameter">listener</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/support_observableUtils.IHandle.html" class="tsd-signature-type tsd-kind-interface">IHandle</a><a href="#onOnce" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Listens for an emitted event from an object and executes a callback only once
2
2
  before removing the listener.</p>
3
- </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type">Evented</span></span><div class="tsd-comment tsd-typography"><p>The object to listen to.</p>
4
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The name of the event to listen for.</p>
5
- </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-type">EventHandler</span></span><div class="tsd-comment tsd-typography"><p>The callback to execute once the event is emitted.</p>
6
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4><div class="tsd-comment tsd-typography"></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
3
+ </div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="onOnce.T" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</span><span class="tsd-signature-keyword"> extends </span><span class="tsd-signature-type">Evented</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">obj</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_watch.onOnce.html#onOnce.T">T</a></span><div class="tsd-comment tsd-typography"><p>The object to listen to.</p>
4
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">eventName</span>: <span class="tsd-signature-type">EventNames</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_watch.onOnce.html#onOnce.T">T</a><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The name of the event to listen for.</p>
5
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">listener</span>: <span class="tsd-signature-type">EventedCallback</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_watch.onOnce.html#onOnce.T">T</a><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">&quot;@eventTypes&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">EventNames</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="utilities_watch.onOnce.html#onOnce.T">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>The callback to execute once the event is emitted.</p>
6
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/support_observableUtils.IHandle.html" class="tsd-signature-type tsd-kind-interface">IHandle</a></h4><div class="tsd-comment tsd-typography"></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>