@vertigis/arcgis-extensions 49.9.0 → 50.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 (351) hide show
  1. package/AppConfig.schema.json +23 -6
  2. package/Hyperlink.d.ts +3 -1
  3. package/Hyperlink.js +1 -1
  4. package/data/ArcGISServiceTableExtension.js +1 -1
  5. package/data/Feature.d.ts +1 -3
  6. package/data/Feature.js +1 -1
  7. package/data/FeatureSet.d.ts +40 -2
  8. package/data/FeatureSet.js +1 -1
  9. package/data/FeatureSettings.js +1 -1
  10. package/data/FeatureSourceBase.d.ts +22 -27
  11. package/data/FeatureSourceBase.js +1 -1
  12. package/data/FieldExtension.d.ts +0 -3
  13. package/data/FieldExtension.js +1 -1
  14. package/data/PopupContentExtension.js +1 -1
  15. package/data/Schema.js +1 -1
  16. package/data/_Relationship.d.ts +1 -2
  17. package/data/_TableExtension.d.ts +1 -1
  18. package/data/_TableExtension.js +1 -1
  19. package/docs/html/assets/highlight.css +38 -10
  20. package/docs/html/assets/navigation.js +1 -1
  21. package/docs/html/assets/search.js +1 -1
  22. package/docs/html/classes/Entity.EntityBase.html +12 -74
  23. package/docs/html/classes/Hyperlink.Hyperlink.html +10 -72
  24. package/docs/html/classes/LanguageResources.LanguageResources.html +36 -30
  25. package/docs/html/classes/data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html +35 -97
  26. package/docs/html/classes/data_Attachment.Attachment.html +12 -74
  27. package/docs/html/classes/data_Feature.Feature.html +16 -76
  28. package/docs/html/classes/data_FeatureList.FeatureList.html +73 -17
  29. package/docs/html/classes/data_FeatureSet.FeatureSet.html +39 -33
  30. package/docs/html/classes/data_FeatureSettings.FeatureSettings.html +11 -71
  31. package/docs/html/classes/data_FeatureSourceBase.FeatureSourceBase.html +35 -98
  32. package/docs/html/classes/data_FeatureSourceBase.RelationshipCollection.html +72 -16
  33. package/docs/html/classes/data_FeatureStream.FeatureStream.html +13 -75
  34. package/docs/html/classes/data_FieldExtension.FieldExtension.html +13 -75
  35. package/docs/html/classes/data_PopupContentExtension.PopupContentExtension.html +13 -75
  36. package/docs/html/classes/data_RelationshipBase.RelationshipBase.html +37 -31
  37. package/docs/html/classes/data_Schema.Schema.html +13 -73
  38. package/docs/html/classes/data_TaskSettings.TaskSettings.html +12 -72
  39. package/docs/html/classes/data__TableExtension.TableExtension.html +34 -96
  40. package/docs/html/classes/data__TableExtension.TableFeatureSettings.html +11 -71
  41. package/docs/html/classes/data__TableExtension.TableSchema.html +15 -75
  42. package/docs/html/classes/layer_preset_LayerPreset.LayerPreset.html +14 -76
  43. package/docs/html/classes/layer_preset_LayerPresetSettings.LayerPresetSetting.html +36 -30
  44. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html +35 -97
  45. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerRelationshipCollection.html +72 -16
  46. package/docs/html/classes/mapping_BasemapExtension.BasemapExtension.html +14 -76
  47. package/docs/html/classes/mapping_Bookmark.Bookmark.html +12 -74
  48. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.html +35 -97
  49. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerSchema.html +13 -73
  50. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.html +35 -97
  51. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerSchema.html +13 -73
  52. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtension.html +35 -97
  53. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerReadOnlySchema.html +13 -73
  54. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerExtension.html +35 -97
  55. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerFeatureSettings.html +11 -53
  56. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerSchema.html +13 -73
  57. package/docs/html/classes/mapping_CSVLayerExtension.CSVLayerExtension.html +35 -97
  58. package/docs/html/classes/mapping_ElevationLayerExtension.ElevationLayerExtension.html +35 -97
  59. package/docs/html/classes/mapping_FeatureCollectionLayerExtension.FeatureCollectionLayerExtension.html +35 -97
  60. package/docs/html/classes/mapping_FeatureLayerExtension.FeatureLayerExtension.html +35 -97
  61. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html +35 -97
  62. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerReadOnlySchema.html +13 -73
  63. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerSchema.html +13 -73
  64. package/docs/html/classes/mapping_GeoJSONLayerExtension.GeoJSONLayerExtension.html +35 -97
  65. package/docs/html/classes/mapping_GeoRSSLayerExtension.GeoRSSLayerExtension.html +35 -97
  66. package/docs/html/classes/mapping_GraphicsLayerExtension.GraphicsLayerExtension.html +35 -97
  67. package/docs/html/classes/mapping_GroundExtension.GroundExtension.html +13 -75
  68. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtension.html +35 -97
  69. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtensionCollection.html +74 -23
  70. package/docs/html/classes/mapping_ImageryLayerExtension.ImageryLayerExtension.html +35 -97
  71. package/docs/html/classes/mapping_ImageryTileLayerExtension.ImageryTileLayerExtension.html +35 -97
  72. package/docs/html/classes/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtension.html +35 -97
  73. package/docs/html/classes/mapping_KMLLayerExtension.KMLLayerExtension.html +35 -97
  74. package/docs/html/classes/mapping_KMLSublayerExtension.KMLSublayerExtension.html +35 -97
  75. package/docs/html/classes/mapping_MapConstraints.MapConstraints.html +12 -72
  76. package/docs/html/classes/mapping_MapExtension.MapExtension.html +13 -75
  77. package/docs/html/classes/mapping_MapImageLayerExtension.MapImageLayerExtension.html +35 -97
  78. package/docs/html/classes/mapping_MapImageSublayerExtension.MapImageSublayerExtension.html +35 -97
  79. package/docs/html/classes/mapping_MapNotesLayerExtension.MapNotesLayerExtension.html +35 -97
  80. package/docs/html/classes/mapping_MapNotesSublayerExtension.MapNotesSublayerExtension.html +35 -97
  81. package/docs/html/classes/mapping_MapNotesSublayerExtension.MapNotesSublayerExtensionSchema.html +13 -73
  82. package/docs/html/classes/mapping_MediaLayerExtension.MediaLayerExtension.html +35 -97
  83. package/docs/html/classes/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtension.html +35 -97
  84. package/docs/html/classes/mapping_PointCloudLayerExtension.PointCloudLayerExtension.html +35 -97
  85. package/docs/html/classes/mapping_RouteLayerExtension.RouteLayerExtension.html +35 -97
  86. package/docs/html/classes/mapping_RouteLayerExtension.RouteLayerExtensionSchema.html +13 -73
  87. package/docs/html/classes/mapping_SceneLayerExtension.SceneLayerExtension.html +35 -97
  88. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerExtension.html +35 -97
  89. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerSchema.html +13 -73
  90. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html +35 -97
  91. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerRelationshipCollection.html +72 -16
  92. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerSchema.html +13 -73
  93. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerExtension.html +35 -97
  94. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerRelationshipCollection.html +72 -16
  95. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerSchema.html +13 -73
  96. package/docs/html/classes/mapping_TileLayerExtension.TileLayerExtension.html +35 -97
  97. package/docs/html/classes/mapping_TileSublayerExtension.TileSublayerExtension.html +35 -97
  98. package/docs/html/classes/mapping_UnsupportedLayerExtension.UnsupportedLayerExtension.html +35 -97
  99. package/docs/html/classes/mapping_VectorTileLayerExtension.VectorTileLayerExtension.html +35 -97
  100. package/docs/html/classes/mapping_WFSLayerExtension.WFSLayerExtension.html +35 -97
  101. package/docs/html/classes/mapping_WMSLayerExtension.WMSLayerExtension.html +35 -97
  102. package/docs/html/classes/mapping_WMSSublayerExtension.WMSSublayerExtension.html +35 -97
  103. package/docs/html/classes/mapping_WMTSLayerExtension.WMTSLayerExtension.html +35 -97
  104. package/docs/html/classes/mapping_WebTileLayerExtension.WebTileLayerExtension.html +35 -97
  105. package/docs/html/classes/mapping__LayerExtension.LayerExtension.html +35 -97
  106. package/docs/html/classes/mapping__LayerExtension.LayerExtensionReadOnlySchema.html +13 -73
  107. package/docs/html/classes/mapping__LayerExtension.LayerExtensionSchema.html +13 -73
  108. package/docs/html/classes/mapping__LayerExtensionCollectionImpl.LayerExtensionCollectionImpl.html +74 -23
  109. package/docs/html/classes/mapping__SublayerExtension.SubSublayerExtensionCollection.html +74 -23
  110. package/docs/html/classes/mapping__SublayerExtension.SublayerExtension.html +35 -97
  111. package/docs/html/classes/mapping__SublayerExtension.SublayerSchema.html +13 -73
  112. package/docs/html/classes/mapping_support_ArrayWrappedCollection.ArrayWrappedCollection.html +72 -16
  113. package/docs/html/classes/mapping_support_LayerListSettings.ExtensionBaseLayerListSettings.html +9 -71
  114. package/docs/html/classes/mapping_support_LayerListSettings.LayerListSettings.html +10 -72
  115. package/docs/html/classes/mapping_support__LayerExtensionCollection.LayerExtensionCollectionBase.html +77 -26
  116. package/docs/html/classes/mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html +77 -26
  117. package/docs/html/classes/menus_Menu.Menu.html +13 -75
  118. package/docs/html/classes/menus_MenuItem.MenuItem.html +13 -75
  119. package/docs/html/classes/support_FormatSettings.FormatSettings.html +12 -72
  120. package/docs/html/classes/support_InitializableBase.InitializableBase.html +21 -83
  121. package/docs/html/classes/support_InitializableCollectionProxy.InitializableCollectionProxy.html +73 -17
  122. package/docs/html/classes/support_Observable.Observable.html +27 -26
  123. package/docs/html/classes/support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html +73 -17
  124. package/docs/html/classes/support_Serializable.SerializableBase.html +38 -32
  125. package/docs/html/classes/support_Settings.Settings.html +15 -75
  126. package/docs/html/classes/support__ArcGISRelationshipCollection.ArcGISRelationshipCollection.html +72 -16
  127. package/docs/html/classes/support_observableUtils.ObservableMixin.html +3 -0
  128. package/docs/html/classes/tasks_geocoding_ArcGISGeocoder.ArcGISGeocoder.html +35 -97
  129. package/docs/html/classes/tasks_geocoding_Geocoder.Geocoder.html +33 -95
  130. package/docs/html/classes/tasks_identify_IdentifyService.IdentifyService.html +11 -73
  131. package/docs/html/classes/tasks_query_ArcGISRelationship.ArcGISRelationship.html +36 -30
  132. package/docs/html/classes/tasks_query_QueryBasedRelationship.QueryBasedRelationship.html +36 -30
  133. package/docs/html/classes/tasks_query_QueryService.QueryService.html +11 -73
  134. package/docs/html/classes/tasks_search_SearchService.SearchService.html +12 -74
  135. package/docs/html/classes/utilities_CaseInsensitiveObservableMap.CaseInsensitiveObservableMap.html +24 -27
  136. package/docs/html/classes/utilities_CollectionProxy.CollectionProxy.html +73 -17
  137. package/docs/html/classes/utilities_CopyOnWriteCollection.CopyOnWriteCollection.html +72 -16
  138. package/docs/html/classes/utilities_MapTransformCollection.MapTransformCollection.html +72 -16
  139. package/docs/html/classes/utilities_ObservableMap.ObservableMap.html +26 -32
  140. package/docs/html/classes/utilities_ObservableSet.ObservableSet.html +38 -32
  141. package/docs/html/classes/utilities_ObservableWeakSet.ObservableWeakSet.html +44 -42
  142. package/docs/html/classes/utilities_ReadOnlyCollection.ReadOnlyCollection.html +72 -16
  143. package/docs/html/classes/utilities_ReadOnlyMap.ReadOnlyMap.html +23 -29
  144. package/docs/html/classes/utilities_format_date.DateFormatter.html +37 -31
  145. package/docs/html/classes/utilities_format_number.NumberFormatter.html +37 -31
  146. package/docs/html/classes/utilities_format_time.TimeFormatter.html +37 -31
  147. package/docs/html/functions/support_Observable.deprecatedGetPropertyPath.html +7 -0
  148. package/docs/html/functions/support_Observable.deprecatedNotifyChange.html +5 -0
  149. package/docs/html/functions/support_Observable.deprecatedSet.html +9 -0
  150. package/docs/html/functions/support_Observable.deprecatedWatch.html +9 -0
  151. package/docs/html/functions/support_Observable.deprecatedWatchProperty.html +14 -0
  152. package/docs/html/functions/support_Observable.getPropertyByPath.html +3 -2
  153. package/docs/html/functions/support_observableUtils.createIHandle.html +8 -0
  154. package/docs/html/functions/support_observableUtils.notifyChange.html +8 -0
  155. package/docs/html/functions/support_observableUtils.observable-1.html +31 -0
  156. package/docs/html/functions/support_observableUtils.onWatch.html +14 -0
  157. package/docs/html/functions/support_observableUtils.once.html +11 -0
  158. package/docs/html/functions/support_observableUtils.watch.html +24 -0
  159. package/docs/html/functions/support_observableUtils.watchEach.html +33 -0
  160. package/docs/html/functions/support_observableUtils.watchEvent.html +12 -0
  161. package/docs/html/functions/support_observableUtils.when.html +9 -0
  162. package/docs/html/functions/support_observableUtils.whenOnce.html +9 -0
  163. package/docs/html/functions/utilities_checkArg.checkArg.html +1 -1
  164. package/docs/html/functions/utilities_watch.onCollectionPropertyChange.html +6 -1
  165. package/docs/html/functions/utilities_watch.watchCollectionPropertyEach.html +5 -4
  166. package/docs/html/functions/utilities_watch.watchEach.html +8 -6
  167. package/docs/html/hierarchy.html +1 -1
  168. package/docs/html/interfaces/data_ArcGISServiceTableExtension.ArcGISServiceTableExtensionProperties.html +1 -1
  169. package/docs/html/interfaces/data_Feature.PresentableAttributes.html +24 -30
  170. package/docs/html/interfaces/data_Schema.SchemaProperties.html +2 -2
  171. package/docs/html/interfaces/data__Relationship.Relationship-1.html +35 -29
  172. package/docs/html/interfaces/data__TableExtension.TableExtensionProperties.html +1 -1
  173. package/docs/html/interfaces/json_AnnotationLayerJson.AnnotationLayerJson.html +2 -2
  174. package/docs/html/interfaces/json_BasemapLayerJson.BasemapLayerJsonBase.html +2 -2
  175. package/docs/html/interfaces/json_BingLayerJson.BingLayerJson.html +2 -2
  176. package/docs/html/interfaces/json_BuildingSceneLayerJson.BuildingSceneLayerJson.html +2 -2
  177. package/docs/html/interfaces/json_CSVLayerJson.CSVLayerJson.html +2 -2
  178. package/docs/html/interfaces/json_FeatureLayerJson.FeatureLayerJson.html +2 -2
  179. package/docs/html/interfaces/json_GeoJSONLayerJson.GeoJSONLayerJson.html +2 -2
  180. package/docs/html/interfaces/json_GeoRSSLayerJson.GeoRSSLayerJson.html +2 -2
  181. package/docs/html/interfaces/json_GroupLayerJson.GroupLayerJson.html +2 -2
  182. package/docs/html/interfaces/json_ImageServiceLayerJson.ImageServiceLayerJson.html +2 -2
  183. package/docs/html/interfaces/json_ImageServiceVectorLayerJson.ImageServiceVectorLayerJson.html +2 -2
  184. package/docs/html/interfaces/json_IntegratedMeshLayerJson.IntegratedMeshLayerJson.html +2 -2
  185. package/docs/html/interfaces/json_ItemJson.ItemJson.html +2 -2
  186. package/docs/html/interfaces/json_KMLLayerJson.KMLLayerJson.html +2 -2
  187. package/docs/html/interfaces/json_LayerJson.LayerJsonBase.html +2 -2
  188. package/docs/html/interfaces/json_MapServiceLayerJson.MapServiceLayerJson.html +2 -2
  189. package/docs/html/interfaces/json_MediaLayerJson.MediaLayerJson.html +2 -2
  190. package/docs/html/interfaces/json_OpenStreetMapLayerJson.OpenStreetMapLayerJson.html +2 -2
  191. package/docs/html/interfaces/json_OperationalLayerJson.OperationalLayerJsonBase.html +2 -2
  192. package/docs/html/interfaces/json_PointCloudLayerJson.PointCloudLayerJson.html +2 -2
  193. package/docs/html/interfaces/json_RasterDataElevationLayerJson.RasterDataElevationLayerJson.html +2 -2
  194. package/docs/html/interfaces/json_SceneLayerJson.SceneLayerJson.html +2 -2
  195. package/docs/html/interfaces/json_StreamLayerJson.StreamLayerJson.html +2 -2
  196. package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeGroupLayerJson.html +2 -2
  197. package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeSubtypeGroupLayerJson.html +2 -2
  198. package/docs/html/interfaces/json_SubtypeSublayerJson.SubtypeSublayerJson.html +2 -2
  199. package/docs/html/interfaces/json_TiledElevationServiceLayerJson.TiledElevationServiceLayerJson.html +2 -2
  200. package/docs/html/interfaces/json_TiledImageServiceLayerJson.TiledImageServiceLayerJson.html +2 -2
  201. package/docs/html/interfaces/json_TiledMapServiceLayerJson.TiledMapServiceLayerJson.html +2 -2
  202. package/docs/html/interfaces/json_VectorTileLayerJson.VectorTileLayerJson.html +2 -2
  203. package/docs/html/interfaces/json_WFSLayerJson.WFSLayerJson.html +2 -2
  204. package/docs/html/interfaces/json_WMSLayerJson.WMSLayerJson.html +2 -2
  205. package/docs/html/interfaces/json_WebTileLayerJson.WebTileLayerJson.html +2 -2
  206. package/docs/html/interfaces/mapping_ArcGISSublayerExtension.ArcGISSublayerExtensionProperties.html +1 -1
  207. package/docs/html/interfaces/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtensionProperties.html +1 -1
  208. package/docs/html/interfaces/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtensionProperties.html +1 -1
  209. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtensionProperties.html +1 -1
  210. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerProperties.html +2 -2
  211. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerExtensionProperties.html +1 -1
  212. package/docs/html/interfaces/mapping_CSVLayerExtension.CSVLayerExtensionProperties.html +1 -1
  213. package/docs/html/interfaces/mapping_ElevationLayerExtension.ElevationLayerExtensionProperties.html +1 -1
  214. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerExtensionProperties.html +1 -1
  215. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerProperties.html +2 -2
  216. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html +2 -2
  217. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBaseProperties.html +1 -1
  218. package/docs/html/interfaces/mapping_GeoJSONLayerExtension.GeoJSONLayerExtensionProperties.html +1 -1
  219. package/docs/html/interfaces/mapping_GeoRSSLayerExtension.GeoRSSLayerExtensionProperties.html +1 -1
  220. package/docs/html/interfaces/mapping_GraphicsLayerExtension.GraphicsLayerExtensionProperties.html +1 -1
  221. package/docs/html/interfaces/mapping_GroupLayerExtension.GroupLayerExtensionProperties.html +1 -1
  222. package/docs/html/interfaces/mapping_ImageryLayerExtension.ImageryLayerExtensionProperties.html +1 -1
  223. package/docs/html/interfaces/mapping_ImageryTileLayerExtension.ImageryTileLayerExtensionProperties.html +1 -1
  224. package/docs/html/interfaces/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtensionProperties.html +1 -1
  225. package/docs/html/interfaces/mapping_KMLLayerExtension.KMLLayerExtensionProperties.html +1 -1
  226. package/docs/html/interfaces/mapping_KMLSublayerExtension.KMLSublayerExtensionProperties.html +1 -1
  227. package/docs/html/interfaces/mapping_MapExtension.MapExtensionProperties.html +3 -3
  228. package/docs/html/interfaces/mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html +4 -4
  229. package/docs/html/interfaces/mapping_MapImageSublayerExtension.MapImageSublayerExtensionProperties.html +1 -1
  230. package/docs/html/interfaces/mapping_MapNotesLayerExtension.MapNotesLayerExtensionProperties.html +1 -1
  231. package/docs/html/interfaces/mapping_MapNotesSublayerExtension.MapNotesSublayerExtensionProperties.html +1 -1
  232. package/docs/html/interfaces/mapping_MediaLayerExtension.MediaLayerExtensionProperties.html +1 -1
  233. package/docs/html/interfaces/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtensionProperties.html +1 -1
  234. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerExtensionProperties.html +1 -1
  235. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerProperties.html +2 -2
  236. package/docs/html/interfaces/mapping_RouteLayerExtension.RouteLayerExtensionProperties.html +1 -1
  237. package/docs/html/interfaces/mapping_SceneLayerExtension.SceneLayerExtensionProperties.html +1 -1
  238. package/docs/html/interfaces/mapping_StreamLayerExtension.StreamLayerExtensionProperties.html +1 -1
  239. package/docs/html/interfaces/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtensionProperties.html +1 -1
  240. package/docs/html/interfaces/mapping_SubtypeSublayerExtension.SubtypeSublayerExtensionProperties.html +1 -1
  241. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerExtensionProperties.html +1 -1
  242. package/docs/html/interfaces/mapping_TileSublayerExtension.TileSublayerExtensionProperties.html +1 -1
  243. package/docs/html/interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html +1 -1
  244. package/docs/html/interfaces/mapping_WFSLayerExtension.WFSLayerExtensionProperties.html +1 -1
  245. package/docs/html/interfaces/mapping_WMSLayerExtension.WMSLayerExtensionProperties.html +1 -1
  246. package/docs/html/interfaces/mapping_WMSSublayerExtension.WMSSublayerExtensionProperties.html +1 -1
  247. package/docs/html/interfaces/mapping_WMTSLayerExtension.WMTSLayerExtensionProperties.html +1 -1
  248. package/docs/html/interfaces/mapping_WebTileLayerExtension.WebTileLayerExtensionProperties.html +1 -1
  249. package/docs/html/interfaces/mapping__LayerExtension.LayerExtensionProperties.html +1 -1
  250. package/docs/html/interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html +1 -1
  251. package/docs/html/interfaces/mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html +3 -3
  252. package/docs/html/interfaces/support_InitializableBase.Initializable.html +1 -1
  253. package/docs/html/interfaces/support_Observable.IDeprecatedObservable.html +57 -0
  254. package/docs/html/interfaces/support_Serializable.Serializable.html +60 -5
  255. package/docs/html/interfaces/support_esri.SublayerLike.html +2 -29
  256. package/docs/html/interfaces/support_observableUtils.IHandle.html +9 -0
  257. package/docs/html/interfaces/support_observableUtils.WatchEachOptions.html +29 -0
  258. package/docs/html/interfaces/support_observableUtils.WatchOptions.html +26 -0
  259. package/docs/html/interfaces/utilities_collection.AfterItemChangeEvent.html +4 -0
  260. package/docs/html/modules/support_Observable.html +8 -2
  261. package/docs/html/modules/support_esri.html +4 -3
  262. package/docs/html/modules/support_observableUtils.html +20 -0
  263. package/docs/html/modules/utilities_ObservableWeakSet.html +1 -1
  264. package/docs/html/modules/utilities_collection.html +1 -0
  265. package/docs/html/modules/utilities_watch.html +4 -4
  266. package/docs/html/modules.html +1 -0
  267. package/docs/html/types/support_esri.CollectionAfterEvent.html +1 -0
  268. package/docs/html/types/support_esri.CollectionAfterItemEvent.html +1 -1
  269. package/docs/html/types/support_esri.CollectionEvent.html +1 -0
  270. package/docs/html/types/support_esri.CollectionItemEvent.html +1 -0
  271. package/docs/html/types/support_observableUtils.Observable.html +5 -0
  272. package/docs/html/types/support_observableUtils.ObservablePropertyPath.html +9 -0
  273. package/docs/html/types/support_observableUtils.TargetTypeFromPath.html +14 -0
  274. package/docs/html/types/support_observableUtils.ValueTypeFromPath.html +14 -0
  275. package/docs/html/types/support_observableUtils.WhenOptions.html +7 -0
  276. package/docs/html/types/utilities_watch.WatchCallback.html +3 -0
  277. package/docs/html/variables/version.version.html +1 -1
  278. package/layer-preset/LayerPreset.js +1 -1
  279. package/mapping/ArcGISSublayerExtension.js +1 -1
  280. package/mapping/BasemapExtension.d.ts +1 -1
  281. package/mapping/BasemapExtension.js +1 -1
  282. package/mapping/BuildingComponentSublayerExtension.js +1 -1
  283. package/mapping/CSVLayerExtension.js +1 -1
  284. package/mapping/FeatureLayerExtension.js +1 -1
  285. package/mapping/FeatureLayerExtensionBase.js +1 -1
  286. package/mapping/GeoJSONLayerExtension.js +1 -1
  287. package/mapping/GeoRSSLayerExtension.js +1 -1
  288. package/mapping/GraphicsLayerExtension.js +1 -1
  289. package/mapping/GroundExtension.js +1 -1
  290. package/mapping/GroupLayerExtension.js +1 -1
  291. package/mapping/ImageryLayerExtension.js +1 -1
  292. package/mapping/KMLLayerExtension.js +1 -1
  293. package/mapping/MapExtension.d.ts +1 -1
  294. package/mapping/MapExtension.js +1 -1
  295. package/mapping/MapNotesSublayerExtension.js +1 -1
  296. package/mapping/PointCloudLayerExtension.js +1 -1
  297. package/mapping/RouteLayerExtension.js +1 -1
  298. package/mapping/SceneLayerExtension.js +1 -1
  299. package/mapping/StreamLayerExtension.js +1 -1
  300. package/mapping/SubtypeGroupLayerExtension.js +1 -1
  301. package/mapping/SubtypeSublayerExtension.js +1 -1
  302. package/mapping/WFSLayerExtension.js +1 -1
  303. package/mapping/WMTSLayerExtension.js +1 -1
  304. package/mapping/_LayerExtension.js +1 -1
  305. package/mapping/_SublayerExtension.d.ts +1 -1
  306. package/mapping/_SublayerExtension.js +1 -1
  307. package/mapping/support/ArrayWrappedCollection.d.ts +3 -3
  308. package/mapping/support/ArrayWrappedCollection.js +1 -1
  309. package/mapping/support/LayerListSettings.d.ts +3 -1
  310. package/mapping/support/LayerListSettings.js +1 -1
  311. package/mapping/support/PopupTemplateFeatureSettings.js +1 -1
  312. package/mapping/support/_LayerExtensionCollection.d.ts +19 -4
  313. package/mapping/support/_LayerExtensionCollection.js +1 -1
  314. package/mapping/support/_SublayerExtensionCollection.d.ts +19 -4
  315. package/mapping/support/_SublayerExtensionCollection.js +1 -1
  316. package/package.json +1 -1
  317. package/portal/BuildingSceneLayer.js +1 -1
  318. package/portal/SubtypeGroupLayer.js +1 -1
  319. package/portal/WMSLayer.js +1 -1
  320. package/support/InitializableBase.d.ts +12 -3
  321. package/support/InitializableBase.js +1 -1
  322. package/support/InitializeError.js +1 -1
  323. package/support/Observable.d.ts +164 -14
  324. package/support/Observable.js +1 -1
  325. package/support/Serializable.d.ts +40 -3
  326. package/support/Serializable.js +1 -1
  327. package/support/Settings.d.ts +6 -7
  328. package/support/Settings.js +1 -1
  329. package/support/esri.d.ts +6 -52
  330. package/support/observableUtils.d.ts +560 -0
  331. package/support/observableUtils.js +1 -0
  332. package/tasks/geocoding/ArcGISGeocoder.js +1 -1
  333. package/tasks/query/ClientSideQueryProvider.js +1 -1
  334. package/utilities/CollectionProxy.d.ts +54 -23
  335. package/utilities/CollectionProxy.js +1 -1
  336. package/utilities/MapTransformCollection.js +1 -1
  337. package/utilities/ObservableMap.d.ts +35 -4
  338. package/utilities/ObservableMap.js +1 -1
  339. package/utilities/ObservableSet.d.ts +44 -3
  340. package/utilities/ObservableSet.js +1 -1
  341. package/utilities/ObservableWeakSet.d.ts +3 -0
  342. package/utilities/ReadOnlyMap.d.ts +15 -2
  343. package/utilities/ReadOnlyMap.js +1 -1
  344. package/utilities/collection.d.ts +9 -0
  345. package/utilities/collection.js +1 -1
  346. package/utilities/watch.d.ts +25 -7
  347. package/utilities/watch.js +1 -1
  348. package/version.d.ts +1 -1
  349. package/version.js +1 -1
  350. package/docs/html/interfaces/support_esri.AccessorLike.html +0 -29
  351. package/docs/html/types/support_esri.WatchCallback.html +0 -3
