@vertigis/arcgis-extensions 52.1.1 → 53.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (402) hide show
  1. package/AppConfig.schema.json +1986 -330
  2. package/data/Feature.d.ts +1 -1
  3. package/data/FeatureList.d.ts +1 -1
  4. package/data/FeatureList.js +1 -1
  5. package/data/FeatureSet.d.ts +27 -4
  6. package/data/FeatureSet.js +1 -1
  7. package/data/FeatureSettings.d.ts +6 -1
  8. package/data/FeatureSettings.js +1 -1
  9. package/data/Schema.d.ts +32 -2
  10. package/data/Schema.js +1 -1
  11. package/data/TaskSettings.d.ts +6 -1
  12. package/data/_TableExtension.d.ts +1 -1
  13. package/data/support/_dxfConverters.d.ts +2 -1
  14. package/data/support/_dxfFunctions.d.ts +2 -1
  15. package/declarations/arcgis-js-api-extensions/index.d.ts +12 -217
  16. package/declarations/arcgis-js-api-extensions/modules.d.ts +99 -0
  17. package/docs/html/assets/highlight.css +16 -16
  18. package/docs/html/assets/navigation.js +1 -1
  19. package/docs/html/assets/search.js +1 -1
  20. package/docs/html/classes/Entity.EntityBase.html +7 -10
  21. package/docs/html/classes/data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html +7 -10
  22. package/docs/html/classes/data_Attachment.Attachment.html +7 -10
  23. package/docs/html/classes/data_Feature.Feature.html +7 -10
  24. package/docs/html/classes/data_FeatureList.FeatureList.html +56 -28
  25. package/docs/html/classes/data_FeatureSet.FeatureSet.html +6 -5
  26. package/docs/html/classes/data_FeatureSettings.FeatureSettings.html +6 -3
  27. package/docs/html/classes/data_FeatureSourceBase.FeatureSourceBase.html +7 -10
  28. package/docs/html/classes/data_FeatureSourceBase.RelationshipCollection.html +53 -25
  29. package/docs/html/classes/data_FeatureStream.FeatureStream.html +7 -10
  30. package/docs/html/classes/data_FieldExtension.FieldExtension.html +7 -10
  31. package/docs/html/classes/data_PopupContentExtension.PopupContentExtension.html +7 -10
  32. package/docs/html/classes/data_RelationshipBase.RelationshipBase.html +7 -10
  33. package/docs/html/classes/data_Schema.Schema.html +6 -3
  34. package/docs/html/classes/data_TaskSettings.TaskSettings.html +5 -2
  35. package/docs/html/classes/data__TableExtension.TableExtension.html +7 -10
  36. package/docs/html/classes/data__TableExtension.TableFeatureSettings.html +6 -3
  37. package/docs/html/classes/data__TableExtension.TableSchema.html +7 -4
  38. package/docs/html/classes/data_support__dxfConverters.DxfEntityProcessor.html +2 -2
  39. package/docs/html/classes/layer_preset_LayerPreset.LayerPreset.html +7 -10
  40. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html +12 -15
  41. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerRelationshipCollection.html +54 -26
  42. package/docs/html/classes/mapping_BasemapExtension.BasemapExtension.html +8 -11
  43. package/docs/html/classes/mapping_Bookmark.Bookmark.html +7 -10
  44. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.html +12 -15
  45. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerSchema.html +5 -2
  46. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.html +12 -15
  47. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerSchema.html +5 -2
  48. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtension.html +14 -17
  49. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerReadOnlySchema.html +5 -2
  50. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerExtension.html +12 -15
  51. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerFeatureSettings.html +5 -2
  52. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerSchema.html +5 -2
  53. package/docs/html/classes/mapping_CSVLayerExtension.CSVLayerExtension.html +12 -15
  54. package/docs/html/classes/mapping_ElevationLayerExtension.ElevationLayerExtension.html +14 -17
  55. package/docs/html/classes/mapping_FeatureCollectionLayerExtension.FeatureCollectionLayerExtension.html +14 -17
  56. package/docs/html/classes/mapping_FeatureLayerExtension.FeatureLayerExtension.html +12 -15
  57. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html +14 -17
  58. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerReadOnlySchema.html +5 -2
  59. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerSchema.html +5 -2
  60. package/docs/html/classes/mapping_GeoJSONLayerExtension.GeoJSONLayerExtension.html +12 -15
  61. package/docs/html/classes/mapping_GeoRSSLayerExtension.GeoRSSLayerExtension.html +14 -17
  62. package/docs/html/classes/mapping_GraphicsLayerExtension.GraphicsLayerExtension.html +14 -17
  63. package/docs/html/classes/mapping_GroundExtension.GroundExtension.html +8 -11
  64. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtension.html +15 -18
  65. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtensionCollection.html +76 -25
  66. package/docs/html/classes/mapping_ImageryLayerExtension.ImageryLayerExtension.html +14 -17
  67. package/docs/html/classes/mapping_ImageryTileLayerExtension.ImageryTileLayerExtension.html +14 -17
  68. package/docs/html/classes/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtension.html +14 -17
  69. package/docs/html/classes/mapping_KMLLayerExtension.KMLLayerExtension.html +14 -17
  70. package/docs/html/classes/mapping_KMLSublayerExtension.KMLSublayerExtension.html +12 -15
  71. package/docs/html/classes/mapping_MapConstraints.MapConstraints.html +5 -2
  72. package/docs/html/classes/mapping_MapExtension.MapExtension.html +7 -10
  73. package/docs/html/classes/mapping_MapImageLayerExtension.MapImageLayerExtension.html +14 -17
  74. package/docs/html/classes/mapping_MapImageSublayerExtension.MapImageSublayerExtension.html +12 -15
  75. package/docs/html/classes/mapping_MapNotesLayerExtension.MapNotesLayerExtension.html +14 -17
  76. package/docs/html/classes/mapping_MapNotesSublayerExtension.MapNotesSublayerExtension.html +12 -15
  77. package/docs/html/classes/mapping_MapNotesSublayerExtension.MapNotesSublayerExtensionSchema.html +5 -2
  78. package/docs/html/classes/mapping_MediaLayerExtension.MediaLayerExtension.html +14 -17
  79. package/docs/html/classes/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtension.html +14 -17
  80. package/docs/html/classes/mapping_PointCloudLayerExtension.PointCloudLayerExtension.html +14 -17
  81. package/docs/html/classes/mapping_RouteLayerExtension.RouteLayerExtension.html +14 -17
  82. package/docs/html/classes/mapping_RouteLayerExtension.RouteLayerExtensionSchema.html +5 -2
  83. package/docs/html/classes/mapping_SceneLayerExtension.SceneLayerExtension.html +14 -17
  84. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerExtension.html +14 -17
  85. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerSchema.html +5 -2
  86. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html +14 -17
  87. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerRelationshipCollection.html +54 -26
  88. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerSchema.html +5 -2
  89. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerExtension.html +12 -15
  90. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerRelationshipCollection.html +54 -26
  91. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerSchema.html +5 -2
  92. package/docs/html/classes/mapping_TileLayerExtension.TileLayerExtension.html +14 -17
  93. package/docs/html/classes/mapping_TileSublayerExtension.TileSublayerExtension.html +12 -15
  94. package/docs/html/classes/mapping_UnsupportedLayerExtension.UnsupportedLayerExtension.html +14 -17
  95. package/docs/html/classes/mapping_VectorTileLayerExtension.VectorTileLayerExtension.html +14 -17
  96. package/docs/html/classes/mapping_WFSLayerExtension.WFSLayerExtension.html +14 -17
  97. package/docs/html/classes/mapping_WMSLayerExtension.WMSLayerExtension.html +14 -17
  98. package/docs/html/classes/mapping_WMSSublayerExtension.WMSSublayerExtension.html +12 -15
  99. package/docs/html/classes/mapping_WMTSLayerExtension.WMTSLayerExtension.html +14 -17
  100. package/docs/html/classes/mapping_WebTileLayerExtension.WebTileLayerExtension.html +14 -17
  101. package/docs/html/classes/mapping__LayerExtension.LayerExtension.html +14 -17
  102. package/docs/html/classes/mapping__LayerExtension.LayerExtensionReadOnlySchema.html +5 -2
  103. package/docs/html/classes/mapping__LayerExtension.LayerExtensionSchema.html +5 -2
  104. package/docs/html/classes/mapping__LayerExtensionCollectionImpl.LayerExtensionCollectionImpl.html +76 -25
  105. package/docs/html/classes/mapping__SublayerExtension.SubSublayerExtensionCollection.html +76 -25
  106. package/docs/html/classes/mapping__SublayerExtension.SublayerExtension.html +12 -15
  107. package/docs/html/classes/mapping__SublayerExtension.SublayerSchema.html +5 -2
  108. package/docs/html/classes/mapping_support_ArrayWrappedCollection.ArrayWrappedCollection.html +53 -25
  109. package/docs/html/classes/mapping_support__LayerExtensionCollection.LayerExtensionCollectionBase.html +76 -25
  110. package/docs/html/classes/mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html +76 -25
  111. package/docs/html/classes/menus_Menu.Menu.html +7 -10
  112. package/docs/html/classes/menus_MenuItem.MenuItem.html +7 -10
  113. package/docs/html/classes/support_FormatSettings.FormatSettings.html +5 -2
  114. package/docs/html/classes/support_InitializableBase.InitializableBase.html +6 -9
  115. package/docs/html/classes/support_InitializableCollectionProxy.InitializableCollectionProxy.html +53 -25
  116. package/docs/html/classes/support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html +53 -25
  117. package/docs/html/classes/support_Settings.Settings.html +5 -2
  118. package/docs/html/classes/support__ArcGISRelationshipCollection.ArcGISRelationshipCollection.html +54 -26
  119. package/docs/html/classes/tasks_geocoding_ArcGISGeocoder.ArcGISGeocoder.html +7 -10
  120. package/docs/html/classes/tasks_geocoding_Geocoder.Geocoder.html +7 -10
  121. package/docs/html/classes/tasks_identify_IdentifyService.IdentifyService.html +7 -10
  122. package/docs/html/classes/tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html +2 -2
  123. package/docs/html/classes/tasks_query_ArcGISRelationship.ArcGISRelationship.html +7 -10
  124. package/docs/html/classes/tasks_query_QueryBasedRelationship.QueryBasedRelationship.html +7 -10
  125. package/docs/html/classes/tasks_query_QueryService.QueryService.html +8 -11
  126. package/docs/html/classes/tasks_query_SubtypeSublayerQueryProvider.SubtypeSublayerQueryProvider.html +2 -2
  127. package/docs/html/classes/tasks_search_SearchService.SearchService.html +8 -11
  128. package/docs/html/classes/utilities_CaseInsensitiveObservableMap.CaseInsensitiveObservableMap.html +6 -5
  129. package/docs/html/classes/utilities_CollectionProxy.CollectionProxy.html +56 -29
  130. package/docs/html/classes/utilities_CopyOnWriteCollection.CopyOnWriteCollection.html +53 -25
  131. package/docs/html/classes/utilities_MapTransformCollection.MapTransformCollection.html +53 -25
  132. package/docs/html/classes/utilities_ObservableMap.ObservableMap.html +6 -5
  133. package/docs/html/classes/utilities_ObservableSet.ObservableSet.html +6 -5
  134. package/docs/html/classes/utilities_ReadOnlyCollection.ReadOnlyCollection.html +53 -25
  135. package/docs/html/classes/utilities_ReadOnlyMap.ReadOnlyMap.html +35 -9
  136. package/docs/html/classes/utilities__ReferenceCountedHandle.default.html +2 -2
  137. package/docs/html/enums/support_esri.WellKnownBasemap.html +9 -1
  138. package/docs/html/functions/json_BasemapJson.basemapToJson.html +4 -0
  139. package/docs/html/functions/json_BasemapJson.jsonToBasemap.html +1 -1
  140. package/docs/html/functions/mapping_support_LayerListSettings.fromLayerListMode.html +1 -1
  141. package/docs/html/functions/support_observableUtils.observable-1.html +3 -3
  142. package/docs/html/functions/support_observableUtils.onWatch.html +1 -1
  143. package/docs/html/functions/support_observableUtils.watch.html +1 -1
  144. package/docs/html/functions/support_observableUtils.watchEach.html +1 -1
  145. package/docs/html/functions/support_observableUtils.watchEvent.html +3 -3
  146. package/docs/html/functions/utilities_basemaps.basemapHas3DLayers.html +4 -0
  147. package/docs/html/functions/utilities_basemaps.getStandardBasemapThumbnailUrl.html +3 -0
  148. package/docs/html/functions/utilities_basemaps.isStandardBasemap2D.html +3 -0
  149. package/docs/html/functions/utilities_checkArg.checkArg.html +1 -1
  150. package/docs/html/functions/utilities_renderers.isClassBreaksRenderer.html +1 -1
  151. package/docs/html/functions/utilities_renderers.isDictionaryRenderer.html +1 -1
  152. package/docs/html/functions/utilities_renderers.isDotDensityRenderer.html +1 -1
  153. package/docs/html/functions/utilities_renderers.isHeatMapRenderer.html +1 -1
  154. package/docs/html/functions/utilities_renderers.isRenderer.html +2 -2
  155. package/docs/html/functions/utilities_renderers.isSimpleRenderer.html +1 -1
  156. package/docs/html/functions/utilities_renderers.isUniqueValueRenderer.html +1 -1
  157. package/docs/html/functions/utilities_symbol.isPolygonGeometrySymbol.html +2 -2
  158. package/docs/html/functions/utilities_watch.onCollectionPropertyChange.html +3 -3
  159. package/docs/html/functions/utilities_watch.onEach.html +4 -4
  160. package/docs/html/functions/utilities_watch.onOnce.html +5 -5
  161. package/docs/html/hierarchy.html +1 -1
  162. package/docs/html/interfaces/data_Feature.PresentableAttributes.html +36 -10
  163. package/docs/html/interfaces/data_FeatureSet.FeatureSetEvents.html +12 -0
  164. package/docs/html/interfaces/data_PopupContentExtension.ContentProperties.html +2 -2
  165. package/docs/html/interfaces/data_Schema.FieldCollection.html +1 -1
  166. package/docs/html/interfaces/data_Schema.SchemaEvents.html +16 -0
  167. package/docs/html/interfaces/data_support__dxfInterfaces.IDxfJsonComponentContext.html +2 -2
  168. package/docs/html/interfaces/data_support_attachments.AttachmentEnabledLayer.html +19 -6
  169. package/docs/html/interfaces/json_AnnotationLayerJson.AnnotationLayerJson.html +2 -2
  170. package/docs/html/interfaces/json_BasemapLayerJson.BasemapLayerJsonBase.html +1 -1
  171. package/docs/html/interfaces/json_BuildingSceneLayerJson.BuildingSceneLayerJson.html +2 -2
  172. package/docs/html/interfaces/json_BuildingSceneSublayerJson.BuildingSceneSublayerJson.html +2 -2
  173. package/docs/html/interfaces/json_CSVLayerJson.CSVLayerJson.html +2 -2
  174. package/docs/html/interfaces/json_EnvironmentJson.SnowyWeatherJson.html +2 -2
  175. package/docs/html/interfaces/json_FeatureLayerJson.FeatureLayerJson.html +2 -2
  176. package/docs/html/interfaces/json_GeoJSONLayerJson.GeoJSONLayerJson.html +2 -2
  177. package/docs/html/interfaces/json_GeoRSSLayerJson.GeoRSSLayerJson.html +2 -2
  178. package/docs/html/interfaces/json_GroupLayerJson.GroupLayerJson.html +2 -2
  179. package/docs/html/interfaces/json_ImageServiceLayerJson.ImageServiceLayerJson.html +2 -2
  180. package/docs/html/interfaces/json_ImageServiceVectorLayerJson.ImageServiceVectorLayerJson.html +2 -2
  181. package/docs/html/interfaces/json_IntegratedMeshLayerJson.IntegratedMeshLayerJson.html +2 -2
  182. package/docs/html/interfaces/json_KMLLayerJson.KMLLayerJson.html +2 -2
  183. package/docs/html/interfaces/json_MapServiceLayerJson.MapServiceLayerJson.html +2 -2
  184. package/docs/html/interfaces/json_MediaLayerJson.MediaLayerJson.html +2 -2
  185. package/docs/html/interfaces/json_OperationalLayerJson.OperationalLayerJsonBase.html +2 -2
  186. package/docs/html/interfaces/json_PointCloudLayerJson.PointCloudLayerJson.html +2 -2
  187. package/docs/html/interfaces/json_PopupInfoJson.PopupElementJson.html +2 -2
  188. package/docs/html/interfaces/json_RasterDataElevationLayerJson.RasterDataElevationLayerJson.html +2 -2
  189. package/docs/html/interfaces/json_RendererJson.SizeInfoJson.html +2 -2
  190. package/docs/html/interfaces/json_SceneLayerJson.SceneLayerJson.html +23 -13
  191. package/docs/html/interfaces/json_StreamLayerJson.StreamLayerJson.html +2 -2
  192. package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeGroupLayerJson.html +2 -2
  193. package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeSubtypeGroupLayerJson.html +2 -2
  194. package/docs/html/interfaces/json_SubtypeSublayerJson.SubtypeSublayerJson.html +2 -2
  195. package/docs/html/interfaces/json_TiledElevationServiceLayerJson.TiledElevationServiceLayerJson.html +2 -2
  196. package/docs/html/interfaces/json_TiledImageServiceLayerJson.TiledImageServiceLayerJson.html +2 -2
  197. package/docs/html/interfaces/json_TiledMapServiceLayerJson.TiledMapServiceLayerJson.html +2 -2
  198. package/docs/html/interfaces/json_VectorTileLayerJson.VectorTileLayerJson.html +2 -2
  199. package/docs/html/interfaces/json_WFSLayerJson.WFSLayerJson.html +2 -2
  200. package/docs/html/interfaces/json_WMSLayerJson.WMSLayerJson.html +2 -2
  201. package/docs/html/interfaces/json_WebSceneJson.HeightModelInfoJson.html +2 -2
  202. package/docs/html/interfaces/json_WebTileLayerJson.WebTileLayerJson.html +2 -2
  203. package/docs/html/interfaces/mapping_ArcGISSublayerExtension.ArcGISSublayerExtensionProperties.html +2 -2
  204. package/docs/html/interfaces/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtensionProperties.html +2 -2
  205. package/docs/html/interfaces/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtensionProperties.html +2 -2
  206. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtensionProperties.html +3 -3
  207. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerProperties.html +2 -2
  208. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerExtensionProperties.html +2 -2
  209. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerProperties.html +2 -2
  210. package/docs/html/interfaces/mapping_CSVLayerExtension.CSVLayerExtensionProperties.html +2 -2
  211. package/docs/html/interfaces/mapping_ElevationLayerExtension.ElevationLayerExtensionProperties.html +2 -2
  212. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerExtensionProperties.html +2 -2
  213. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerProperties.html +2 -2
  214. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html +2 -2
  215. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBaseProperties.html +2 -2
  216. package/docs/html/interfaces/mapping_GeoJSONLayerExtension.GeoJSONLayerExtensionProperties.html +2 -2
  217. package/docs/html/interfaces/mapping_GeoRSSLayerExtension.GeoRSSLayerExtensionProperties.html +2 -2
  218. package/docs/html/interfaces/mapping_GraphicsLayerExtension.GraphicsLayerExtensionProperties.html +2 -2
  219. package/docs/html/interfaces/mapping_GroupLayerExtension.GroupLayerExtensionProperties.html +2 -2
  220. package/docs/html/interfaces/mapping_ImageryLayerExtension.ImageryLayerExtensionProperties.html +2 -2
  221. package/docs/html/interfaces/mapping_ImageryTileLayerExtension.ImageryTileLayerExtensionProperties.html +2 -2
  222. package/docs/html/interfaces/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtensionProperties.html +2 -2
  223. package/docs/html/interfaces/mapping_KMLLayerExtension.KMLLayerExtensionProperties.html +2 -2
  224. package/docs/html/interfaces/mapping_KMLSublayerExtension.KMLSublayerExtensionProperties.html +2 -2
  225. package/docs/html/interfaces/mapping_MapExtension.MapExtensionEvents.html +14 -0
  226. package/docs/html/interfaces/mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html +4 -4
  227. package/docs/html/interfaces/mapping_MapImageSublayerExtension.MapImageSublayerExtensionProperties.html +2 -2
  228. package/docs/html/interfaces/mapping_MapNotesLayerExtension.MapNotesLayerExtensionProperties.html +2 -2
  229. package/docs/html/interfaces/mapping_MapNotesSublayerExtension.MapNotesSublayerExtensionProperties.html +2 -2
  230. package/docs/html/interfaces/mapping_MediaLayerExtension.MediaLayerExtensionProperties.html +2 -2
  231. package/docs/html/interfaces/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtensionProperties.html +2 -2
  232. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerExtensionProperties.html +2 -2
  233. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerProperties.html +2 -2
  234. package/docs/html/interfaces/mapping_RouteLayerExtension.RouteLayerExtensionProperties.html +2 -2
  235. package/docs/html/interfaces/mapping_SceneLayerExtension.SceneLayerExtensionProperties.html +2 -2
  236. package/docs/html/interfaces/mapping_StreamLayerExtension.StreamLayerExtensionProperties.html +2 -2
  237. package/docs/html/interfaces/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtensionProperties.html +2 -2
  238. package/docs/html/interfaces/mapping_SubtypeSublayerExtension.SubtypeSublayerExtensionProperties.html +2 -2
  239. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerExtensionProperties.html +2 -2
  240. package/docs/html/interfaces/mapping_TileSublayerExtension.TileSublayerExtensionProperties.html +2 -2
  241. package/docs/html/interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html +2 -2
  242. package/docs/html/interfaces/mapping_WFSLayerExtension.WFSLayerExtensionProperties.html +2 -2
  243. package/docs/html/interfaces/mapping_WMSLayerExtension.WMSLayerExtensionProperties.html +2 -2
  244. package/docs/html/interfaces/mapping_WMSSublayerExtension.WMSSublayerExtensionProperties.html +2 -2
  245. package/docs/html/interfaces/mapping_WMTSLayerExtension.WMTSLayerExtensionProperties.html +2 -2
  246. package/docs/html/interfaces/mapping_WebTileLayerExtension.WebTileLayerExtensionProperties.html +2 -2
  247. package/docs/html/interfaces/mapping__LayerExtension.LayerExtensionProperties.html +2 -2
  248. package/docs/html/interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html +2 -2
  249. package/docs/html/interfaces/support_ArcGISRequestHelper.ArcGISRequestHelperResponse.html +1 -1
  250. package/docs/html/interfaces/support_ArcGISRequestHelper.ArcGISRequestOptions.html +2 -2
  251. package/docs/html/interfaces/support_InitializableBase.InitializableBaseEvents.html +7 -0
  252. package/docs/html/interfaces/support_InitializableCollectionProxy.InitializableCollection.html +1 -1
  253. package/docs/html/interfaces/support_Settings.SettingsEvents.html +7 -0
  254. package/docs/html/interfaces/support_esri.ChangeEvent.html +5 -5
  255. package/docs/html/interfaces/support_esri.LayerWithSublayers.html +1 -1
  256. package/docs/html/interfaces/support_esri.SublayerLike.html +2 -2
  257. package/docs/html/interfaces/support_observableUtils.WatchEachOptions.html +3 -3
  258. package/docs/html/interfaces/support_observableUtils.WatchOptions.html +3 -3
  259. package/docs/html/interfaces/utilities_ObservableMap.MapAfterItemEvent.html +4 -0
  260. package/docs/html/interfaces/utilities_ObservableMap.MapEvents.html +10 -0
  261. package/docs/html/interfaces/utilities_ObservableSet.SetAfterItemEvent.html +4 -0
  262. package/docs/html/interfaces/utilities_ObservableSet.SetChangeEvent.html +10 -0
  263. package/docs/html/interfaces/utilities_ObservableSet.SetEvents.html +10 -0
  264. package/docs/html/interfaces/utilities__layers.LayerWithLegendEnabledProperty.html +1 -1
  265. package/docs/html/interfaces/utilities__layers.TimeAwareLayer.html +1 -1
  266. package/docs/html/interfaces/utilities_collection.AfterItemChangeEvent.html +1 -1
  267. package/docs/html/modules/data_FeatureSet.html +2 -1
  268. package/docs/html/modules/data_Schema.html +1 -0
  269. package/docs/html/modules/json_BasemapJson.html +1 -0
  270. package/docs/html/modules/mapping_MapExtension.html +2 -1
  271. package/docs/html/modules/support_InitializableBase.html +1 -0
  272. package/docs/html/modules/support_Settings.html +1 -0
  273. package/docs/html/modules/support_esri.html +1 -6
  274. package/docs/html/modules/support_observableUtils.html +2 -1
  275. package/docs/html/modules/utilities_ObservableMap.html +3 -1
  276. package/docs/html/modules/utilities_ObservableSet.html +3 -0
  277. package/docs/html/modules/utilities_basemaps.html +4 -1
  278. package/docs/html/types/json_BasemapLayerJson.BasemapLayerJson.html +1 -1
  279. package/docs/html/types/json_SymbolJson.ColorJson.html +1 -1
  280. package/docs/html/types/support_observableUtils.EventTarget.html +2 -0
  281. package/docs/html/types/support_observableUtils.WhenOptions.html +1 -1
  282. package/docs/html/variables/support_esri.Collection.html +1 -1
  283. package/docs/html/variables/version.version.html +1 -1
  284. package/json/BasemapJson.d.ts +14 -2
  285. package/json/BasemapJson.js +1 -1
  286. package/json/BasemapLayerJson.d.ts +2 -1
  287. package/json/SceneLayerJson.d.ts +11 -1
  288. package/json/SymbolJson.d.ts +1 -1
  289. package/layer-preset/LayerPreset.js +1 -1
  290. package/mapping/ArcGISSublayerExtension.d.ts +2 -2
  291. package/mapping/BasemapExtension.d.ts +2 -1
  292. package/mapping/BasemapExtension.js +1 -1
  293. package/mapping/BuildingComponentSublayerExtension.d.ts +2 -2
  294. package/mapping/BuildingSceneLayerExtension.d.ts +2 -2
  295. package/mapping/CSVLayerExtension.d.ts +1 -1
  296. package/mapping/FeatureLayerExtension.d.ts +1 -1
  297. package/mapping/FeatureLayerExtensionBase.d.ts +2 -2
  298. package/mapping/GeoJSONLayerExtension.d.ts +1 -1
  299. package/mapping/GroundExtension.d.ts +2 -1
  300. package/mapping/MapExtension.d.ts +24 -4
  301. package/mapping/MapExtension.js +1 -1
  302. package/mapping/SceneLayerExtension.d.ts +2 -2
  303. package/mapping/StreamLayerExtension.d.ts +2 -2
  304. package/mapping/SubtypeSublayerExtension.d.ts +3 -3
  305. package/mapping/WFSLayerExtension.d.ts +2 -2
  306. package/mapping/_LayerExtension.d.ts +6 -5
  307. package/mapping/_LayerExtension.js +1 -1
  308. package/mapping/_SublayerExtension.d.ts +4 -2
  309. package/mapping/support/_LayerExtensionCollection.d.ts +3 -9
  310. package/mapping/support/_LayerExtensionCollection.js +1 -1
  311. package/mapping/support/_SublayerExtensionCollection.d.ts +4 -9
  312. package/mapping/support/_SublayerExtensionCollection.js +1 -1
  313. package/mapping/support/featureService.js +1 -1
  314. package/package.json +2 -2
  315. package/portal/CSVLayer.d.ts +1 -1
  316. package/portal/ElevationInfo.d.ts +4 -3
  317. package/portal/ElevationInfo.js +1 -1
  318. package/portal/LabelingInfo.js +1 -1
  319. package/portal/LayerDefinition.js +1 -1
  320. package/portal/MapServiceLayer.js +1 -1
  321. package/portal/Slide.js +1 -1
  322. package/portal/SubtypeGroupLayer.d.ts +2 -2
  323. package/portal/Symbol.d.ts +1 -1
  324. package/portal/Symbol.js +1 -1
  325. package/portal/TiledMapServiceLayer.d.ts +1 -1
  326. package/portal/TiledMapServiceLayer.js +1 -1
  327. package/portal/WMSLayer.d.ts +4 -3
  328. package/portal/WMTSInfo.d.ts +2 -2
  329. package/portal/WebMap.js +1 -1
  330. package/support/ArcGISRequestHelper.d.ts +2 -2
  331. package/support/FormatSettings.d.ts +6 -1
  332. package/support/InitializableBase.d.ts +17 -2
  333. package/support/InitializableBase.js +1 -1
  334. package/support/Serializable.d.ts +1 -1
  335. package/support/Serializable.js +1 -1
  336. package/support/Settings.d.ts +19 -0
  337. package/support/_esriInternal.d.ts +1 -3
  338. package/support/_esriInternal.js +1 -1
  339. package/support/esri.d.ts +10 -7
  340. package/support/esri.js +1 -1
  341. package/support/observableUtils.d.ts +8 -8
  342. package/support/observableUtils.js +1 -1
  343. package/tasks/identify/ArcGISSublayerIdentifyProvider.d.ts +1 -1
  344. package/tasks/identify/BuildingComponentSublayerHitTestIdentifyProvider.d.ts +1 -1
  345. package/tasks/identify/CSVLayer3DHitTestIdentifyProvider.d.ts +1 -1
  346. package/tasks/identify/CSVLayerClientSideQueryIdentifyProvider.d.ts +1 -1
  347. package/tasks/identify/FeatureLayer3DHitTestIdentifyProvider.d.ts +1 -1
  348. package/tasks/identify/FeatureLayerClientSideIdentifyProvider.d.ts +1 -1
  349. package/tasks/identify/FeatureLayerQueryIdentifyProvider.d.ts +1 -1
  350. package/tasks/identify/GeoJSONLayer3DHitTestIdentifyProvider.d.ts +1 -1
  351. package/tasks/identify/GeoJSONLayerClientSideQueryIdentifyProvider.d.ts +1 -1
  352. package/tasks/identify/GeoRSSLayerIdentifyProvider.d.ts +1 -1
  353. package/tasks/identify/GraphicsLayerQueryIdentifyProvider.d.ts +1 -1
  354. package/tasks/identify/HitTestIdentifyProvider.d.ts +1 -1
  355. package/tasks/identify/IdentifyProviderBase.d.ts +1 -1
  356. package/tasks/identify/IdentifyService.d.ts +1 -1
  357. package/tasks/identify/ImageryLayerIdentifyProvider.d.ts +1 -1
  358. package/tasks/identify/KMLLayerQueryIdentifyProvider.d.ts +1 -1
  359. package/tasks/identify/MapNotesSublayerQueryIdentifyProvider.d.ts +1 -1
  360. package/tasks/identify/PointCloudLayerHitTestIdentifyProvider.d.ts +1 -1
  361. package/tasks/identify/RouteLayerQueryIdentifyProvider.d.ts +1 -1
  362. package/tasks/identify/SceneLayerHitTestIdentifyProvider.d.ts +1 -1
  363. package/tasks/identify/SceneLayerQueryIdentifyProvider.d.ts +1 -1
  364. package/tasks/identify/SubtypeSublayerQueryIdentifyProvider.d.ts +1 -1
  365. package/tasks/identify/WMSLayerFeatureInfoIdentifyProvider.d.ts +1 -1
  366. package/tasks/identify/WMSSublayerIdentifyProvider.d.ts +1 -1
  367. package/tasks/query/QueryOptions.d.ts +1 -1
  368. package/tasks/query/SubtypeSublayerQueryProvider.d.ts +3 -2
  369. package/tasks/search/SearchOptions.d.ts +1 -1
  370. package/tasks/search/support/_querySearchProviderUtils.d.ts +1 -1
  371. package/utilities/CollectionProxy.d.ts +30 -22
  372. package/utilities/CollectionProxy.js +1 -1
  373. package/utilities/MapTransformCollection.js +1 -1
  374. package/utilities/ObservableMap.d.ts +30 -6
  375. package/utilities/ObservableMap.js +1 -1
  376. package/utilities/ObservableSet.d.ts +52 -7
  377. package/utilities/ObservableSet.js +1 -1
  378. package/utilities/ReadOnlyMap.d.ts +10 -8
  379. package/utilities/_ReferenceCountedHandle.d.ts +3 -2
  380. package/utilities/_geoJson.d.ts +1 -1
  381. package/utilities/_gml.d.ts +1 -1
  382. package/utilities/_layers.d.ts +1 -1
  383. package/utilities/_layers.js +1 -1
  384. package/utilities/_project.d.ts +1 -1
  385. package/utilities/_wkt.d.ts +1 -1
  386. package/utilities/basemaps.d.ts +20 -1
  387. package/utilities/basemaps.js +1 -1
  388. package/utilities/collection.d.ts +2 -1
  389. package/utilities/esri.d.ts +1 -1
  390. package/utilities/geometry.d.ts +1 -1
  391. package/utilities/query.d.ts +1 -1
  392. package/utilities/renderers.d.ts +8 -8
  393. package/utilities/symbol.d.ts +2 -2
  394. package/utilities/watch.d.ts +6 -6
  395. package/utilities/watch.js +1 -1
  396. package/version.d.ts +1 -1
  397. package/version.js +1 -1
  398. package/docs/html/types/support_esri.BuildingComponentSublayerCapabilities.html +0 -1
  399. package/docs/html/types/support_esri.BuildingComponentSublayerCapabilitiesData.html +0 -1
  400. package/docs/html/types/support_esri.CollectionAfterChangesEventHandler.html +0 -1
  401. package/docs/html/types/support_esri.CollectionBeforeChangesEventHandler.html +0 -1
  402. package/docs/html/types/support_esri.FeatureLayerElevationInfo.html +0 -1
