@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,7 +42,7 @@
|
|
|
42
42
|
<a href="mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.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>
|
|
43
43
|
<a href="mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.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="mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.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="mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.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
|
|
45
|
+
<a href="mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.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>
|
|
46
46
|
<a href="mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.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>
|
|
47
47
|
<a href="mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.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>
|
|
48
48
|
<a href="mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.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>
|
|
@@ -203,9 +203,9 @@ destroyed.</p>
|
|
|
203
203
|
</div><aside class="tsd-sources">
|
|
204
204
|
<p>Inherited from <a href="mapping_BuildingSublayerExtension.BuildingSublayerExtension.html">BuildingSublayerExtension</a>.<a href="mapping_BuildingSublayerExtension.BuildingSublayerExtension.html#hyperlinks">hyperlinks</a></p></aside></section>
|
|
205
205
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="iconUrl" class="tsd-anchor"></a>
|
|
206
|
-
<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>
|
|
207
|
-
<div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol"
|
|
208
|
-
<div class="tsd-comment tsd-typography"><p>URL to an icon that represents this
|
|
206
|
+
<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>
|
|
207
|
+
<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>
|
|
208
|
+
<div class="tsd-comment tsd-typography"><p>URL to an icon that represents this feature source.</p>
|
|
209
209
|
</div><aside class="tsd-sources">
|
|
210
210
|
<p>Inherited from <a href="mapping_BuildingSublayerExtension.BuildingSublayerExtension.html">BuildingSublayerExtension</a>.<a href="mapping_BuildingSublayerExtension.BuildingSublayerExtension.html#iconUrl">iconUrl</a></p></aside></section>
|
|
211
211
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="layerListSettings" class="tsd-anchor"></a>
|
|
@@ -1156,7 +1156,7 @@ adding features, then an <a href="../modules/InvalidOperationError.html" class="
|
|
|
1156
1156
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1157
1157
|
<ul class="tsd-parameter-list">
|
|
1158
1158
|
<li>
|
|
1159
|
-
<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">enableClientSideData</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</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">layerListSettings</span><span class="tsd-signature-symbol">?: </span>{ expanded?: boolean; included?: boolean; childrenIncluded?: boolean; }<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 | { ...; })[]; ... 27 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">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">sublayer</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ definitionExpression?: string; listMode?: "show" | "hide"; outFields?: string[]; popupEnabled?: boolean; popupTemplate?: { actions?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<ActionButton | ActionToggle>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<......<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ disablePopup?: boolean; id?: number; layerDefinition?: { allowGeometryUpdates?: boolean; capabilities?: string; copyrightText?: string; currentVersion?: number; defaultVisibility?: boolean; definitionEditor?: { ...; }; ... 41 more ...; visibilityField?: string; }; ... 6 more ...; $sublayerType?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">sublayerExtensions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly sublayer?: { id?: string | number; layer?: { sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<SublayerLike>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener: CollectionAfterRemoveEventHandler<.....<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ sublayer?: { listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remo...<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">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> </span><span class="tsd-kind-property">visibilityMode</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
1159
|
+
<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">enableClientSideData</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</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">layerListSettings</span><span class="tsd-signature-symbol">?: </span>{ expanded?: boolean; included?: boolean; childrenIncluded?: boolean; }<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">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">sublayer</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ definitionExpression?: string; listMode?: "show" | "hide"; outFields?: string[]; popupEnabled?: boolean; popupTemplate?: { actions?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<ActionButton | ActionToggle>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<......<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ disablePopup?: boolean; id?: number; layerDefinition?: { allowGeometryUpdates?: boolean; capabilities?: string; copyrightText?: string; currentVersion?: number; defaultVisibility?: boolean; definitionEditor?: { ...; }; ... 41 more ...; visibilityField?: string; }; ... 6 more ...; $sublayerType?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">sublayerExtensions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly sublayer?: { id?: string | number; layer?: { sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<SublayerLike>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener: CollectionAfterRemoveEventHandler<.....<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ sublayer?: { listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remo...<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">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> </span><span class="tsd-kind-property">visibilityMode</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
1160
1160
|
<div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
|
|
1161
1161
|
by property name.</p>
|
|
1162
1162
|
</div>
|
|
@@ -1208,7 +1208,7 @@ generated.</p>
|
|
|
1208
1208
|
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">onEditFeature</a>.</p>
|
|
1209
1209
|
</div></li>
|
|
1210
1210
|
<li class="tsd-parameter">
|
|
1211
|
-
<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 | { ...; })[]; ...
|
|
1211
|
+
<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>
|
|
1212
1212
|
<div class="tsd-comment tsd-typography"><p>See <a href="mapping__SublayerExtension.SublayerExtension.html#relationships" class="tsd-kind-property">relationships</a>.</p>
|
|
1213
1213
|
</div></li>
|
|
1214
1214
|
<li class="tsd-parameter">
|
|
@@ -1247,7 +1247,7 @@ the properties.</p>
|
|
|
1247
1247
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1248
1248
|
<ul class="tsd-parameter-list">
|
|
1249
1249
|
<li>
|
|
1250
|
-
<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">enableClientSideData</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</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">layerListSettings</span><span class="tsd-signature-symbol">?: </span>{ expanded?: boolean; included?: boolean; childrenIncluded?: boolean; }<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 | { ...; })[]; ... 27 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">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">sublayer</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ definitionExpression?: string; listMode?: "show" | "hide"; outFields?: string[]; popupEnabled?: boolean; popupTemplate?: { actions?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<ActionButton | ActionToggle>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<......<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ disablePopup?: boolean; id?: number; layerDefinition?: { allowGeometryUpdates?: boolean; capabilities?: string; copyrightText?: string; currentVersion?: number; defaultVisibility?: boolean; definitionEditor?: { ...; }; ... 41 more ...; visibilityField?: string; }; ... 6 more ...; $sublayerType?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">sublayerExtensions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly sublayer?: { id?: string | number; layer?: { sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<SublayerLike>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener: CollectionAfterRemoveEventHandler<.....<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ sublayer?: { listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remo...<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">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> </span><span class="tsd-kind-property">visibilityMode</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
1250
|
+
<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">enableClientSideData</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</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">layerListSettings</span><span class="tsd-signature-symbol">?: </span>{ expanded?: boolean; included?: boolean; childrenIncluded?: boolean; }<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">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">sublayer</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ definitionExpression?: string; listMode?: "show" | "hide"; outFields?: string[]; popupEnabled?: boolean; popupTemplate?: { actions?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<ActionButton | ActionToggle>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<......<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ disablePopup?: boolean; id?: number; layerDefinition?: { allowGeometryUpdates?: boolean; capabilities?: string; copyrightText?: string; currentVersion?: number; defaultVisibility?: boolean; definitionEditor?: { ...; }; ... 41 more ...; visibilityField?: string; }; ... 6 more ...; $sublayerType?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">sublayerExtensions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly sublayer?: { id?: string | number; layer?: { sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<SublayerLike>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener: CollectionAfterRemoveEventHandler<.....<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ sublayer?: { listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remo...<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">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> </span><span class="tsd-kind-property">visibilityMode</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
1251
1251
|
<div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
|
|
1252
1252
|
by property name.</p>
|
|
1253
1253
|
</div>
|
|
@@ -1299,7 +1299,7 @@ generated.</p>
|
|
|
1299
1299
|
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">onEditFeature</a>.</p>
|
|
1300
1300
|
</div></li>
|
|
1301
1301
|
<li class="tsd-parameter">
|
|
1302
|
-
<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 | { ...; })[]; ...
|
|
1302
|
+
<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>
|
|
1303
1303
|
<div class="tsd-comment tsd-typography"><p>See <a href="mapping__SublayerExtension.SublayerExtension.html#relationships" class="tsd-kind-property">relationships</a>.</p>
|
|
1304
1304
|
</div></li>
|
|
1305
1305
|
<li class="tsd-parameter">
|
package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.html
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
<a href="mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.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>
|
|
43
43
|
<a href="mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.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="mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.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="mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.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
|
|
45
|
+
<a href="mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.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>
|
|
46
46
|
<a href="mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.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>
|
|
47
47
|
<a href="mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.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>
|
|
48
48
|
<a href="mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.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>
|
|
@@ -202,9 +202,9 @@ destroyed.</p>
|
|
|
202
202
|
</div><aside class="tsd-sources">
|
|
203
203
|
<p>Inherited from <a href="mapping_BuildingSublayerExtension.BuildingSublayerExtension.html">BuildingSublayerExtension</a>.<a href="mapping_BuildingSublayerExtension.BuildingSublayerExtension.html#hyperlinks">hyperlinks</a></p></aside></section>
|
|
204
204
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="iconUrl" class="tsd-anchor"></a>
|
|
205
|
-
<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>
|
|
206
|
-
<div class="tsd-signature"><span class="tsd-kind-property">icon<wbr/>Url</span><span class="tsd-signature-symbol"
|
|
207
|
-
<div class="tsd-comment tsd-typography"><p>URL to an icon that represents this
|
|
205
|
+
<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>
|
|
206
|
+
<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>
|
|
207
|
+
<div class="tsd-comment tsd-typography"><p>URL to an icon that represents this feature source.</p>
|
|
208
208
|
</div><aside class="tsd-sources">
|
|
209
209
|
<p>Inherited from <a href="mapping_BuildingSublayerExtension.BuildingSublayerExtension.html">BuildingSublayerExtension</a>.<a href="mapping_BuildingSublayerExtension.BuildingSublayerExtension.html#iconUrl">iconUrl</a></p></aside></section>
|
|
210
210
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="layerListSettings" class="tsd-anchor"></a>
|
|
@@ -1134,7 +1134,7 @@ adding features, then an <a href="../modules/InvalidOperationError.html" class="
|
|
|
1134
1134
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1135
1135
|
<ul class="tsd-parameter-list">
|
|
1136
1136
|
<li>
|
|
1137
|
-
<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">layerListSettings</span><span class="tsd-signature-symbol">?: </span>{ expanded?: boolean; included?: boolean; childrenIncluded?: boolean; }<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 | { ...; })[]; ... 27 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">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">sublayer</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ definitionExpression?: string; listMode?: "show" | "hide"; outFields?: string[]; popupEnabled?: boolean; popupTemplate?: { actions?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<ActionButton | ActionToggle>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<......<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ disablePopup?: boolean; id?: number; layerDefinition?: { allowGeometryUpdates?: boolean; capabilities?: string; copyrightText?: string; currentVersion?: number; defaultVisibility?: boolean; definitionEditor?: { ...; }; ... 41 more ...; visibilityField?: string; }; ... 6 more ...; $sublayerType?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">sublayerExtensions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly sublayer?: { id?: string | number; layer?: { sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<SublayerLike>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener: CollectionAfterRemoveEventHandler<.....<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ sublayer?: { listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remo...<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">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> </span><span class="tsd-kind-property">visibilityMode</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
1137
|
+
<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">layerListSettings</span><span class="tsd-signature-symbol">?: </span>{ expanded?: boolean; included?: boolean; childrenIncluded?: boolean; }<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">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">sublayer</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ definitionExpression?: string; listMode?: "show" | "hide"; outFields?: string[]; popupEnabled?: boolean; popupTemplate?: { actions?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<ActionButton | ActionToggle>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<......<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ disablePopup?: boolean; id?: number; layerDefinition?: { allowGeometryUpdates?: boolean; capabilities?: string; copyrightText?: string; currentVersion?: number; defaultVisibility?: boolean; definitionEditor?: { ...; }; ... 41 more ...; visibilityField?: string; }; ... 6 more ...; $sublayerType?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">sublayerExtensions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly sublayer?: { id?: string | number; layer?: { sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<SublayerLike>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener: CollectionAfterRemoveEventHandler<.....<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ sublayer?: { listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remo...<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">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> </span><span class="tsd-kind-property">visibilityMode</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
1138
1138
|
<div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
|
|
1139
1139
|
by property name.</p>
|
|
1140
1140
|
</div>
|
|
@@ -1182,7 +1182,7 @@ generated.</p>
|
|
|
1182
1182
|
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">onEditFeature</a>.</p>
|
|
1183
1183
|
</div></li>
|
|
1184
1184
|
<li class="tsd-parameter">
|
|
1185
|
-
<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 | { ...; })[]; ...
|
|
1185
|
+
<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>
|
|
1186
1186
|
<div class="tsd-comment tsd-typography"><p>See <a href="mapping__SublayerExtension.SublayerExtension.html#relationships" class="tsd-kind-property">relationships</a>.</p>
|
|
1187
1187
|
</div></li>
|
|
1188
1188
|
<li class="tsd-parameter">
|
|
@@ -1221,7 +1221,7 @@ the properties.</p>
|
|
|
1221
1221
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1222
1222
|
<ul class="tsd-parameter-list">
|
|
1223
1223
|
<li>
|
|
1224
|
-
<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">layerListSettings</span><span class="tsd-signature-symbol">?: </span>{ expanded?: boolean; included?: boolean; childrenIncluded?: boolean; }<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 | { ...; })[]; ... 27 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">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">sublayer</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ definitionExpression?: string; listMode?: "show" | "hide"; outFields?: string[]; popupEnabled?: boolean; popupTemplate?: { actions?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<ActionButton | ActionToggle>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<......<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ disablePopup?: boolean; id?: number; layerDefinition?: { allowGeometryUpdates?: boolean; capabilities?: string; copyrightText?: string; currentVersion?: number; defaultVisibility?: boolean; definitionEditor?: { ...; }; ... 41 more ...; visibilityField?: string; }; ... 6 more ...; $sublayerType?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">sublayerExtensions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly sublayer?: { id?: string | number; layer?: { sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<SublayerLike>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener: CollectionAfterRemoveEventHandler<.....<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ sublayer?: { listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remo...<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">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> </span><span class="tsd-kind-property">visibilityMode</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
1224
|
+
<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">layerListSettings</span><span class="tsd-signature-symbol">?: </span>{ expanded?: boolean; included?: boolean; childrenIncluded?: boolean; }<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">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">sublayer</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>{ listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener...<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ definitionExpression?: string; listMode?: "show" | "hide"; outFields?: string[]; popupEnabled?: boolean; popupTemplate?: { actions?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<ActionButton | ActionToggle>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<......<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ disablePopup?: boolean; id?: number; layerDefinition?: { allowGeometryUpdates?: boolean; capabilities?: string; copyrightText?: string; currentVersion?: number; defaultVisibility?: boolean; definitionEditor?: { ...; }; ... 41 more ...; visibilityField?: string; }; ... 6 more ...; $sublayerType?: string; }<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">sublayerExtensions</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>{ readonly sublayer?: { id?: string | number; layer?: { sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<SublayerLike>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remove", listener: CollectionAfterRemoveEventHandler<.....<span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span>{ sublayer?: { listMode?: "show" | "hide" | "hide-children"; readonly sublayers?: { on?: { (type: "after-add", listener: CollectionAfterAddEventHandler<BuildingGroupSublayer | BuildingComponentSublayer>): IHandle; (type: "after-changes", listener: CollectionAfterChangesEventHandler<...>): IHandle; (type: "after-remo...<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">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> </span><span class="tsd-kind-property">visibilityMode</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
1225
1225
|
<div class="tsd-comment tsd-typography"><p>A plain object containing property values to set, keyed
|
|
1226
1226
|
by property name.</p>
|
|
1227
1227
|
</div>
|
|
@@ -1269,7 +1269,7 @@ generated.</p>
|
|
|
1269
1269
|
<div class="tsd-comment tsd-typography"><p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#onEditFeature" class="tsd-kind-property">onEditFeature</a>.</p>
|
|
1270
1270
|
</div></li>
|
|
1271
1271
|
<li class="tsd-parameter">
|
|
1272
|
-
<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 | { ...; })[]; ...
|
|
1272
|
+
<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>
|
|
1273
1273
|
<div class="tsd-comment tsd-typography"><p>See <a href="mapping__SublayerExtension.SublayerExtension.html#relationships" class="tsd-kind-property">relationships</a>.</p>
|
|
1274
1274
|
</div></li>
|
|
1275
1275
|
<li class="tsd-parameter">
|