@@ -33,7 +33,7 @@ generated.</p>
33
33
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#layer">layer</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="layerListSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>layer<wbr/>List<wbr/>Settings</span><a href="#layerListSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">layer<wbr/>List<wbr/>Settings</span><span class="tsd-signature-symbol">?:</span> <a href="../classes/mapping_support_LayerListSettings.LayerListSettingsProperties.html" class="tsd-signature-type tsd-kind-class">LayerListSettingsProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#layerListSettings" class="tsd-kind-property">mapping/_LayerExtension!LayerExtension.layerListSettings</a>.</p>
34
34
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#layerListSettings">layerListSettings</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onAddFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onAddFeature</a>.</p>
35
35
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#onAddFeature">onAddFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onEditFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Edit<wbr/>Feature</span><a href="#onEditFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Edit<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onEditFeature</a>.</p>
36
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#relationships" class="tsd-kind-property">mapping/_LayerExtension!LayerExtension.relationships</a>.</p>
36
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#relationships" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.relationships</a>.</p>
37
37
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#relationships">relationships</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="requestHelper" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>request<wbr/>Helper</span><a href="#requestHelper" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">request<wbr/>Helper</span><span class="tsd-signature-symbol">?:</span> <a href="support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type tsd-kind-interface">ArcGISRequestHelper</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#requestHelper" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.requestHelper</a>.</p>
38
38
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#requestHelper">requestHelper</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="schema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>schema</span><a href="#schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?:</span> <a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#schema" class="tsd-kind-property">data/FeatureSource!FeatureSource.schema</a>.</p>
39
39
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#schema">schema</a></p></aside></section><section class="tsd-panel tsd-member"><a id="sublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>sublayer<wbr/>Extensions</span><a href="#sublayerExtensions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sublayer<wbr/>Extensions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="mapping_WMSSublayerExtension.WMSSublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WMSSublayerExtensionProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/mapping_WMSSublayerExtension.WMSSublayerExtension.html" class="tsd-signature-type tsd-kind-class">WMSSublayerExtension</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#sublayerExtensions" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.sublayerExtensions</a>.</p>
@@ -30,7 +30,7 @@ generated.</p>
30
30
  <a href="../classes/mapping__SublayerExtension.SublayerExtension.html#layerListSettings" class="tsd-kind-property">mapping/_SublayerExtension!SublayerExtension.layerListSettings</a>.</p>
