@vertigis/arcgis-extensions 41.2.0 → 41.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppConfig.schema.json +12 -0
- package/data/FeatureSource.d.ts +8 -0
- package/data/FeatureSourceBase.d.ts +4 -0
- package/data/FeatureSourceBase.js +1 -1
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html +20 -4
- package/docs/html/classes/data_Feature.Feature.html +4 -4
- package/docs/html/classes/data_FeatureSet.FeatureSet.html +4 -4
- package/docs/html/classes/data_FeatureSourceBase.FeatureSourceBase.html +8 -0
- package/docs/html/classes/data__TableExtension.TableExtension.html +8 -0
- package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html +4 -4
- package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.html +8 -8
- package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.html +8 -8
- package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtension.html +10 -10
- package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerExtension.html +4 -4
- package/docs/html/classes/mapping_CSVLayerExtension.CSVLayerExtension.html +10 -10
- package/docs/html/classes/mapping_ElevationLayerExtension.ElevationLayerExtension.html +10 -10
- package/docs/html/classes/mapping_FeatureCollectionLayerExtension.FeatureCollectionLayerExtension.html +10 -10
- package/docs/html/classes/mapping_FeatureLayerExtension.FeatureLayerExtension.html +6 -6
- package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html +6 -6
- package/docs/html/classes/mapping_GeoJSONLayerExtension.GeoJSONLayerExtension.html +10 -10
- package/docs/html/classes/mapping_GeoRSSLayerExtension.GeoRSSLayerExtension.html +10 -10
- package/docs/html/classes/mapping_GraphicsLayerExtension.GraphicsLayerExtension.html +10 -10
- package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtension.html +10 -10
- package/docs/html/classes/mapping_ImageryLayerExtension.ImageryLayerExtension.html +10 -10
- package/docs/html/classes/mapping_ImageryTileLayerExtension.ImageryTileLayerExtension.html +10 -10
- package/docs/html/classes/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtension.html +10 -10
- package/docs/html/classes/mapping_KMLLayerExtension.KMLLayerExtension.html +10 -10
- package/docs/html/classes/mapping_KMLSublayerExtension.KMLSublayerExtension.html +8 -8
- package/docs/html/classes/mapping_MapImageLayerExtension.MapImageLayerExtension.html +10 -10
- package/docs/html/classes/mapping_MapImageSublayerExtension.MapImageSublayerExtension.html +8 -8
- package/docs/html/classes/mapping_MapNotesLayerExtension.MapNotesLayerExtension.html +10 -10
- package/docs/html/classes/mapping_MapNotesSublayerExtension.MapNotesSublayerExtension.html +8 -8
- package/docs/html/classes/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtension.html +10 -10
- package/docs/html/classes/mapping_PointCloudLayerExtension.PointCloudLayerExtension.html +10 -10
- package/docs/html/classes/mapping_RouteLayerExtension.RouteLayerExtension.html +10 -10
- package/docs/html/classes/mapping_SceneLayerExtension.SceneLayerExtension.html +10 -10
- package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerExtension.html +10 -10
- package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html +10 -10
- package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerExtension.html +4 -4
- package/docs/html/classes/mapping_TileLayerExtension.TileLayerExtension.html +10 -10
- package/docs/html/classes/mapping_TileSublayerExtension.TileSublayerExtension.html +8 -8
- package/docs/html/classes/mapping_UnsupportedLayerExtension.UnsupportedLayerExtension.html +6 -6
- package/docs/html/classes/mapping_VectorTileLayerExtension.VectorTileLayerExtension.html +10 -10
- package/docs/html/classes/mapping_WMSLayerExtension.WMSLayerExtension.html +10 -10
- package/docs/html/classes/mapping_WMSSublayerExtension.WMSSublayerExtension.html +8 -8
- package/docs/html/classes/mapping_WMTSLayerExtension.WMTSLayerExtension.html +10 -10
- package/docs/html/classes/mapping_WMTSSublayerExtension.WMTSSublayerExtension.html +8 -8
- package/docs/html/classes/mapping_WebTileLayerExtension.WebTileLayerExtension.html +10 -10
- package/docs/html/classes/mapping__LayerExtension.LayerExtension.html +10 -9
- package/docs/html/classes/mapping__SublayerExtension.SublayerExtension.html +8 -7
- package/docs/html/classes/tasks_geocoding_ArcGISGeocoder.ArcGISGeocoder.html +20 -4
- package/docs/html/classes/tasks_geocoding_Geocoder.Geocoder.html +8 -0
- package/docs/html/classes/tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_BuildingComponentSublayerClientSideIdentifyProvider.BuildingComponentSublayerClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_BuildingComponentSublayerHitTestIdentifyProvider.BuildingComponentSublayerHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_CSVLayer3DHitTestIdentifyProvider.CSVLayer3DHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_CSVLayerClientSideQueryIdentifyProvider.CSVLayerClientSideQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_GeoJSONLayerClientSideQueryIdentifyProvider.GeoJSONLayerClientSideQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_GeoRSSLayerIdentifyProvider.GeoRSSLayerIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_GraphicsLayerQueryIdentifyProvider.GraphicsLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_IdentifyError.IdentifyError.html +13 -0
- package/docs/html/classes/tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html +36 -3
- package/docs/html/classes/tasks_identify_ImageryLayerIdentifyProvider.ImageryLayerIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_KMLLayerQueryIdentifyProvider.KMLLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_MapNotesSublayerQueryIdentifyProvider.MapNotesSublayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_PointCloudLayerHitTestIdentifyProvider.PointCloudLayerHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_RouteLayerQueryIdentifyProvider.RouteLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SceneLayerClientSideIdentifyProvider.SceneLayerClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SceneLayerHitTestIdentifyProvider.SceneLayerHitTestIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SceneLayerQueryIdentifyProvider.SceneLayerQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_StreamLayerClientSideQueryIdentifyProvider.StreamLayerClientSideQueryIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SubtypeSublayerClientSideIdentifyProvider.SubtypeSublayerClientSideIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_identify_SubtypeSublayerQueryIdentifyProvider.SubtypeSublayerQueryIdentifyProvider.html +32 -3
- package/docs/html/classes/tasks_identify_WMSSublayerIdentifyProvider.WMSSublayerIdentifyProvider.html +37 -3
- package/docs/html/classes/tasks_query_ArcGISRelationship.ArcGISRelationship.html +4 -4
- package/docs/html/interfaces/data_ArcGISServiceTableExtension.ArcGISServiceTableExtensionProperties.html +8 -0
- package/docs/html/interfaces/data_FeatureSource.FeatureSource.html +7 -0
- package/docs/html/interfaces/data_FeatureSource.FeatureSourceProperties.html +7 -0
- package/docs/html/interfaces/data_FeatureSourceBase.FeatureSourceBaseProperties.html +8 -0
- package/docs/html/interfaces/data__TableExtension.TableExtensionProperties.html +8 -0
- package/docs/html/interfaces/mapping__LayerExtension.LayerExtensionProperties.html +2 -1
- package/docs/html/interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html +2 -1
- package/docs/html/interfaces/tasks_geocoding_ArcGISGeocoder.ArcGISGeocoderProperties.html +8 -0
- package/docs/html/interfaces/tasks_geocoding_Geocoder.GeocoderProperties.html +8 -0
- package/docs/html/interfaces/tasks_identify_IdentifyProvider.IdentifyProvider.html +1 -1
- package/docs/html/interfaces/tasks_search_SearchSuggestion.SearchSuggestion.html +11 -2
- package/docs/html/variables/version.version.html +1 -1
- package/mapping/SubtypeSublayerExtension.js +1 -1
- package/mapping/_LayerExtension.d.ts +0 -4
- package/mapping/_SublayerExtension.d.ts +0 -4
- package/mapping/_SublayerExtension.js +1 -1
- package/package.json +1 -1
- package/portal/SubtypeSublayer.js +1 -1
- package/support/_query.js +1 -1
- package/tasks/identify/IdentifyError.d.ts +1 -0
- package/tasks/identify/IdentifyError.js +1 -1
- package/tasks/identify/IdentifyProvider.d.ts +1 -1
- package/tasks/identify/IdentifyProviderBase.d.ts +16 -3
- package/tasks/identify/IdentifyProviderBase.js +1 -1
- package/tasks/identify/IdentifyService.js +1 -1
- package/tasks/identify/SubtypeSublayerQueryIdentifyProvider.d.ts +7 -1
- package/tasks/identify/SubtypeSublayerQueryIdentifyProvider.js +1 -1
- package/tasks/search/GeocoderSearchProvider.js +1 -1
- package/tasks/search/SearchSuggestion.d.ts +7 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -42,6 +42,7 @@ object).</p>
|
|
|
42
42
|
<a href="data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html#attachmentTypes" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>attachment<wbr/>Types</span></a>
|
|
43
43
|
<a href="data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html#featureSettings" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>feature<wbr/>Settings</span></a>
|
|
44
44
|
<a href="data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html#hyperlinks" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>hyperlinks</span></a>
|
|
45
|
+
<a href="data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html#iconUrl" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>icon<wbr/>Url?</span></a>
|
|
45
46
|
<a href="data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html#onAddFeature" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Add<wbr/>Feature?</span></a>
|
|
46
47
|
<a href="data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html#onEditFeature" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Edit<wbr/>Feature?</span></a>
|
|
47
48
|
<a href="data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html#queryService" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>query<wbr/>Service?</span></a>
|
|
@@ -166,6 +167,12 @@ object).</p>
|
|
|
166
167
|
<div class="tsd-comment tsd-typography"><p>Hyperlinks associated with the feature source.</p>
|
|
167
168
|
</div><aside class="tsd-sources">
|
|
168
169
|
<p>Inherited from <a href="data__TableExtension.TableExtension.html">TableExtension</a>.<a href="data__TableExtension.TableExtension.html#hyperlinks">hyperlinks</a></p></aside></section>
|
|
170
|
+
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="iconUrl" class="tsd-anchor"></a>
|
|
171
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>icon<wbr/>Url</span><a href="#iconUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
172
|
+
<div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
|
|
173
|
+
<div class="tsd-comment tsd-typography"><p>URL to an icon that represents this feature source.</p>
|
|
174
|
+
</div><aside class="tsd-sources">
|
|
175
|
+
<p>Inherited from <a href="data__TableExtension.TableExtension.html">TableExtension</a>.<a href="data__TableExtension.TableExtension.html#iconUrl">iconUrl</a></p></aside></section>
|
|
169
176
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a>
|
|
170
177
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
171
178
|
<div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div>
|
|
@@ -815,7 +822,7 @@ adding features, then an <a href="../modules/InvalidOperationError.html" class="
|
|
|
815
822
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
816
823
|
<ul class="tsd-parameter-list">
|
|
817
824
|
<li>
|
|
818
|
-
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">attachmentTypes</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">failureMode</span><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">featureActions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ items?: ({ iconId?: string; title?: string; description?: string; isEnabled?: boolean; isToggled?: boolean; hideOnDisable?: boolean; action?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; alternate?: { ...; }; submenu?: ... | { ...; }; id?: string; failureMode?: Fai...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ readonly parentItem?: { _menu?: ...; readonly canBeToggled?: boolean; readonly isToggled?: boolean; submenu?: ...; readonly menu?: ...; readonly root?: ...; iconId?: string; title?: string; description?: string; ... 26 more ...; hasEventListener?: (type: string) => boolean; }; ... 24 more ...; hasEventListener?: (...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">featureSettings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">hyperlinks</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; toJSON?: (serializeMode?: SerializeMode) => HyperlinkProperties; ... 12 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">onAddFeature</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">onEditFeature</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ title?: string; $relationshipType?: string; id?: string; failureMode?: FailureMode; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ title?: string; readonly source?: { attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
825
|
+
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">attachmentTypes</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">failureMode</span><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">featureActions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ items?: ({ iconId?: string; title?: string; description?: string; isEnabled?: boolean; isToggled?: boolean; hideOnDisable?: boolean; action?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; alternate?: { ...; }; submenu?: ... | { ...; }; id?: string; failureMode?: Fai...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ readonly parentItem?: { _menu?: ...; readonly canBeToggled?: boolean; readonly isToggled?: boolean; submenu?: ...; readonly menu?: ...; readonly root?: ...; iconId?: string; title?: string; description?: string; ... 26 more ...; hasEventListener?: (type: string) => boolean; }; ... 24 more ...; hasEventListener?: (...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">featureSettings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">hyperlinks</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; toJSON?: (serializeMode?: SerializeMode) => HyperlinkProperties; ... 12 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">iconUrl</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">onAddFeature</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">onEditFeature</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ title?: string; $relationshipType?: string; id?: string; failureMode?: FailureMode; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ title?: string; readonly source?: { attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }; ... 21...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">requestHelper</span><span class="tsd-signature-symbol">?: </span>{ ttl?: number; batchLayerRequests?: boolean; request?: <T = unknown>(url: string, options?: ArcGISRequestOptions) => Promise<ArcGISRequestHelperResponse<T>>; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">table</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ dynamicDataSource?: { type?: "map-layer"; mapLayerId?: number; gdbVersion?: string; } | { type?: "data-layer"; dataSource?: { type?: string; workspaceId?: string; dataSourceName?: string; gdbVersion?: string; } | { ...; } | { ...; } | { ...; }; fields?: { ...; }[]; }; ... 117 more ...; updateAttachment?: (feature:...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ $ref?: string | { id?: string; title?: string; }; capabilities?: "Delete" | "Editing" | "Query" | "Update" | "Create"; definitionEditor?: { inputs?: { hint?: string; parameters?: { defaultValue?: string | number; fieldName?: string; parameterId?: number; type?: string; }[]; prompt?: string; }[]; parameterizedExpre...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">taskSettings</span><span class="tsd-signature-symbol">?: </span>{ enableExport?: boolean; enableIdentify?: boolean; enableQuery?: boolean; enableSearch?: boolean; enableAdd?: boolean; enableUpdate?: boolean; enableDelete?: boolean; enableEditing?: boolean; studioSearchSubindexId?: string; }<span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
819
826
|
<div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
|
|
820
827
|
by property name.</p>
|
|
821
828
|
</div>
|
|
@@ -843,6 +850,10 @@ For list of supported attachment types, see:
|
|
|
843
850
|
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#hyperlinks" class="tsd-kind-property">hyperlinks</a>.</p>
|
|
844
851
|
</div></li>
|
|
845
852
|
<li class="tsd-parameter">
|
|
853
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
854
|
+
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#iconUrl" class="tsd-kind-property">iconUrl</a>.</p>
|
|
855
|
+
</div></li>
|
|
856
|
+
<li class="tsd-parameter">
|
|
846
857
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
847
858
|
<div class="tsd-comment tsd-typography"><p>The unique ID to assign to the entity. If not specified, one will be
|
|
848
859
|
generated.</p>
|
|
@@ -856,7 +867,7 @@ generated.</p>
|
|
|
856
867
|
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">onEditFeature</a>.</p>
|
|
857
868
|
</div></li>
|
|
858
869
|
<li class="tsd-parameter">
|
|
859
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ title?: string; $relationshipType?: string; id?: string; failureMode?: FailureMode; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ title?: string; readonly source?: { attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
870
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ title?: string; $relationshipType?: string; id?: string; failureMode?: FailureMode; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ title?: string; readonly source?: { attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }; ... 21...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
860
871
|
<div class="tsd-comment tsd-typography"><p>See <a href="data__TableExtension.TableExtension.html#relationships" class="tsd-kind-property">relationships</a>.</p>
|
|
861
872
|
</div></li>
|
|
862
873
|
<li class="tsd-parameter">
|
|
@@ -890,7 +901,7 @@ the properties.</p>
|
|
|
890
901
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
891
902
|
<ul class="tsd-parameter-list">
|
|
892
903
|
<li>
|
|
893
|
-
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">attachmentTypes</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">failureMode</span><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">featureActions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ items?: ({ iconId?: string; title?: string; description?: string; isEnabled?: boolean; isToggled?: boolean; hideOnDisable?: boolean; action?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; alternate?: { ...; }; submenu?: ... | { ...; }; id?: string; failureMode?: Fai...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ readonly parentItem?: { _menu?: ...; readonly canBeToggled?: boolean; readonly isToggled?: boolean; submenu?: ...; readonly menu?: ...; readonly root?: ...; iconId?: string; title?: string; description?: string; ... 26 more ...; hasEventListener?: (type: string) => boolean; }; ... 24 more ...; hasEventListener?: (...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">featureSettings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">hyperlinks</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; toJSON?: (serializeMode?: SerializeMode) => HyperlinkProperties; ... 12 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">onAddFeature</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">onEditFeature</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ title?: string; $relationshipType?: string; id?: string; failureMode?: FailureMode; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ title?: string; readonly source?: { attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
904
|
+
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">attachmentTypes</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">failureMode</span><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">featureActions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ items?: ({ iconId?: string; title?: string; description?: string; isEnabled?: boolean; isToggled?: boolean; hideOnDisable?: boolean; action?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; alternate?: { ...; }; submenu?: ... | { ...; }; id?: string; failureMode?: Fai...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ readonly parentItem?: { _menu?: ...; readonly canBeToggled?: boolean; readonly isToggled?: boolean; submenu?: ...; readonly menu?: ...; readonly root?: ...; iconId?: string; title?: string; description?: string; ... 26 more ...; hasEventListener?: (type: string) => boolean; }; ... 24 more ...; hasEventListener?: (...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">featureSettings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">hyperlinks</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; toJSON?: (serializeMode?: SerializeMode) => HyperlinkProperties; ... 12 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">iconUrl</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">onAddFeature</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">onEditFeature</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ name?: string; arguments?: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ title?: string; $relationshipType?: string; id?: string; failureMode?: FailureMode; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ title?: string; readonly source?: { attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }; ... 21...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">requestHelper</span><span class="tsd-signature-symbol">?: </span>{ ttl?: number; batchLayerRequests?: boolean; request?: <T = unknown>(url: string, options?: ArcGISRequestOptions) => Promise<ArcGISRequestHelperResponse<T>>; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">table</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ dynamicDataSource?: { type?: "map-layer"; mapLayerId?: number; gdbVersion?: string; } | { type?: "data-layer"; dataSource?: { type?: string; workspaceId?: string; dataSourceName?: string; gdbVersion?: string; } | { ...; } | { ...; } | { ...; }; fields?: { ...; }[]; }; ... 117 more ...; updateAttachment?: (feature:...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ $ref?: string | { id?: string; title?: string; }; capabilities?: "Delete" | "Editing" | "Query" | "Update" | "Create"; definitionEditor?: { inputs?: { hint?: string; parameters?: { defaultValue?: string | number; fieldName?: string; parameterId?: number; type?: string; }[]; prompt?: string; }[]; parameterizedExpre...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">taskSettings</span><span class="tsd-signature-symbol">?: </span>{ enableExport?: boolean; enableIdentify?: boolean; enableQuery?: boolean; enableSearch?: boolean; enableAdd?: boolean; enableUpdate?: boolean; enableDelete?: boolean; enableEditing?: boolean; studioSearchSubindexId?: string; }<span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
894
905
|
<div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
|
|
895
906
|
by property name.</p>
|
|
896
907
|
</div>
|
|
@@ -918,6 +929,10 @@ For list of supported attachment types, see:
|
|
|
918
929
|
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#hyperlinks" class="tsd-kind-property">hyperlinks</a>.</p>
|
|
919
930
|
</div></li>
|
|
920
931
|
<li class="tsd-parameter">
|
|
932
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
933
|
+
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#iconUrl" class="tsd-kind-property">iconUrl</a>.</p>
|
|
934
|
+
</div></li>
|
|
935
|
+
<li class="tsd-parameter">
|
|
921
936
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
922
937
|
<div class="tsd-comment tsd-typography"><p>The unique ID to assign to the entity. If not specified, one will be
|
|
923
938
|
generated.</p>
|
|
@@ -931,7 +946,7 @@ generated.</p>
|
|
|
931
946
|
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">onEditFeature</a>.</p>
|
|
932
947
|
</div></li>
|
|
933
948
|
<li class="tsd-parameter">
|
|
934
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ title?: string; $relationshipType?: string; id?: string; failureMode?: FailureMode; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ title?: string; readonly source?: { attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
949
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">relationships</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ title?: string; $relationshipType?: string; id?: string; failureMode?: FailureMode; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ title?: string; readonly source?: { attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }; ... 21...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
935
950
|
<div class="tsd-comment tsd-typography"><p>See <a href="data__TableExtension.TableExtension.html#relationships" class="tsd-kind-property">relationships</a>.</p>
|
|
936
951
|
</div></li>
|
|
937
952
|
<li class="tsd-parameter">
|
|
@@ -1452,6 +1467,7 @@ properties.</p>
|
|
|
1452
1467
|
<li><a href="#attachmentTypes" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>attachment<wbr/>Types</span></a></li>
|
|
1453
1468
|
<li><a href="#featureSettings" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>feature<wbr/>Settings</span></a></li>
|
|
1454
1469
|
<li><a href="#hyperlinks" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>hyperlinks</span></a></li>
|
|
1470
|
+
<li><a href="#iconUrl" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>icon<wbr/>Url</span></a></li>
|
|
1455
1471
|
<li><a href="#onAddFeature" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Add<wbr/>Feature</span></a></li>
|
|
1456
1472
|
<li><a href="#onEditFeature" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Edit<wbr/>Feature</span></a></li>
|
|
1457
1473
|
<li><a href="#queryService" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>query<wbr/>Service</span></a></li>
|
|
@@ -550,7 +550,7 @@ multiple properties and nesting.</p>
|
|
|
550
550
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
551
551
|
<ul class="tsd-parameter-list">
|
|
552
552
|
<li>
|
|
553
|
-
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Map</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span>{}<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ [x: string]: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">failureMode</span><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">geometry</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; y?: number; z?: number; clone?: () => Point; copy?: (other: Point) => void; ... 19 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 mo...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ m?: number; x?: string | number; y?: string | number; z?: string | number; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; points?: number[][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; paths?: number[][][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; rings?: number[][][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ xmin?: number; xmax?: number; ymin?: number; ymax?: number; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">settings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
553
|
+
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Map</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span>{}<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ [x: string]: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">failureMode</span><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">geometry</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; y?: number; z?: number; clone?: () => Point; copy?: (other: Point) => void; ... 19 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 mo...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ m?: number; x?: string | number; y?: string | number; z?: string | number; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; points?: number[][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; paths?: number[][][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; rings?: number[][][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ xmin?: number; xmax?: number; ymin?: number; ymax?: number; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">settings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }<span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
554
554
|
<div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
|
|
555
555
|
by property name.</p>
|
|
556
556
|
</div>
|
|
@@ -581,7 +581,7 @@ generated.</p>
|
|
|
581
581
|
<div class="tsd-comment tsd-typography"><p>Settings for this feature.</p>
|
|
582
582
|
</div></li>
|
|
583
583
|
<li class="tsd-parameter">
|
|
584
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
584
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }</h5>
|
|
585
585
|
<div class="tsd-comment tsd-typography"><p>The source of the feature.</p>
|
|
586
586
|
</div></li></ul></li></ul></div>
|
|
587
587
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
@@ -599,7 +599,7 @@ the properties.</p>
|
|
|
599
599
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
600
600
|
<ul class="tsd-parameter-list">
|
|
601
601
|
<li>
|
|
602
|
-
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Map</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span>{}<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ [x: string]: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">failureMode</span><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">geometry</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; y?: number; z?: number; clone?: () => Point; copy?: (other: Point) => void; ... 19 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 mo...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ m?: number; x?: string | number; y?: string | number; z?: string | number; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; points?: number[][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; paths?: number[][][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; rings?: number[][][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ xmin?: number; xmax?: number; ymin?: number; ymax?: number; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">settings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
602
|
+
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type ">Map</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">(</span>{}<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ [x: string]: {}; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">failureMode</span><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">geometry</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; y?: number; z?: number; clone?: () => Point; copy?: (other: Point) => void; ... 19 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 mo...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ m?: number; x?: string | number; y?: string | number; z?: string | number; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; points?: number[][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; paths?: number[][][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ hasM?: boolean; hasZ?: boolean; rings?: number[][][]; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ xmin?: number; xmax?: number; ymin?: number; ymax?: number; spatialReference?: { latestWkid?: number; wkid?: number; wkt?: string; vcsWkid?: number; latestVcsWkid?: number; }; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">settings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }<span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
603
603
|
<div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
|
|
604
604
|
by property name.</p>
|
|
605
605
|
</div>
|
|
@@ -630,7 +630,7 @@ generated.</p>
|
|
|
630
630
|
<div class="tsd-comment tsd-typography"><p>Settings for this feature.</p>
|
|
631
631
|
</div></li>
|
|
632
632
|
<li class="tsd-parameter">
|
|
633
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
633
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }</h5>
|
|
634
634
|
<div class="tsd-comment tsd-typography"><p>The source of the feature.</p>
|
|
635
635
|
</div></li></ul></li></ul></div>
|
|
636
636
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
@@ -315,7 +315,7 @@ multiple properties and nesting.</p>
|
|
|
315
315
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
316
316
|
<ul class="tsd-parameter-list">
|
|
317
317
|
<li>
|
|
318
|
-
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">features</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly attributes?: Map<string, {}>; geometry?: { readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; y?: number; z?: number; ... 21 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 mo...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ attributes?: Map<string, {}> | { [x: string]: {}; }; geometry?: { readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; ... 23 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 more ...; to...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">settings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
318
|
+
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">features</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly attributes?: Map<string, {}>; geometry?: { readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; y?: number; z?: number; ... 21 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 mo...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ attributes?: Map<string, {}> | { [x: string]: {}; }; geometry?: { readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; ... 23 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 more ...; to...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">settings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
319
319
|
<div class="tsd-comment tsd-typography"><p>An object containing property values to set.</p>
|
|
320
320
|
</div>
|
|
321
321
|
<ul class="tsd-parameters">
|
|
@@ -337,7 +337,7 @@ generated.</p>
|
|
|
337
337
|
<div class="tsd-comment tsd-typography"><p>Default settings that apply to features in this set.</p>
|
|
338
338
|
</div></li>
|
|
339
339
|
<li class="tsd-parameter">
|
|
340
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
340
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }</h5>
|
|
341
341
|
<div class="tsd-comment tsd-typography"><p>The source for the features.</p>
|
|
342
342
|
</div></li>
|
|
343
343
|
<li class="tsd-parameter">
|
|
@@ -359,7 +359,7 @@ the properties.</p>
|
|
|
359
359
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
360
360
|
<ul class="tsd-parameter-list">
|
|
361
361
|
<li>
|
|
362
|
-
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">features</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly attributes?: Map<string, {}>; geometry?: { readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; y?: number; z?: number; ... 21 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 mo...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ attributes?: Map<string, {}> | { [x: string]: {}; }; geometry?: { readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; ... 23 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 more ...; to...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">settings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
362
|
+
<h5><span class="tsd-kind-parameter">properties</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">features</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly attributes?: Map<string, {}>; geometry?: { readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; y?: number; z?: number; ... 21 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 mo...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ attributes?: Map<string, {}> | { [x: string]: {}; }; geometry?: { readonly cache?: any; readonly extent?: { readonly center?: { latitude?: number; longitude?: number; m?: number; readonly type?: "point"; x?: number; ... 23 more ...; toJSON?: () => any; }; ... 37 more ...; toJSON?: () => any; }; ... 16 more ...; to...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">schema</span><span class="tsd-signature-symbol">?: </span>{ geometryType?: GeometryJsonType; spatialReference?: { imageCoordinateSystem?: any; readonly isGeographic?: boolean; readonly isWebMercator?: boolean; readonly isWGS84?: boolean; ... 18 more ...; toJSON?: () => any; }; ... 6 more ...; types?: ({ ...; } | { ...; })[]; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">settings</span><span class="tsd-signature-symbol">?: </span>{ hyperlinkTemplates?: ({ url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; } | { url?: string; text?: string; iconUrl?: string; target?: string; tooltip?: string; getReferencedFields?: () => string[]; ... 13 more ...; on?: (type: string | string[], listener: EventHandler) => IHandle;...<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }<span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
363
363
|
<div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
|
|
364
364
|
by property name.</p>
|
|
365
365
|
</div>
|
|
@@ -382,7 +382,7 @@ generated.</p>
|
|
|
382
382
|
<div class="tsd-comment tsd-typography"><p>Default settings that apply to features in this set.</p>
|
|
383
383
|
</div></li>
|
|
384
384
|
<li class="tsd-parameter">
|
|
385
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ...
|
|
385
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">?: </span>{ attachmentTypes?: string[]; onAddFeature?: string | { name?: string; arguments?: {}; } | (string | { name?: string; arguments?: {}; })[]; onEditFeature?: string | { name?: string; arguments?: {}; } | (string | { ...; })[]; ... 28 more ...; destroy?: () => Promise<...>; }</h5>
|
|
386
386
|
<div class="tsd-comment tsd-typography"><p>The source for the features.</p>
|
|
387
387
|
</div></li>
|
|
388
388
|
<li class="tsd-parameter">
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
<a href="data_FeatureSourceBase.FeatureSourceBase.html#_itemType" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>_item<wbr/>Type</span></a>
|
|
55
55
|
<a href="data_FeatureSourceBase.FeatureSourceBase.html#featureSettings" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>feature<wbr/>Settings</span></a>
|
|
56
56
|
<a href="data_FeatureSourceBase.FeatureSourceBase.html#hyperlinks" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>hyperlinks</span></a>
|
|
57
|
+
<a href="data_FeatureSourceBase.FeatureSourceBase.html#iconUrl" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>icon<wbr/>Url?</span></a>
|
|
57
58
|
<a href="data_FeatureSourceBase.FeatureSourceBase.html#onAddFeature" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Add<wbr/>Feature?</span></a>
|
|
58
59
|
<a href="data_FeatureSourceBase.FeatureSourceBase.html#onEditFeature" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Edit<wbr/>Feature?</span></a>
|
|
59
60
|
<a href="data_FeatureSourceBase.FeatureSourceBase.html#queryService" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>query<wbr/>Service?</span></a>
|
|
@@ -176,6 +177,12 @@
|
|
|
176
177
|
<div class="tsd-comment tsd-typography"><p>Hyperlinks associated with the feature source.</p>
|
|
177
178
|
</div><aside class="tsd-sources">
|
|
178
179
|
<p>Implementation of <a href="../interfaces/data_FeatureSource.FeatureSource.html">FeatureSource</a>.<a href="../interfaces/data_FeatureSource.FeatureSource.html#hyperlinks">hyperlinks</a></p></aside></section>
|
|
180
|
+
<section class="tsd-panel tsd-member"><a id="iconUrl" class="tsd-anchor"></a>
|
|
181
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>icon<wbr/>Url</span><a href="#iconUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
182
|
+
<div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
|
|
183
|
+
<div class="tsd-comment tsd-typography"><p>URL to an icon that represents this feature source.</p>
|
|
184
|
+
</div><aside class="tsd-sources">
|
|
185
|
+
<p>Implementation of <a href="../interfaces/data_FeatureSource.FeatureSource.html">FeatureSource</a>.<a href="../interfaces/data_FeatureSource.FeatureSource.html#iconUrl">iconUrl</a></p></aside></section>
|
|
179
186
|
<section class="tsd-panel tsd-member"><a id="onAddFeature" class="tsd-anchor"></a>
|
|
180
187
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
181
188
|
<div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div>
|
|
@@ -1253,6 +1260,7 @@ updating features, then an <a href="../modules/InvalidOperationError.html" class
|
|
|
1253
1260
|
<li><a href="#_itemType" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>_item<wbr/>Type</span></a></li>
|
|
1254
1261
|
<li><a href="#featureSettings" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>feature<wbr/>Settings</span></a></li>
|
|
1255
1262
|
<li><a href="#hyperlinks" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>hyperlinks</span></a></li>
|
|
1263
|
+
<li><a href="#iconUrl" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>icon<wbr/>Url</span></a></li>
|
|
1256
1264
|
<li><a href="#onAddFeature" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Add<wbr/>Feature</span></a></li>
|
|
1257
1265
|
<li><a href="#onEditFeature" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Edit<wbr/>Feature</span></a></li>
|
|
1258
1266
|
<li><a href="#queryService" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>query<wbr/>Service</span></a></li>
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
<a href="data__TableExtension.TableExtension.html#_itemType" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>_item<wbr/>Type</span></a>
|
|
49
49
|
<a href="data__TableExtension.TableExtension.html#featureSettings" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>feature<wbr/>Settings</span></a>
|
|
50
50
|
<a href="data__TableExtension.TableExtension.html#hyperlinks" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>hyperlinks</span></a>
|
|
51
|
+
<a href="data__TableExtension.TableExtension.html#iconUrl" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>icon<wbr/>Url?</span></a>
|
|
51
52
|
<a href="data__TableExtension.TableExtension.html#onAddFeature" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Add<wbr/>Feature?</span></a>
|
|
52
53
|
<a href="data__TableExtension.TableExtension.html#onEditFeature" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Edit<wbr/>Feature?</span></a>
|
|
53
54
|
<a href="data__TableExtension.TableExtension.html#queryService" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>query<wbr/>Service?</span></a>
|
|
@@ -171,6 +172,12 @@
|
|
|
171
172
|
<div class="tsd-comment tsd-typography"><p>Hyperlinks associated with the feature source.</p>
|
|
172
173
|
</div><aside class="tsd-sources">
|
|
173
174
|
<p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#hyperlinks">hyperlinks</a></p></aside></section>
|
|
175
|
+
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="iconUrl" class="tsd-anchor"></a>
|
|
176
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>icon<wbr/>Url</span><a href="#iconUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
177
|
+
<div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
|
|
178
|
+
<div class="tsd-comment tsd-typography"><p>URL to an icon that represents this feature source.</p>
|
|
179
|
+
</div><aside class="tsd-sources">
|
|
180
|
+
<p>Inherited from <a href="data_FeatureSourceBase.FeatureSourceBase.html">FeatureSourceBase</a>.<a href="data_FeatureSourceBase.FeatureSourceBase.html#iconUrl">iconUrl</a></p></aside></section>
|
|
174
181
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a>
|
|
175
182
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Add<wbr/>Feature</span><a href="#onAddFeature" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
176
183
|
<div class="tsd-signature"><span class="tsd-kind-property">on<wbr/>Add<wbr/>Feature</span><span class="tsd-signature-symbol">?:</span> <a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a></div>
|
|
@@ -1319,6 +1326,7 @@ properties.</p>
|
|
|
1319
1326
|
<li><a href="#_itemType" class="tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>_item<wbr/>Type</span></a></li>
|
|
1320
1327
|
<li><a href="#featureSettings" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>feature<wbr/>Settings</span></a></li>
|
|
1321
1328
|
<li><a href="#hyperlinks" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>hyperlinks</span></a></li>
|
|
1329
|
+
<li><a href="#iconUrl" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>icon<wbr/>Url</span></a></li>
|
|
1322
1330
|
<li><a href="#onAddFeature" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Add<wbr/>Feature</span></a></li>
|
|
1323
1331
|
<li><a href="#onEditFeature" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Edit<wbr/>Feature</span></a></li>
|
|
1324
1332
|
<li><a href="#queryService" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>query<wbr/>Service</span></a></li>
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<a href="mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html#_watchHandles" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>_watch<wbr/>Handles</span></a>
|
|
51
51
|
<a href="mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html#featureSettings" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>feature<wbr/>Settings</span></a>
|
|
52
52
|
<a href="mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html#hyperlinks" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>hyperlinks</span></a>
|
|
53
|
-
<a href="mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html#iconUrl" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>icon<wbr/>Url
|
|
53
|
+
<a href="mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html#iconUrl" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>icon<wbr/>Url?</span></a>
|
|
54
54
|
<a href="mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html#layerListSettings" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>layer<wbr/>List<wbr/>Settings</span></a>
|
|
55
55
|
<a href="mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html#onAddFeature" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Add<wbr/>Feature?</span></a>
|
|
56
56
|
<a href="mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html#onEditFeature" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Edit<wbr/>Feature?</span></a>
|
|
@@ -218,9 +218,9 @@ destroyed.</p>
|
|
|
218
218
|
</div><aside class="tsd-sources">
|
|
219
219
|
<p>Inherited from <a href="mapping__SublayerExtension.SublayerExtension.html">SublayerExtension</a>.<a href="mapping__SublayerExtension.SublayerExtension.html#hyperlinks">hyperlinks</a></p></aside></section>
|
|
220
220
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="iconUrl" class="tsd-anchor"></a>
|
|
221
|
-
<h3 class="tsd-anchor-link"><span>icon<wbr/>Url</span><a href="#iconUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
222
|
-
<div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol"
|
|
223
|
-
<div class="tsd-comment tsd-typography"><p>URL to an icon that represents this
|
|
221
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>icon<wbr/>Url</span><a href="#iconUrl" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
222
|
+
<div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
|
|
223
|
+
<div class="tsd-comment tsd-typography"><p>URL to an icon that represents this feature source.</p>
|
|
224
224
|
</div><aside class="tsd-sources">
|
|
225
225
|
<p>Inherited from <a href="mapping__SublayerExtension.SublayerExtension.html">SublayerExtension</a>.<a href="mapping__SublayerExtension.SublayerExtension.html#iconUrl">iconUrl</a></p></aside></section>
|
|
226
226
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="layerListSettings" class="tsd-anchor"></a>
|