@@ -1,4 +1,4 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FieldCollection | @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/data_Schema.html">data/Schema</a></li><li><a href="data_Schema.FieldCollection.html">FieldCollection</a></li></ul><h1>Interface FieldCollection</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>The collection of fields belonging to a <a href="../classes/data_Schema.Schema.html" class="tsd-kind-class">data/Schema!Schema</a>.</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">FieldCollection</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="data_Schema.FieldCollection.html#expressionFields">expressionFields</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Field</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</h4><ul class="tsd-hierarchy"><li><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Field</span><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">FieldCollection</span></li></ul></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="data_Schema.FieldCollection.html#expressionFields" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>expression<wbr/>Fields</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">FieldCollection</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="data_Schema.FieldCollection.html#expressionFields">expressionFields</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Field</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</h4><ul class="tsd-hierarchy"><li><span class="tsd-signature-type">default</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Field</span><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">FieldCollection</span></li></ul></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="data_Schema.FieldCollection.html#expressionFields" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>expression<wbr/>Fields</span></a>
3
3
  </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="expressionFields" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>expression<wbr/>Fields</span><a href="#expressionFields" 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">expression<wbr/>Fields</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Field</span><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>The fields in the collection that reference an arcade expression.</p>
4
4
  </div><div class="tsd-comment tsd-typography"></div></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-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#expressionFields" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>expression<wbr/>Fields</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>