31
31
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__SublayerExtension.SublayerExtensionProperties.html">SublayerExtensionProperties</a>.<a href="mapping__SublayerExtension.SublayerExtensionProperties.html#layerListSettings">layerListSettings</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onAddFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onAddFeature</a>.</p>
32
32
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__SublayerExtension.SublayerExtensionProperties.html">SublayerExtensionProperties</a>.<a href="mapping__SublayerExtension.SublayerExtensionProperties.html#onAddFeature">onAddFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onEditFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Edit<wbr/>Feature</span><a href="#onEditFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Edit<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onEditFeature</a>.</p>
33
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__SublayerExtension.SublayerExtensionProperties.html">SublayerExtensionProperties</a>.<a href="mapping__SublayerExtension.SublayerExtensionProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__SublayerExtension.SublayerExtension.html#relationships" class="tsd-kind-property">mapping/_SublayerExtension!SublayerExtension.relationships</a>.</p>
33
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__SublayerExtension.SublayerExtensionProperties.html">SublayerExtensionProperties</a>.<a href="mapping__SublayerExtension.SublayerExtensionProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__SublayerExtension.SublayerExtension.html#relationships" class="tsd-kind-accessor">mapping/_SublayerExtension!SublayerExtension.relationships</a>.</p>
34
34
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__SublayerExtension.SublayerExtensionProperties.html">SublayerExtensionProperties</a>.<a href="mapping__SublayerExtension.SublayerExtensionProperties.html#relationships">relationships</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="schema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>schema</span><a href="#schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?:</span> <a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#schema" class="tsd-kind-property">data/FeatureSource!FeatureSource.schema</a>.</p>
35
35
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__SublayerExtension.SublayerExtensionProperties.html">SublayerExtensionProperties</a>.<a href="mapping__SublayerExtension.SublayerExtensionProperties.html#schema">schema</a></p></aside></section><section class="tsd-panel tsd-member"><a id="sublayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>sublayer</span><a href="#sublayer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sublayer</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">WMSSublayer</span><span class="tsd-signature-symbol"> | </span><a href="mapping_WMSSublayerExtension.WMSSublayerProperties.html" class="tsd-signature-type tsd-kind-interface">WMSSublayerProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__SublayerExtension.SublayerExtension.html#sublayer" class="tsd-kind-accessor">mapping/_SublayerExtension!SublayerExtension.sublayer</a>.</p>
36
36
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="mapping__SublayerExtension.SublayerExtensionProperties.html">SublayerExtensionProperties</a>.<a href="mapping__SublayerExtension.SublayerExtensionProperties.html#sublayer">sublayer</a></p></aside></section><section class="tsd-panel tsd-member"><a id="sublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>sublayer<wbr/>Extensions</span><a href="#sublayerExtensions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sublayer<wbr/>Extensions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="mapping_WMSSublayerExtension.WMSSublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WMSSublayerExtensionProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/mapping_WMSSublayerExtension.WMSSublayerExtension.html" class="tsd-signature-type tsd-kind-class">WMSSublayerExtension</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See
@@ -32,7 +32,7 @@ generated.</p>
32
32
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#layer">layer</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="layerListSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>layer<wbr/>List<wbr/>Settings</span><a href="#layerListSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">layer<wbr/>List<wbr/>Settings</span><span class="tsd-signature-symbol">?:</span> <a href="../classes/mapping_support_LayerListSettings.LayerListSettingsProperties.html" class="tsd-signature-type tsd-kind-class">LayerListSettingsProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#layerListSettings" class="tsd-kind-property">mapping/_LayerExtension!LayerExtension.layerListSettings</a>.</p>
33
33
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#layerListSettings">layerListSettings</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onAddFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onAddFeature</a>.</p>
34
34
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#onAddFeature">onAddFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onEditFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Edit<wbr/>Feature</span><a href="#onEditFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Edit<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onEditFeature</a>.</p>
35
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#relationships" class="tsd-kind-property">mapping/_LayerExtension!LayerExtension.relationships</a>.</p>
35
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#relationships" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.relationships</a>.</p>
36
36
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#relationships">relationships</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="requestHelper" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>request<wbr/>Helper</span><a href="#requestHelper" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">request<wbr/>Helper</span><span class="tsd-signature-symbol">?:</span> <a href="support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type tsd-kind-interface">ArcGISRequestHelper</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#requestHelper" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.requestHelper</a>.</p>
37
37
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#requestHelper">requestHelper</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="schema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>schema</span><a href="#schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?:</span> <a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#schema" class="tsd-kind-property">data/FeatureSource!FeatureSource.schema</a>.</p>
38
38
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#schema">schema</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="sublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>sublayer<wbr/>Extensions</span><a href="#sublayerExtensions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sublayer<wbr/>Extensions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/mapping__SublayerExtension.SublayerExtension.html" class="tsd-signature-type tsd-kind-class">SublayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#sublayerExtensions" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.sublayerExtensions</a>.</p>
@@ -32,7 +32,7 @@ generated.</p>
32
32
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#layer">layer</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="layerListSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>layer<wbr/>List<wbr/>Settings</span><a href="#layerListSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">layer<wbr/>List<wbr/>Settings</span><span class="tsd-signature-symbol">?:</span> <a href="../classes/mapping_support_LayerListSettings.LayerListSettingsProperties.html" class="tsd-signature-type tsd-kind-class">LayerListSettingsProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#layerListSettings" class="tsd-kind-property">mapping/_LayerExtension!LayerExtension.layerListSettings</a>.</p>
33
33
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#layerListSettings">layerListSettings</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onAddFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onAddFeature</a>.</p>
34
34
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#onAddFeature">onAddFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onEditFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Edit<wbr/>Feature</span><a href="#onEditFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Edit<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onEditFeature</a>.</p>
35
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#relationships" class="tsd-kind-property">mapping/_LayerExtension!LayerExtension.relationships</a>.</p>
35
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#relationships" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.relationships</a>.</p>
36
36
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#relationships">relationships</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="requestHelper" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>request<wbr/>Helper</span><a href="#requestHelper" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">request<wbr/>Helper</span><span class="tsd-signature-symbol">?:</span> <a href="support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type tsd-kind-interface">ArcGISRequestHelper</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#requestHelper" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.requestHelper</a>.</p>
37
37
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#requestHelper">requestHelper</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="schema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>schema</span><a href="#schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?:</span> <a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#schema" class="tsd-kind-property">data/FeatureSource!FeatureSource.schema</a>.</p>
38
38
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a>.<a href="mapping__LayerExtension.LayerExtensionProperties.html#schema">schema</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="sublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>sublayer<wbr/>Extensions</span><a href="#sublayerExtensions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sublayer<wbr/>Extensions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/mapping__SublayerExtension.SublayerExtension.html" class="tsd-signature-type tsd-kind-class">SublayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#sublayerExtensions" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.sublayerExtensions</a>.</p>
@@ -32,7 +32,7 @@ generated.</p>
32
32
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="layerListSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>layer<wbr/>List<wbr/>Settings</span><a href="#layerListSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">layer<wbr/>List<wbr/>Settings</span><span class="tsd-signature-symbol">?:</span> <a href="../classes/mapping_support_LayerListSettings.LayerListSettingsProperties.html" class="tsd-signature-type tsd-kind-class">LayerListSettingsProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#layerListSettings" class="tsd-kind-property">mapping/_LayerExtension!LayerExtension.layerListSettings</a>.</p>
33
33
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onAddFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onAddFeature</a>.</p>
34
34
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#onAddFeature">onAddFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onEditFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Edit<wbr/>Feature</span><a href="#onEditFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Edit<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onEditFeature</a>.</p>
35
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#relationships" class="tsd-kind-property">mapping/_LayerExtension!LayerExtension.relationships</a>.</p>
35
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#relationships" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.relationships</a>.</p>
36
36
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#relationships">relationships</a></p></aside></section><section class="tsd-panel tsd-member"><a id="requestHelper" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>request<wbr/>Helper</span><a href="#requestHelper" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">request<wbr/>Helper</span><span class="tsd-signature-symbol">?:</span> <a href="support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type tsd-kind-interface">ArcGISRequestHelper</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#requestHelper" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.requestHelper</a>.</p>
37
37
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="schema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>schema</span><a href="#schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?:</span> <a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#schema" class="tsd-kind-property">data/FeatureSource!FeatureSource.schema</a>.</p>
38
38
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#schema">schema</a></p></aside></section><section class="tsd-panel tsd-member"><a id="sublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>sublayer<wbr/>Extensions</span><a href="#sublayerExtensions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sublayer<wbr/>Extensions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/mapping__SublayerExtension.SublayerExtension.html" class="tsd-signature-type tsd-kind-class">SublayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__LayerExtension.LayerExtension.html#sublayerExtensions" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.sublayerExtensions</a>.</p>
@@ -30,7 +30,7 @@ generated.</p>
30
30
  <a href="../classes/mapping__SublayerExtension.SublayerExtension.html#layerListSettings" class="tsd-kind-property">mapping/_SublayerExtension!SublayerExtension.layerListSettings</a>.</p>
31
31
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onAddFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onAddFeature</a>.</p>
32
32
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#onAddFeature">onAddFeature</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="onEditFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>on<wbr/>Edit<wbr/>Feature</span><a href="#onEditFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Edit<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">data/FeatureSource!FeatureSource.onEditFeature</a>.</p>
33
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__SublayerExtension.SublayerExtension.html#relationships" class="tsd-kind-property">mapping/_SublayerExtension!SublayerExtension.relationships</a>.</p>
33
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#onEditFeature">onEditFeature</a></p></aside></section><section class="tsd-panel tsd-member"><a id="relationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>relationships</span><a href="#relationships" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__SublayerExtension.SublayerExtension.html#relationships" class="tsd-kind-accessor">mapping/_SublayerExtension!SublayerExtension.relationships</a>.</p>
34
34
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#relationships">relationships</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="schema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>schema</span><a href="#schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?:</span> <a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="data_FeatureSource.FeatureSource.html#schema" class="tsd-kind-property">data/FeatureSource!FeatureSource.schema</a>.</p>
35
35
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html">FeatureSourceBaseProperties</a>.<a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html#schema">schema</a></p></aside></section><section class="tsd-panel tsd-member"><a id="sublayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>sublayer</span><a href="#sublayer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sublayer</span><span class="tsd-signature-symbol">?:</span> <a href="support_esri.SublayerLike.html" class="tsd-signature-type tsd-kind-interface">SublayerLike</a><span class="tsd-signature-symbol"> | </span><a href="mapping__SublayerExtension.SublayerProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerProperties</a></div><div class="tsd-comment tsd-typography"><p>See <a href="../classes/mapping__SublayerExtension.SublayerExtension.html#sublayer" class="tsd-kind-accessor">mapping/_SublayerExtension!SublayerExtension.sublayer</a>.</p>
36
36
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="sublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>sublayer<wbr/>Extensions</span><a href="#sublayerExtensions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sublayer<wbr/>Extensions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/mapping__SublayerExtension.SublayerExtension.html" class="tsd-signature-type tsd-kind-class">SublayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>See
@@ -1,11 +1,11 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ArrayWrappedCollectionProperties | @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/mapping_support_ArrayWrappedCollection.html">mapping/support/ArrayWrappedCollection</a></li><li><a href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html">ArrayWrappedCollectionProperties</a></li></ul><h1>Interface ArrayWrappedCollectionProperties</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Properties that can be passed into the ArrayWrappedCollection constructor.</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">ArrayWrappedCollectionProperties</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#arrayProperty">arrayProperty</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#parent">parent</a><span class="tsd-signature-symbol">: </span><a href="support_esri.AccessorLike.html" class="tsd-signature-type tsd-kind-interface">AccessorLike</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#targetProperty">targetProperty</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#arrayProperty" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>array<wbr/>Property</span></a>
2
+ </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">ArrayWrappedCollectionProperties</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#arrayProperty">arrayProperty</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#parent">parent</a><span class="tsd-signature-symbol">: </span><a href="../types/support_observableUtils.Observable.html" class="tsd-signature-type tsd-kind-type-alias">Observable</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#targetProperty">targetProperty</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#arrayProperty" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>array<wbr/>Property</span></a>
3
3
  <a href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#parent" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>parent</span></a>