@@ -0,0 +1,16 @@
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SchemaEvents | @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/data_Schema.html">data/Schema</a></li><li><a href="data_Schema.SchemaEvents.html">SchemaEvents</a></li></ul><h1>Interface SchemaEvents</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Events emitted by the <a href="../classes/data_Schema.Schema.html" class="tsd-kind-class">data/Schema!Schema</a> class.</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">SchemaEvents</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="data_Schema.SchemaEvents.html#after_add">after-add</a><span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionAfterAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_Schema.SchemaEvents.html#after_remove">after-remove</a><span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionAfterRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_Schema.SchemaEvents.html#before_add">before-add</a><span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionBeforeAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_Schema.SchemaEvents.html#before_remove">before-remove</a><span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionBeforeRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_Schema.SchemaEvents.html#change">change</a><span class="tsd-signature-symbol">: </span><a href="../types/support_esri.CollectionChangeEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionChangeEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_Schema.SchemaEvents.html#property_change">property-change</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">property</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-keyword">keyof </span><a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</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#data/Schema.SchemaEvents">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="support_Settings.SettingsEvents.html" class="tsd-signature-type tsd-kind-interface">SettingsEvents</a><span class="tsd-signature-symbol">&lt;</span><a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">SchemaEvents</span></li></ul></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="data_Schema.SchemaEvents.html#after_add" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>after-<wbr/>add</span></a>
3
+ <a href="data_Schema.SchemaEvents.html#after_remove" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>after-<wbr/>remove</span></a>
4
+ <a href="data_Schema.SchemaEvents.html#before_add" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>before-<wbr/>add</span></a>
5
+ <a href="data_Schema.SchemaEvents.html#before_remove" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>before-<wbr/>remove</span></a>
6
+ <a href="data_Schema.SchemaEvents.html#change" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>change</span></a>
7
+ <a href="data_Schema.SchemaEvents.html#property_change" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>property-<wbr/>change</span></a>
8
+ </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="after_add" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>after-<wbr/>add</span><a href="#after_add" 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">after-<wbr/>add</span><span class="tsd-signature-symbol">:</span> <a href="../types/support_esri.CollectionAfterAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Emitted after a field extension is added to the collection.</p>
9
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="after_remove" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>after-<wbr/>remove</span><a href="#after_remove" 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">after-<wbr/>remove</span><span class="tsd-signature-symbol">:</span> <a href="../types/support_esri.CollectionAfterRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionAfterRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Emitted after a field extension is removed from the collection.</p>
10
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="before_add" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>before-<wbr/>add</span><a href="#before_add" 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">before-<wbr/>add</span><span class="tsd-signature-symbol">:</span> <a href="../types/support_esri.CollectionBeforeAddEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeAddEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Emitted before a field extension is added to the collection.</p>
11
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="before_remove" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>before-<wbr/>remove</span><a href="#before_remove" 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">before-<wbr/>remove</span><span class="tsd-signature-symbol">:</span> <a href="../types/support_esri.CollectionBeforeRemoveEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionBeforeRemoveEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Emitted before a field extension is removed from the collection.</p>
12
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="change" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>change</span><a href="#change" 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">change</span><span class="tsd-signature-symbol">:</span> <a href="../types/support_esri.CollectionChangeEventHandler.html" class="tsd-signature-type tsd-kind-type-alias">CollectionChangeEventHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/data_FieldExtension.FieldExtension.html" class="tsd-signature-type tsd-kind-class">FieldExtension</a><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Emitted when a field extension in the collection changes.</p>
13
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="property_change" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>property-<wbr/>change</span><a href="#property_change" 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">property-<wbr/>change</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">property</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-keyword">keyof </span><a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-comment tsd-typography"><p>Fires when a setting is changed, either locally or by a parent settings
14
+ instance. The event object contains the name of the setting that
15
+ changed.</p>
16
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="support_Settings.SettingsEvents.html">SettingsEvents</a>.<a href="support_Settings.SettingsEvents.html#property_change">property-change</a></p></aside></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-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#after_add" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>after-<wbr/>add</span></a><a href="#after_remove" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>after-<wbr/>remove</span></a><a href="#before_add" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>before-<wbr/>add</span></a><a href="#before_remove" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>before-<wbr/>remove</span></a><a href="#change" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>change</span></a><a href="#property_change" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>property-<wbr/>change</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>
@@ -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>IDxfJsonComponentContext | @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/data_support__dxfInterfaces.html">data/support/_dxfInterfaces</a></li><li><a href="data_support__dxfInterfaces.IDxfJsonComponentContext.html">IDxfJsonComponentContext</a></li></ul><h1>Interface IDxfJsonComponentContext</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Context object for DXF-to-GeoJSON or map layer conversion.</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">IDxfJsonComponentContext</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#colorIndex">colorIndex</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxf">dxf</a><span class="tsd-signature-symbol">: </span><a href="data_support__dxfInterfaces.IDxfData.html" class="tsd-signature-type tsd-kind-interface">IDxfData</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonInsertBlockMapper">dxfToGeoJsonInsertBlockMapper</a><span class="tsd-signature-symbol">: </span><a href="../classes/data_support__dxfConverters.DxfToGeoJsonInsertBlockMapper.html" class="tsd-signature-type tsd-kind-class">DxfToGeoJsonInsertBlockMapper</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonLineMapper">dxfToGeoJsonLineMapper</a><span class="tsd-signature-symbol">: </span><a href="../classes/data_support__dxfConverters.DxfToGeoJsonLineMapper.html" class="tsd-signature-type tsd-kind-class">DxfToGeoJsonLineMapper</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonPolygonMapper">dxfToGeoJsonPolygonMapper</a><span class="tsd-signature-symbol">: </span><a href="../classes/data_support__dxfConverters.DxfToGeoJsonPolygonMapper.html" class="tsd-signature-type tsd-kind-class">DxfToGeoJsonPolygonMapper</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonTextMapper">dxfToGeoJsonTextMapper</a><span class="tsd-signature-symbol">: </span><a href="../classes/data_support__dxfConverters.DxfToGeoJsonTextMapper.html" class="tsd-signature-type tsd-kind-class">DxfToGeoJsonTextMapper</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#fileName">fileName</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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#lastLineEnd">lastLineEnd</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#lastLineLayer">lastLineLayer</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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#lineFeatures">lineFeatures</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Feature</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span>[<span class="tsd-kind-index-signature">name</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#pointFeatures">pointFeatures</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Feature</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span>[<span class="tsd-kind-index-signature">name</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#polygonFeatures">polygonFeatures</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Feature</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span>[<span class="tsd-kind-index-signature">name</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#renderer_Object_Line">renderer_Object_Line</a><span class="tsd-signature-symbol">: </span><a href="../types/data_support__dxfInterfaces.RendererObjectLine.html" class="tsd-signature-type tsd-kind-type-alias">RendererObjectLine</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#renderer_Object_Point">renderer_Object_Point</a><span class="tsd-signature-symbol">: </span><a href="../types/data_support__dxfInterfaces.RendererObjectPoint.html" class="tsd-signature-type tsd-kind-type-alias">RendererObjectPoint</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#renderer_Object_Polygon">renderer_Object_Polygon</a><span class="tsd-signature-symbol">: </span><a href="../types/data_support__dxfInterfaces.RendererObjectPolygon.html" class="tsd-signature-type tsd-kind-type-alias">RendererObjectPolygon</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#sanitizedFileName">sanitizedFileName</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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#sourceSR">sourceSR</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">SpatialReference</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#subLayers">subLayers</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">GraphicsLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">FeatureLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">GeoJSONLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#targetSR">targetSR</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">SpatialReference</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#textFeatures">textFeatures</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Feature</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span>[<span class="tsd-kind-index-signature">name</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#convertToSpatialReference.convertToSpatialReference-1">convertToSpatialReference</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">x</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, <span class="tsd-kind-parameter">y</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</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-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfEntities.dxfEntities-1">dxfEntities</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">entity</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IEntity</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">IEntity</span><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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#intToRGB.intToRGB-1">intToRGB</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">colorInt</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#projectMany.projectMany-1">projectMany</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">points</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Point</span><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-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</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-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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#colorIndex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color<wbr/>Index</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">IDxfJsonComponentContext</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#colorIndex">colorIndex</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxf">dxf</a><span class="tsd-signature-symbol">: </span><a href="data_support__dxfInterfaces.IDxfData.html" class="tsd-signature-type tsd-kind-interface">IDxfData</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonInsertBlockMapper">dxfToGeoJsonInsertBlockMapper</a><span class="tsd-signature-symbol">: </span><a href="../classes/data_support__dxfConverters.DxfToGeoJsonInsertBlockMapper.html" class="tsd-signature-type tsd-kind-class">DxfToGeoJsonInsertBlockMapper</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonLineMapper">dxfToGeoJsonLineMapper</a><span class="tsd-signature-symbol">: </span><a href="../classes/data_support__dxfConverters.DxfToGeoJsonLineMapper.html" class="tsd-signature-type tsd-kind-class">DxfToGeoJsonLineMapper</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonPolygonMapper">dxfToGeoJsonPolygonMapper</a><span class="tsd-signature-symbol">: </span><a href="../classes/data_support__dxfConverters.DxfToGeoJsonPolygonMapper.html" class="tsd-signature-type tsd-kind-class">DxfToGeoJsonPolygonMapper</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonTextMapper">dxfToGeoJsonTextMapper</a><span class="tsd-signature-symbol">: </span><a href="../classes/data_support__dxfConverters.DxfToGeoJsonTextMapper.html" class="tsd-signature-type tsd-kind-class">DxfToGeoJsonTextMapper</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#fileName">fileName</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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#lastLineEnd">lastLineEnd</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#lastLineLayer">lastLineLayer</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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#lineFeatures">lineFeatures</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Feature</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span>[<span class="tsd-kind-index-signature">name</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#pointFeatures">pointFeatures</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Feature</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span>[<span class="tsd-kind-index-signature">name</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#polygonFeatures">polygonFeatures</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Feature</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span>[<span class="tsd-kind-index-signature">name</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#renderer_Object_Line">renderer_Object_Line</a><span class="tsd-signature-symbol">: </span><a href="../types/data_support__dxfInterfaces.RendererObjectLine.html" class="tsd-signature-type tsd-kind-type-alias">RendererObjectLine</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#renderer_Object_Point">renderer_Object_Point</a><span class="tsd-signature-symbol">: </span><a href="../types/data_support__dxfInterfaces.RendererObjectPoint.html" class="tsd-signature-type tsd-kind-type-alias">RendererObjectPoint</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#renderer_Object_Polygon">renderer_Object_Polygon</a><span class="tsd-signature-symbol">: </span><a href="../types/data_support__dxfInterfaces.RendererObjectPolygon.html" class="tsd-signature-type tsd-kind-type-alias">RendererObjectPolygon</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#sanitizedFileName">sanitizedFileName</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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#sourceSR">sourceSR</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">SpatialReference</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#subLayers">subLayers</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">FeatureLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">GeoJSONLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">GraphicsLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#targetSR">targetSR</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">SpatialReference</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#textFeatures">textFeatures</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Feature</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span>[<span class="tsd-kind-index-signature">name</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#convertToSpatialReference.convertToSpatialReference-1">convertToSpatialReference</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">x</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, <span class="tsd-kind-parameter">y</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</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-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfEntities.dxfEntities-1">dxfEntities</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">entity</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IEntity</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">IEntity</span><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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#intToRGB.intToRGB-1">intToRGB</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">colorInt</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-call-signature" href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#projectMany.projectMany-1">projectMany</a><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">points</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Point</span><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-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</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-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="data_support__dxfInterfaces.IDxfJsonComponentContext.html#colorIndex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color<wbr/>Index</span></a>
3
3
  <a href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxf" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dxf</span></a>