4
4
  <a href="mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html#targetProperty" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>target<wbr/>Property?</span></a>
5
5
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="arrayProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>array<wbr/>Property</span><a href="#arrayProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">array<wbr/>Property</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>The path to the array to be wrapped by the collection. If targetProperty
6
6
  is not specified, the path is relative to the parent; otherwise, the path
7
- is relative to the parent.get(targetProperty).</p>
8
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="parent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>parent</span><a href="#parent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">parent</span><span class="tsd-signature-symbol">:</span> <a href="support_esri.AccessorLike.html" class="tsd-signature-type tsd-kind-interface">AccessorLike</a></div><div class="tsd-comment tsd-typography"><p>The parent of the ArrayWrappedCollection. If a targetProperty is not
7
+ is relative to the parent[targetProperty].</p>
8
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="parent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>parent</span><a href="#parent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">parent</span><span class="tsd-signature-symbol">:</span> <a href="../types/support_observableUtils.Observable.html" class="tsd-signature-type tsd-kind-type-alias">Observable</a></div><div class="tsd-comment tsd-typography"><p>The parent of the ArrayWrappedCollection. If a targetProperty is not
9
9
  specified, then the arrayProperty is accessed/watched directly off the
10
10
  parent.</p>
11
11
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="targetProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>target<wbr/>Property</span><a href="#targetProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">target<wbr/>Property</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>An optional path to another Accessor, relative to the parent, that owns
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Initializable | @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/support_InitializableBase.html">support/InitializableBase</a></li><li><a href="support_InitializableBase.Initializable.html">Initializable</a></li></ul><h1>Interface Initializable</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Represents an item that can be initialized.</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">Initializable</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="support_InitializableBase.Initializable.html#isDestroyed">isDestroyed</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="support_InitializableBase.Initializable.html#isInitialized">isInitialized</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_InitializableBase.Initializable.html#destroy.destroy-1">destroy</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_InitializableBase.Initializable.html#initialize.initialize-1">initialize</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#support/InitializableBase.Initializable">view full</a>)</h4><ul class="tsd-hierarchy"><li><span class="target">Initializable</span><ul class="tsd-hierarchy"><li><a href="data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a></li></ul></li></ul></section><section class="tsd-panel"><h4>Implemented by</h4><ul class="tsd-hierarchy"><li><a href="../classes/support_InitializableBase.InitializableBase.html" class="tsd-signature-type tsd-kind-class">InitializableBase</a></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="support_InitializableBase.Initializable.html#isDestroyed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is<wbr/>Destroyed</span></a>
2
+ </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">Initializable</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="support_InitializableBase.Initializable.html#isDestroyed">isDestroyed</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="support_InitializableBase.Initializable.html#isInitialized">isInitialized</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_InitializableBase.Initializable.html#destroy.destroy-1">destroy</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_InitializableBase.Initializable.html#initialize.initialize-1">initialize</a><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#support/InitializableBase.Initializable">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="../classes/support_observableUtils.ObservableMixin.html" class="tsd-signature-type tsd-kind-class">ObservableMixin</a><ul class="tsd-hierarchy"><li><span class="target">Initializable</span><ul class="tsd-hierarchy"><li><a href="data_FeatureSource.FeatureSource.html" class="tsd-signature-type tsd-kind-interface">FeatureSource</a></li></ul></li></ul></li></ul></section><section class="tsd-panel"><h4>Implemented by</h4><ul class="tsd-hierarchy"><li><a href="../classes/support_InitializableBase.InitializableBase.html" class="tsd-signature-type tsd-kind-class">InitializableBase</a></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="support_InitializableBase.Initializable.html#isDestroyed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is<wbr/>Destroyed</span></a>
3
3
  <a href="support_InitializableBase.Initializable.html#isInitialized" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is<wbr/>Initialized</span></a>
4
4
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="support_InitializableBase.Initializable.html#destroy" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>destroy</span></a>
5
5
  <a href="support_InitializableBase.Initializable.html#initialize" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>initialize</span></a>
@@ -0,0 +1,57 @@
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IDeprecatedObservable | @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/support_Observable.html">support/Observable</a></li><li><a href="support_Observable.IDeprecatedObservable.html">IDeprecatedObservable</a></li></ul><h1 class="deprecated">Interface IDeprecatedObservable</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated" class="tsd-anchor"></a>Deprecated<a href="#Deprecated" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>See <a href="../functions/support_observableUtils.observable-1.html" class="tsd-kind-function">support/observableUtils!observable</a> instead.</p>
2
+ </div></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">IDeprecatedObservable</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_Observable.IDeprecatedObservable.html#_watchProperty._watchProperty-1">_watchProperty</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyKey</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-keyword">keyof </span><a href="support_Observable.IDeprecatedObservable.html" class="tsd-signature-type tsd-kind-interface">IDeprecatedObservable</a>, <span class="tsd-kind-parameter">subpath</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">: </span><a href="../types/utilities_watch.WatchCallback.html" class="tsd-signature-type tsd-kind-type-alias">WatchCallback</a>, <span class="tsd-kind-parameter">sync</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_Observable.IDeprecatedObservable.html#get.get-1">get</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_Observable.IDeprecatedObservable.html#get.get-1.T">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="data__Relationship.Relationship-1.html#get.get-1.T">T</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_Observable.IDeprecatedObservable.html#get.get-2">get</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_Observable.IDeprecatedObservable.html#notifyChange.notifyChange-1">notifyChange</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyKey</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-keyword">keyof </span><a href="support_Observable.IDeprecatedObservable.html" class="tsd-signature-type tsd-kind-interface">IDeprecatedObservable</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_Observable.IDeprecatedObservable.html#set.set-1">set</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_Observable.IDeprecatedObservable.html#set.set-1.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="data__Relationship.Relationship-1.html#set.set-1.T-1">T</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_Observable.IDeprecatedObservable.html#set.set-2">set</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">properties</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">HashMap</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="support_Observable.IDeprecatedObservable.html#watch.watch-1">watch</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">path</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, <span class="tsd-kind-parameter">callback</span><span class="tsd-signature-symbol">: </span><a href="../types/utilities_watch.WatchCallback.html" class="tsd-signature-type tsd-kind-type-alias">WatchCallback</a>, <span class="tsd-kind-parameter">sync</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#support/Observable.IDeprecatedObservable">view full</a>)</h4><ul class="tsd-hierarchy"><li><span class="target">IDeprecatedObservable</span><ul class="tsd-hierarchy"><li><a href="support_Serializable.Serializable.html" class="tsd-signature-type tsd-kind-interface">Serializable</a></li></ul></li></ul></section><section class="tsd-panel"><h4>Implemented by</h4><ul class="tsd-hierarchy"><li><a href="../classes/utilities_CollectionProxy.CollectionProxy.html" class="tsd-signature-type tsd-kind-class">CollectionProxy</a></li><li><a href="../classes/utilities_ObservableMap.ObservableMap.html" class="tsd-signature-type tsd-kind-class">ObservableMap</a></li><li><a href="../classes/utilities_ObservableSet.ObservableSet.html" class="tsd-signature-type tsd-kind-class">ObservableSet</a></li><li><a href="../classes/support_Serializable.SerializableBase.html" class="tsd-signature-type tsd-kind-class">SerializableBase</a></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="support_Observable.IDeprecatedObservable.html#_watchProperty" class="tsd-index-link deprecated"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_watch<wbr/>Property</span></a>
3
+ <a href="support_Observable.IDeprecatedObservable.html#get" class="tsd-index-link deprecated"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get</span></a>
4
+ <a href="support_Observable.IDeprecatedObservable.html#notifyChange" class="tsd-index-link deprecated"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>notify<wbr/>Change</span></a>
5
+ <a href="support_Observable.IDeprecatedObservable.html#set" class="tsd-index-link deprecated"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set</span></a>
6
+ <a href="support_Observable.IDeprecatedObservable.html#watch" class="tsd-index-link deprecated"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>watch</span></a>
7
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Methods</h2></summary><section><section class="tsd-panel tsd-member"><a id="_watchProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">_watch<wbr/>Property</span><a href="#_watchProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="_watchProperty._watchProperty-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_watch<wbr/>Property</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyKey</span>, <span class="tsd-kind-parameter">subpath</span>, <span class="tsd-kind-parameter">callback</span>, <span class="tsd-kind-parameter">sync</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#_watchProperty._watchProperty-1" 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>Implements the watch() behavior for a single property. Subclasses that
8
+ need specialized watch handling should generally override this function
9
+ instead of watch(), which will automatically take care of handling
10
+ multiple properties and nesting.</p>
11
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyKey</span>: <span class="tsd-signature-keyword">keyof </span><a href="support_Observable.IDeprecatedObservable.html" class="tsd-signature-type tsd-kind-interface">IDeprecatedObservable</a></span><div class="tsd-comment tsd-typography"><p>The root of the property path, e.g. &quot;foo&quot; in
12
+ &quot;foo.bar.baz&quot; or &quot;foo&quot;.</p>
13
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">subpath</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The remainder of the property path, e.g. &quot;bar.baz&quot; in
14
+ &quot;foo.bar.baz&quot; or &quot;&quot; in &quot;foo&quot;. The implementation of watch() takes care
15
+ of monitoring the subpath for changes.</p>
16
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/utilities_watch.WatchCallback.html" class="tsd-signature-type tsd-kind-type-alias">WatchCallback</a></span><div class="tsd-comment tsd-typography"><p>The callback to invoke.</p>
17
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">sync</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>If true, the callback will be invoked synchronously on the
18
+ same tick that the property changed. Otherwise, it will be invoked in a
19
+ future tick.</p>
20
+ </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 class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-1" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>See <a href="../functions/support_observableUtils.observable-1.html" class="tsd-kind-function">support/observableUtils!observable</a> and
21
+ <a href="../functions/support_observableUtils.watch.html" class="tsd-kind-function">support/observableUtils!watch</a> instead.</p>
22
+ </div></div></li></ul></section><section class="tsd-panel tsd-member"><a id="get" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">get</span><a href="#get" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="get.get-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_Observable.IDeprecatedObservable.html#get.get-1.T">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a class="tsd-signature-type tsd-kind-type-parameter" href="data__Relationship.Relationship-1.html#get.get-1.T">T</a><a href="#get.get-1" 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>Gets the value of a property.</p>
23
+ </div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="get.get-1.T" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</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">propertyPath</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The name of the property to get. It can also be a
24
+ path to a property deeper in the instance, for example &quot;foo.bar.baz&quot;.
25
+ If a property in the path doesn't exist, then the result will be
26
+ undefined.</p>
27
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <a class="tsd-signature-type tsd-kind-type-parameter" href="data__Relationship.Relationship-1.html#get.get-1.T">T</a></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-2" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>This function is deprecated. Access the property directly.</p>
28
+ </div></div></li><li class="tsd-signature tsd-anchor-link"><a id="get.get-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">get</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#get.get-2" 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>Gets the value of a property.</p>
29
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyPath</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The name of the property to get. It can also be a
30
+ path to a property deeper in the instance, for example &quot;foo.bar.baz&quot;.
31
+ If a property in the path doesn't exist, then the result will be
32
+ undefined.</p>
33
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-3" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>This function is deprecated. Access the property directly.</p>
34
+ </div></div></li></ul></section><section class="tsd-panel tsd-member"><a id="notifyChange" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">notify<wbr/>Change</span><a href="#notifyChange" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="notifyChange.notifyChange-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">notify<wbr/>Change</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyKey</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#notifyChange.notifyChange-1" 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>Indicates that the given property might have changed, causing observers
35
+ to be notified if it did.</p>
36
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">propertyKey</span>: <span class="tsd-signature-keyword">keyof </span><a href="support_Observable.IDeprecatedObservable.html" class="tsd-signature-type tsd-kind-interface">IDeprecatedObservable</a></span><div class="tsd-comment tsd-typography"><p>The property that changed (or might have changed).</p>
37
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-4" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>See <a href="../functions/support_observableUtils.observable-1.html" class="tsd-kind-function">support/observableUtils!observable</a> and
38
+ <a href="../functions/support_observableUtils.notifyChange.html" class="tsd-kind-function">support/observableUtils!notifyChange</a> instead.</p>
39
+ </div></div></li></ul></section><section class="tsd-panel tsd-member"><a id="set" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">set</span><a href="#set" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="set.set-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="support_Observable.IDeprecatedObservable.html#set.set-1.T-1">T</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">propertyPath</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span><a href="#set.set-1" 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>Sets the value of a property.</p>
40
+ </div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="set.set-1.T-1" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">T</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">propertyPath</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The name of the property to set. It can also be a
41
+ path to a property deeper in the instance, for example &quot;foo.bar.baz&quot;.
42
+ If a property along the way doesn't exist, then nothing will be set.</p>
43
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">value</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="data__Relationship.Relationship-1.html#set.set-1.T-1">T</a></span><div class="tsd-comment tsd-typography"><p>The new value to set on the property.</p>
44
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-5" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>This function is deprecated. Access the property directly.</p>
45
+ </div></div></li><li class="tsd-signature tsd-anchor-link"><a id="set.set-2" class="tsd-anchor"></a><span class="tsd-kind-call-signature">set</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">properties</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">this</span><a href="#set.set-2" 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>Sets the values of one or more properties.</p>
46
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-type">HashMap</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></span><div class="tsd-comment tsd-typography"><p>An object containing key/value pairs of properties to
47
+ set.</p>
48
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-6" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>This function is deprecated. Access the property directly.</p>
49
+ </div></div></li></ul></section><section class="tsd-panel tsd-member"><a id="watch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">watch</span><a href="#watch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="watch.watch-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">watch</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">path</span>, <span class="tsd-kind-parameter">callback</span>, <span class="tsd-kind-parameter">sync</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IHandle</span><a href="#watch.watch-1" 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>Watches for property changes.</p>
50
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">path</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></span><div class="tsd-comment tsd-typography"><p>The property (or list of properties) to watch for changes.</p>
51
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">callback</span>: <a href="../types/utilities_watch.WatchCallback.html" class="tsd-signature-type tsd-kind-type-alias">WatchCallback</a></span><div class="tsd-comment tsd-typography"><p>The callback to invoke when the property has changed.
52
+ This callback will always be invoked <em>asynchronously</em>.</p>
53
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">sync</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>Whether to invoke the callback synchronously. The default is
54
+ false.</p>
55
+ </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 class="tsd-tag-Deprecated"><h4 class="tsd-anchor-link"><a id="Deprecated-7" class="tsd-anchor"></a>Deprecated<a href="#Deprecated-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>See <a href="../functions/support_observableUtils.observable-1.html" class="tsd-kind-function">support/observableUtils!observable</a> and
56
+ <a href="../functions/support_observableUtils.watch.html" class="tsd-kind-function">support/observableUtils!watch</a> instead.</p>
57
+ </div></div></li></ul></section></section></details></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><details open class="tsd-accordion tsd-page-navigation"><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>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary><div><a href="#_watchProperty" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_watch<wbr/>Property</span></a><a href="#get" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get</span></a><a href="#notifyChange" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>notify<wbr/>Change</span></a><a href="#set" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set</span></a><a href="#watch" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2048"></use></svg><span>watch</span></a></div></details></div></details></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>