4
4
  <a href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonInsertBlockMapper" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dxf<wbr/>To<wbr/>Geo<wbr/>Json<wbr/>Insert<wbr/>Block<wbr/>Mapper</span></a>
5
5
  <a href="data_support__dxfInterfaces.IDxfJsonComponentContext.html#dxfToGeoJsonLineMapper" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dxf<wbr/>To<wbr/>Geo<wbr/>Json<wbr/>Line<wbr/>Mapper</span></a>
@@ -44,7 +44,7 @@ merged if they belong to the same layer.</p>
44
44
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="renderer_Object_Polygon" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>renderer_<wbr/>Object_<wbr/>Polygon</span><a href="#renderer_Object_Polygon" 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">renderer_<wbr/>Object_<wbr/>Polygon</span><span class="tsd-signature-symbol">:</span> <a href="../types/data_support__dxfInterfaces.RendererObjectPolygon.html" class="tsd-signature-type tsd-kind-type-alias">RendererObjectPolygon</a></div><div class="tsd-comment tsd-typography"><p>Renderer for polygon features.</p>
45
45
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="sanitizedFileName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>sanitized<wbr/>File<wbr/>Name</span><a href="#sanitizedFileName" 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">sanitized<wbr/>File<wbr/>Name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>A sanitized version of the file name suitable for use in an ID.</p>
46
46
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="sourceSR" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>sourceSR</span><a href="#sourceSR" 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">sourceSR</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SpatialReference</span></div><div class="tsd-comment tsd-typography"><p>Source spatial reference.</p>
47
- </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="subLayers" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>sub<wbr/>Layers</span><a href="#subLayers" 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">sub<wbr/>Layers</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">GraphicsLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">FeatureLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">GeoJSONLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Generated sublayers (GeoJSON or graphics layers).</p>
47
+ </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="subLayers" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>sub<wbr/>Layers</span><a href="#subLayers" 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">sub<wbr/>Layers</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">FeatureLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">GeoJSONLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">GraphicsLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Generated sublayers (GeoJSON or graphics layers).</p>
48
48
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="targetSR" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>targetSR</span><a href="#targetSR" 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">targetSR</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SpatialReference</span></div><div class="tsd-comment tsd-typography"><p>Target spatial reference for transformation.</p>
49
49
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="textFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>text<wbr/>Features</span><a href="#textFeatures" 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">text<wbr/>Features</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Feature</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Geometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{ </span><br/><span>    </span>[<span class="tsd-kind-index-signature">name</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Generated GeoJSON text features.</p>
50
50
  </div><div class="tsd-comment tsd-typography"></div></section></section></details><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="convertToSpatialReference" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>convert<wbr/>To<wbr/>Spatial<wbr/>Reference</span><a href="#convertToSpatialReference" 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="convertToSpatialReference.convertToSpatialReference-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">convert<wbr/>To<wbr/>Spatial<wbr/>Reference</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">x</span>, <span class="tsd-kind-parameter">y</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-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">&gt;</span><a href="#convertToSpatialReference.convertToSpatialReference-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>Convert raw XY coordinates into the target spatial reference.</p>
@@ -2,13 +2,26 @@
2
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">AttachmentEnabledLayer</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="data_support_attachments.AttachmentEnabledLayer.html#addAttachment">addAttachment</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Graphic</span>, <span class="tsd-kind-parameter">attachment</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">FormData</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLFormElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="data_support_attachments.AttachmentEnabledLayer.html#deleteAttachments">deleteAttachments</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Graphic</span>, <span class="tsd-kind-parameter">attachmentIds</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</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="data_support_attachments.AttachmentEnabledLayer.html#addAttachment" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>add<wbr/>Attachment</span></a>
3
3
  <a href="data_support_attachments.AttachmentEnabledLayer.html#deleteAttachments" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>delete<wbr/>Attachments</span></a>
4
4
  </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="addAttachment" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>add<wbr/>Attachment</span><a href="#addAttachment" 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">add<wbr/>Attachment</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Graphic</span>, <span class="tsd-kind-parameter">attachment</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">FormData</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLFormElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></div><div class="tsd-comment tsd-typography"><p>Adds an attachment to a feature.</p>
5
- </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter-signature"><ul class="tsd-signatures"><li class="tsd-signature" id="addAttachment.__type.__type-1"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">attachment</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">FeatureEditResult</span><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Adds an attachment to a feature.</p>
5
+ </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter-signature"><ul class="tsd-signatures"><li class="tsd-signature" id="addAttachment.__type.__type-1"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">attachment</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">FeatureEditResult</span><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Adds an attachment to a feature. This operation is available only if the layer's
6
+ <a href="https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/#capabilities" target="_blank" class="external">capabilities.data.supportsAttachment</a> is set to <code>true</code>.</p>
6
7
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">feature</span>: <span class="tsd-signature-type">Graphic</span></span><div class="tsd-comment tsd-typography"><p>Feature to which the attachment is to be added.</p>
7
8
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">attachment</span>: <span class="tsd-signature-type">FormData</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLFormElement</span></span><div class="tsd-comment tsd-typography"><p>HTML form that contains a file upload field pointing to the file to be added as an attachment.</p>
8
- <p><a href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#addAttachment">Read more...</a></p>
9
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div></li></ul></li></ul></div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="deleteAttachments" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>delete<wbr/>Attachments</span><a href="#deleteAttachments" 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">delete<wbr/>Attachments</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Graphic</span>, <span class="tsd-kind-parameter">attachmentIds</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></div><div class="tsd-comment tsd-typography"><p>Deletes attachments from a feature.</p>
10
- </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter-signature"><ul class="tsd-signatures"><li class="tsd-signature" id="deleteAttachments.__type-2.__type-3"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">attachmentIds</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">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Deletes attachments from a feature.</p>
9
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">&gt;</span></h4><p>When resolved, a <a href="https://developers.arcgis.com/javascript/latest/references/core/editing/types/#FeatureEditResult" target="_blank" class="external">FeatureEditResult</a>
10
+ object is returned. FeatureEditResult indicates whether or not the edit was successful. If successful, the <code>objectId</code> of the result is the Id of
11
+ the new attachment. If unsuccessful, it also includes an error <code>name</code> and error <code>message</code>.</p>
12
+ <div class="tsd-comment tsd-typography"><div class="tsd-tag-Since"><h4 class="tsd-anchor-link"><a id="Since" class="tsd-anchor"></a>Since<a href="#Since" 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>4.9</p>
13
+ </div><div class="tsd-tag-See"><h4 class="tsd-anchor-link"><a id="See" class="tsd-anchor"></a>See<a href="#See" 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><a href="https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/#capabilities" target="_blank" class="external">capabilities.data.supportsAttachment</a></p>
14
+ </div><div class="tsd-tag-Example"><h4 class="tsd-anchor-link"><a id="Example" class="tsd-anchor"></a>Example<a href="#Example" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code class="ts"><span class="hl-0">view</span><span class="hl-1">.</span><span class="hl-2">when</span><span class="hl-1">(</span><span class="hl-4">function</span><span class="hl-1"> () {</span><br/><span class="hl-1"> </span><span class="hl-0">view</span><span class="hl-1">.</span><span class="hl-2">on</span><span class="hl-1">(</span><span class="hl-3">&quot;click&quot;</span><span class="hl-1">, </span><span class="hl-4">function</span><span class="hl-1"> (</span><span class="hl-0">event</span><span class="hl-1">) {</span><br/><br/><span class="hl-1"> </span><span class="hl-0">view</span><span class="hl-1">.</span><span class="hl-2">hitTest</span><span class="hl-1">(</span><span class="hl-0">event</span><span class="hl-1">).</span><span class="hl-2">then</span><span class="hl-1">(</span><span class="hl-4">function</span><span class="hl-1"> (</span><span class="hl-0">response</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-6">feature</span><span class="hl-1"> = </span><span class="hl-0">response</span><span class="hl-1">.</span><span class="hl-0">results</span><span class="hl-1">[</span><span class="hl-8">0</span><span class="hl-1">].</span><span class="hl-0">graphic</span><span class="hl-1">;</span><br/><br/><span class="hl-1"> </span><span class="hl-5">// The form is defined as below in the html.</span><br/><span class="hl-1"> </span><span class="hl-5">// For enterprise services:</span><br/><span class="hl-1"> </span><span class="hl-5">// 1. File input name must be &quot;attachment&quot;</span><br/><span class="hl-1"> </span><span class="hl-5">// &lt;form id=&quot;attachmentForm&quot;&gt;</span><br/><span class="hl-1"> </span><span class="hl-5">// Select a file: &lt;input type=&quot;file&quot; name=&quot;attachment&quot;&gt;</span><br/><span class="hl-1"> </span><span class="hl-5">// &lt;/form&gt;</span><br/><span class="hl-1"> </span><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-6">attachmentForm</span><span class="hl-1"> = </span><span class="hl-0">document</span><span class="hl-1">.</span><span class="hl-2">getElementById</span><span class="hl-1">(</span><span class="hl-3">&quot;attachmentForm&quot;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-6">formData</span><span class="hl-1"> = </span><span class="hl-4">new</span><span class="hl-1"> </span><span class="hl-2">FormData</span><span class="hl-1">(</span><span class="hl-0">attachmentForm</span><span class="hl-1">);</span><br/><br/><span class="hl-1"> </span><span class="hl-5">// For enterprise services - add input with name:f and value:json</span><br/><span class="hl-1"> </span><span class="hl-0">formData</span><span class="hl-1">.</span><span class="hl-2">append</span><span class="hl-1">(</span><span class="hl-3">&quot;f&quot;</span><span class="hl-1">,</span><span class="hl-3">&quot;json&quot;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-6">form</span><span class="hl-1"> = </span><span class="hl-4">new</span><span class="hl-1"> </span><span class="hl-2">FormData</span><span class="hl-1">();</span><br/><span class="hl-1"> </span><span class="hl-0">form</span><span class="hl-1">.</span><span class="hl-2">set</span><span class="hl-1">(</span><span class="hl-3">&quot;attachment&quot;</span><span class="hl-1">, </span><span class="hl-0">file</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-0">form</span><span class="hl-1">.</span><span class="hl-2">append</span><span class="hl-1">(</span><span class="hl-3">&quot;f&quot;</span><span class="hl-1">,</span><span class="hl-3">&quot;json&quot;</span><span class="hl-1">)</span><br/><span class="hl-1"> </span><span class="hl-4">let</span><span class="hl-1"> </span><span class="hl-0">form</span><span class="hl-1"> = </span><span class="hl-0">document</span><span class="hl-1">.</span><span class="hl-2">getElementById</span><span class="hl-1">(</span><span class="hl-3">&quot;myForm&quot;</span><span class="hl-1">);</span><br/><br/><span class="hl-1"> </span><span class="hl-5">// Add an attachment to the clicked feature.</span><br/><span class="hl-1"> </span><span class="hl-5">// The attachment is taken from the form.</span><br/><span class="hl-1"> </span><span class="hl-0">layer</span><span class="hl-1">.</span><span class="hl-2">addAttachment</span><span class="hl-1">(</span><span class="hl-0">feature</span><span class="hl-1">, </span><span class="hl-0">form</span><span class="hl-1">).</span><span class="hl-2">then</span><span class="hl-1">(</span><span class="hl-4">function</span><span class="hl-1"> (</span><span class="hl-0">result</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-0">console</span><span class="hl-1">.</span><span class="hl-2">log</span><span class="hl-1">(</span><span class="hl-3">&quot;attachment added: &quot;</span><span class="hl-1">, </span><span class="hl-0">result</span><span class="hl-1">);</span><br/><span class="hl-1"> })</span><br/><span class="hl-1"> .</span><span class="hl-2">catch</span><span class="hl-1">(</span><span class="hl-4">function</span><span class="hl-1"> (</span><span class="hl-0">err</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-0">console</span><span class="hl-1">.</span><span class="hl-2">log</span><span class="hl-1">(</span><span class="hl-3">&quot;attachment adding failed: &quot;</span><span class="hl-1">, </span><span class="hl-0">err</span><span class="hl-1">);</span><br/><span class="hl-1"> });</span><br/><span class="hl-1"> });</span><br/><span class="hl-1"> });</span><br/><span class="hl-1">});</span>
15
+ </code><button type="button">Copy</button></pre>
16
+
17
+ </div></div></li></ul></li></ul></div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="deleteAttachments" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>delete<wbr/>Attachments</span><a href="#deleteAttachments" 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">delete<wbr/>Attachments</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Graphic</span>, <span class="tsd-kind-parameter">attachmentIds</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></div><div class="tsd-comment tsd-typography"><p>Deletes attachments from a feature.</p>
18
+ </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter-signature"><ul class="tsd-signatures"><li class="tsd-signature" id="deleteAttachments.__type-2.__type-3"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">feature</span>, <span class="tsd-kind-parameter">attachmentIds</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">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Deletes attachments from a feature. This operation is available only if the layer's
19
+ <a href="https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/#capabilities" target="_blank" class="external">capabilities.data.supportsAttachment</a> is set to <code>true</code>.</p>
11
20
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">feature</span>: <span class="tsd-signature-type">Graphic</span></span><div class="tsd-comment tsd-typography"><p>Feature containing attachments to be deleted.</p>
12
21
  </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">attachmentIds</span>: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></span><div class="tsd-comment tsd-typography"><p>Ids of the attachments to be deleted.</p>
13
- <p><a href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#deleteAttachments">Read more...</a></p>
14
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><div class="tsd-comment tsd-typography"></div></li></ul></li></ul></div><div class="tsd-comment tsd-typography"></div></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-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#addAttachment" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>add<wbr/>Attachment</span></a><a href="#deleteAttachments" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>delete<wbr/>Attachments</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>
22
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><p>When resolved, an array of <a href="https://developers.arcgis.com/javascript/latest/references/core/editing/types/#FeatureEditResult" target="_blank" class="external">FeatureEditResults</a>
23
+ is returned. FeatureEditResult indicates whether or not the edit was successful. If successful, the <code>objectId</code> of the result is the Id of
24
+ the new attachment. If unsuccessful, it also includes an error <code>name</code> and error <code>message</code>.</p>
25
+ <div class="tsd-comment tsd-typography"><div class="tsd-tag-Since"><h4 class="tsd-anchor-link"><a id="Since-1" class="tsd-anchor"></a>Since<a href="#Since-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>4.9</p>
26
+ </div><div class="tsd-tag-See"><h4 class="tsd-anchor-link"><a id="See-1" class="tsd-anchor"></a>See<a href="#See-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><a href="https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/#capabilities" target="_blank" class="external">capabilities.data.supportsAttachment</a></p>
27
+ </div></div></li></ul></li></ul></div><div class="tsd-comment tsd-typography"></div></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-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#addAttachment" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>add<wbr/>Attachment</span></a><a href="#deleteAttachments" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>delete<wbr/>Attachments</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>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>AnnotationLayerJson | @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/json_AnnotationLayerJson.html">json/AnnotationLayerJson</a></li><li><a href="json_AnnotationLayerJson.AnnotationLayerJson.html">AnnotationLayerJson</a></li></ul><h1>Interface AnnotationLayerJson</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Annotation layers can be created by referencing a layer from a feature
2
2
  service. Annotation layers honor any feature templates configured in the
3
3
  source document.</p>
4
- </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">AnnotationLayerJson</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#blendMode">blendMode</a><span class="tsd-signature-symbol">?: </span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;invert&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;normal&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;lighter&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;multiply&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;color&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;average&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;color-burn&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;color-dodge&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;darken&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;destination-atop&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;destination-in&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;destination-out&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;destination-over&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;difference&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;exclusion&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;hard-light&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;hue&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;lighten&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;luminosity&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;minus&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;overlay&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;plus&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;reflect&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;saturation&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;screen&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;soft-light&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;source-atop&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;source-in&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;source-out&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;vivid-light&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;xor&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#customParameters">customParameters</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#disablePopup">disablePopup</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="json_AnnotationLayerJson.AnnotationLayerJson.html#effect">effect</a><span class="tsd-signature-symbol">?: </span><a href="../types/json_LayerJson.EffectJson.html" class="tsd-signature-type tsd-kind-type-alias">EffectJson</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#enableEditing">enableEditing</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="json_AnnotationLayerJson.AnnotationLayerJson.html#id">id</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="json_AnnotationLayerJson.AnnotationLayerJson.html#layerDefinition">layerDefinition</a><span class="tsd-signature-symbol">?: </span><a href="json_LayerDefinitionJson.LayerDefinitionJson.html" class="tsd-signature-type tsd-kind-interface">LayerDefinitionJson</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#layerType">layerType</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ArcGISAnnotationLayer&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#listMode">listMode</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">&quot;show&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;hide&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;hide-children&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#maxScale">maxScale</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#minScale">minScale</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#opacity">opacity</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#popupInfo">popupInfo</a><span class="tsd-signature-symbol">?: </span><a href="json_PopupInfoJson.PopupInfoJson.html" class="tsd-signature-type tsd-kind-interface">PopupInfoJson</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#refreshInterval">refreshInterval</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#showLegend">showLegend</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="json_AnnotationLayerJson.AnnotationLayerJson.html#title">title</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="json_AnnotationLayerJson.AnnotationLayerJson.html#type">type</a><span class="tsd-signature-symbol">?: </span><a href="../types/json_LayerJson.LegacyOperationalLayerJsonType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyOperationalLayerJsonType</a><span class="tsd-signature-symbol"> | </span><a href="../types/json_LayerJson.LegacyBasemapLayerJsonType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyBasemapLayerJsonType</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#url">url</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="json_AnnotationLayerJson.AnnotationLayerJson.html#visibility">visibility</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="json_AnnotationLayerJson.AnnotationLayerJson.html#visibilityTimeExtent">visibilityTimeExtent</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#visibleLayers">visibleLayers</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</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#json/AnnotationLayerJson.AnnotationLayerJson">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="json_OperationalLayerJson.OperationalLayerJsonBase.html" class="tsd-signature-type tsd-kind-interface">OperationalLayerJsonBase</a><ul class="tsd-hierarchy"><li><span class="target">AnnotationLayerJson</span></li></ul></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="json_AnnotationLayerJson.AnnotationLayerJson.html#blendMode" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>blend<wbr/>Mode?</span></a>
4
+ </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">AnnotationLayerJson</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#blendMode">blendMode</a><span class="tsd-signature-symbol">?: </span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;invert&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;normal&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;lighter&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;multiply&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;color&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;average&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;color-burn&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;color-dodge&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;darken&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;destination-atop&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;destination-in&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;destination-out&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;destination-over&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;difference&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;exclusion&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;hard-light&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;hue&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;lighten&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;luminosity&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;minus&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;overlay&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;plus&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;reflect&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;saturation&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;screen&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;soft-light&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;source-atop&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;source-in&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;source-out&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;vivid-light&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;xor&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#customParameters">customParameters</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#disablePopup">disablePopup</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="json_AnnotationLayerJson.AnnotationLayerJson.html#effect">effect</a><span class="tsd-signature-symbol">?: </span><a href="../types/json_LayerJson.EffectJson.html" class="tsd-signature-type tsd-kind-type-alias">EffectJson</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#enableEditing">enableEditing</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="json_AnnotationLayerJson.AnnotationLayerJson.html#id">id</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="json_AnnotationLayerJson.AnnotationLayerJson.html#layerDefinition">layerDefinition</a><span class="tsd-signature-symbol">?: </span><a href="json_LayerDefinitionJson.LayerDefinitionJson.html" class="tsd-signature-type tsd-kind-interface">LayerDefinitionJson</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#layerType">layerType</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;ArcGISAnnotationLayer&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#listMode">listMode</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">LayerListMode</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#maxScale">maxScale</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#minScale">minScale</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#opacity">opacity</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#popupInfo">popupInfo</a><span class="tsd-signature-symbol">?: </span><a href="json_PopupInfoJson.PopupInfoJson.html" class="tsd-signature-type tsd-kind-interface">PopupInfoJson</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#refreshInterval">refreshInterval</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#showLegend">showLegend</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="json_AnnotationLayerJson.AnnotationLayerJson.html#title">title</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="json_AnnotationLayerJson.AnnotationLayerJson.html#type">type</a><span class="tsd-signature-symbol">?: </span><a href="../types/json_LayerJson.LegacyOperationalLayerJsonType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyOperationalLayerJsonType</a><span class="tsd-signature-symbol"> | </span><a href="../types/json_LayerJson.LegacyBasemapLayerJsonType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyBasemapLayerJsonType</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#url">url</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="json_AnnotationLayerJson.AnnotationLayerJson.html#visibility">visibility</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="json_AnnotationLayerJson.AnnotationLayerJson.html#visibilityTimeExtent">visibilityTimeExtent</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="json_AnnotationLayerJson.AnnotationLayerJson.html#visibleLayers">visibleLayers</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</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#json/AnnotationLayerJson.AnnotationLayerJson">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="json_OperationalLayerJson.OperationalLayerJsonBase.html" class="tsd-signature-type tsd-kind-interface">OperationalLayerJsonBase</a><ul class="tsd-hierarchy"><li><span class="target">AnnotationLayerJson</span></li></ul></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="json_AnnotationLayerJson.AnnotationLayerJson.html#blendMode" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>blend<wbr/>Mode?</span></a>
5
5
  <a href="json_AnnotationLayerJson.AnnotationLayerJson.html#customParameters" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>custom<wbr/>Parameters?</span></a>
6
6
  <a href="json_AnnotationLayerJson.AnnotationLayerJson.html#disablePopup" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disable<wbr/>Popup?</span></a>
7
7
  <a href="json_AnnotationLayerJson.AnnotationLayerJson.html#effect" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>effect?</span></a>
@@ -36,7 +36,7 @@ layer.</p>
36
36
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="json_OperationalLayerJson.OperationalLayerJsonBase.html">OperationalLayerJsonBase</a>.<a href="json_OperationalLayerJson.OperationalLayerJsonBase.html#id">id</a></p></aside></section><section class="tsd-panel tsd-member"><a id="layerDefinition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>layer<wbr/>Definition</span><a href="#layerDefinition" 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/>Definition</span><span class="tsd-signature-symbol">?:</span> <a href="json_LayerDefinitionJson.LayerDefinitionJson.html" class="tsd-signature-type tsd-kind-interface">LayerDefinitionJson</a></div><div class="tsd-comment tsd-typography"><p>A layerDefinition object defining the attribute schema and drawing
37
37
  information for the layer.</p>
38
38
  </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="layerType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>layer<wbr/>Type</span><a href="#layerType" 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/>Type</span></div><div class="tsd-comment tsd-typography"><p>The layer type.</p>
39
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="json_OperationalLayerJson.OperationalLayerJsonBase.html">OperationalLayerJsonBase</a>.<a href="json_OperationalLayerJson.OperationalLayerJsonBase.html#layerType">layerType</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="listMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>list<wbr/>Mode</span><a href="#listMode" 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">list<wbr/>Mode</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;show&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;hide&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;hide-children&quot;</span></div><div class="tsd-comment tsd-typography"><p>Indicates how the layer should display in the table of contents. The
39
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="json_OperationalLayerJson.OperationalLayerJsonBase.html">OperationalLayerJsonBase</a>.<a href="json_OperationalLayerJson.OperationalLayerJsonBase.html#layerType">layerType</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="listMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>list<wbr/>Mode</span><a href="#listMode" 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">list<wbr/>Mode</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">LayerListMode</span></div><div class="tsd-comment tsd-typography"><p>Indicates how the layer should display in the table of contents. The
40
40
  known values are listed below. See <a href="../types/support_esri.ListMode.html" class="tsd-kind-type-alias">support/esri!ListMode</a>.</p>
41
41
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="json_OperationalLayerJson.OperationalLayerJsonBase.html">OperationalLayerJsonBase</a>.<a href="json_OperationalLayerJson.OperationalLayerJsonBase.html#listMode">listMode</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="maxScale" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>max<wbr/>Scale</span><a href="#maxScale" 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">max<wbr/>Scale</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>A number representing the maximum scale at which the layer will be
42
42
  visible. The number is the scale's denominator; thus, a value of 2400