@vertigis/arcgis-extensions 32.8.5 → 32.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/AppConfig.schema.json +43 -11
  2. package/docs/html/assets/js/search.js +1 -1
  3. package/docs/html/classes/mapping_grouplayerextension.grouplayerextensioncollection.html +13 -13
  4. package/docs/html/classes/mapping_mapextension.mapextension.html +7 -7
  5. package/docs/html/classes/mapping_support__layerextensioncollection.layerextensioncollectionbase.html +19 -19
  6. package/docs/html/enums/portal_featurelayer.featurelayermode.html +4 -4
  7. package/docs/html/index.html +9 -0
  8. package/docs/html/interfaces/data__tableextension.tableproperties.html +51 -9
  9. package/docs/html/interfaces/mapping_featurelayerextension.featurelayerproperties.html +76 -13
  10. package/docs/html/interfaces/mapping_featurelayerextensionbase.featurelayerbaseproperties.html +76 -13
  11. package/docs/html/interfaces/mapping_support__layerextensioncollection.layerextensioncollection.html +3 -3
  12. package/docs/html/interfaces/portal_applicationproperties.applicationproperties.html +32 -2
  13. package/docs/html/interfaces/portal_bookmark.bookmark.html +18 -3
  14. package/docs/html/interfaces/portal_csvlayer.csvlayer-1.html +27 -7
  15. package/docs/html/interfaces/portal_drawinginfo.drawinginfo-1.html +29 -8
  16. package/docs/html/interfaces/portal_featurelayer.featurelayer-1.html +73 -13
  17. package/docs/html/interfaces/portal_forminfo.formattachmentelement.html +351 -0
  18. package/docs/html/interfaces/portal_forminfo.formbarcodescannerinput.html +257 -0
  19. package/docs/html/interfaces/portal_forminfo.formcomboboxinput.html +254 -0
  20. package/docs/html/interfaces/portal_forminfo.formdatetimepickerinput.html +274 -0
  21. package/docs/html/interfaces/portal_forminfo.formexpressioninfo.html +273 -0
  22. package/docs/html/interfaces/portal_forminfo.formfieldelement.html +386 -0
  23. package/docs/html/interfaces/portal_forminfo.formgroupelement.html +315 -0
  24. package/docs/html/interfaces/portal_forminfo.forminfo.html +271 -0
  25. package/docs/html/interfaces/portal_forminfo.formradiobuttonsinput.html +253 -0
  26. package/docs/html/interfaces/portal_forminfo.formrelationshipelement.html +334 -0
  27. package/docs/html/interfaces/portal_forminfo.formswitchinput.html +252 -0
  28. package/docs/html/interfaces/portal_forminfo.formtextareainput.html +254 -0
  29. package/docs/html/interfaces/portal_forminfo.formtextboxinput.html +255 -0
  30. package/docs/html/interfaces/portal_grouplayer.grouplayer-1.html +7 -4
  31. package/docs/html/interfaces/portal_grouplayer.subtypegrouplayer.html +501 -0
  32. package/docs/html/interfaces/portal_imageservicelayer.imageservicelayer-1.html +33 -13
  33. package/docs/html/interfaces/portal_imageservicevectorlayer.imageservicevectorlayer.html +28 -8
  34. package/docs/html/interfaces/portal_item.item-1.html +158 -41
  35. package/docs/html/interfaces/portal_labelinginfo.labelinginfo-1.html +19 -10
  36. package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +241 -0
  37. package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +116 -31
  38. package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +12 -0
  39. package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +381 -0
  40. package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +262 -0
  41. package/docs/html/interfaces/portal_mapfloorinfo.facilitylayerinfo.html +254 -0
  42. package/docs/html/interfaces/portal_mapfloorinfo.levellayerinfo.html +315 -0
  43. package/docs/html/interfaces/portal_mapfloorinfo.mapfloorinfo-1.html +233 -0
  44. package/docs/html/interfaces/portal_mapfloorinfo.sitelayerinfo.html +231 -0
  45. package/docs/html/interfaces/portal_mapservicelayer.mapservicelayer-1.html +26 -6
  46. package/docs/html/interfaces/portal_renderer.authoringinfo.html +28 -5
  47. package/docs/html/interfaces/portal_renderer.colorramp.html +291 -0
  48. package/docs/html/interfaces/portal_renderer.rendererbase.html +3 -0
  49. package/docs/html/interfaces/portal_streamlayer.streamlayer-1.html +75 -12
  50. package/docs/html/interfaces/portal_symbol.font.html +4 -4
  51. package/docs/html/interfaces/portal_table.table.html +49 -9
  52. package/docs/html/interfaces/portal_tiledimageservicelayer.tiledimageservicelayer-1.html +23 -3
  53. package/docs/html/interfaces/portal_tiledmapservicelayer.tiledmapservicelayer-1.html +27 -7
  54. package/docs/html/interfaces/portal_utilitynetwork.traceconfiguration.html +201 -0
  55. package/docs/html/interfaces/portal_utilitynetwork.utilitynetwork.html +243 -0
  56. package/docs/html/interfaces/portal_vectortilelayer.vectortilelayer-1.html +24 -4
  57. package/docs/html/interfaces/portal_webmap.webmap-1.html +71 -13
  58. package/docs/html/interfaces/portal_webscene.webscene-1.html +34 -15
  59. package/docs/html/interfaces/portal_webtilelayer.webtilelayer-1.html +8 -8
  60. package/docs/html/interfaces/portal_widgets.floorfilter.html +310 -0
  61. package/docs/html/interfaces/portal_widgets.range.html +6 -3
  62. package/docs/html/interfaces/portal_widgets.timeslider.html +4 -1
  63. package/docs/html/interfaces/portal_widgets.widgets.html +22 -0
  64. package/docs/html/modules/mapping_mapextension.html +1 -1
  65. package/docs/html/modules/portal_applicationproperties.html +2 -2
  66. package/docs/html/modules/portal_featurelayer.featurelayer.html +8 -8
  67. package/docs/html/modules/portal_featurelayer.html +1 -1
  68. package/docs/html/modules/portal_forminfo.html +178 -0
  69. package/docs/html/modules/portal_grouplayer.grouplayer.html +3 -3
  70. package/docs/html/modules/portal_grouplayer.html +5 -1
  71. package/docs/html/modules/portal_labelinginfo.html +1 -1
  72. package/docs/html/modules/portal_labelinginfo.labelplacement.html +2 -2
  73. package/docs/html/modules/portal_layerdefinition.html +32 -1
  74. package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
  75. package/docs/html/modules/portal_mapfloorinfo.html +153 -0
  76. package/docs/html/modules/portal_mapfloorinfo.mapfloorinfo.html +209 -0
  77. package/docs/html/modules/portal_renderer.html +10 -6
  78. package/docs/html/modules/portal_table.html +5 -5
  79. package/docs/html/modules/portal_tiledmapservicelayer.tiledmapservicelayer.html +1 -1
  80. package/docs/html/modules/portal_utilitynetwork.html +134 -0
  81. package/docs/html/modules/portal_webmap.webmap.html +3 -3
  82. package/docs/html/modules/portal_webscene.webscene.html +3 -3
  83. package/docs/html/modules/portal_webtilelayer.webtilelayer.html +1 -1
  84. package/docs/html/modules/portal_widgets.html +5 -1
  85. package/docs/html/modules/version.html +1 -1
  86. package/docs/html/modules.html +12 -0
  87. package/mapping/MapExtension.js +1 -1
  88. package/mapping/support/_LayerExtensionCollection.js +1 -1
  89. package/package.json +1 -1
  90. package/portal/ApplicationProperties.d.ts +25 -0
  91. package/portal/Bookmark.d.ts +8 -2
  92. package/portal/CSVLayer.d.ts +5 -0
  93. package/portal/DrawingInfo.d.ts +9 -3
  94. package/portal/FeatureLayer.d.ts +16 -0
  95. package/portal/FormInfo.d.ts +391 -0
  96. package/portal/FormInfo.js +1 -0
  97. package/portal/GroupLayer.d.ts +25 -0
  98. package/portal/ImageServiceLayer.d.ts +5 -0
  99. package/portal/ImageServiceVectorLayer.d.ts +5 -0
  100. package/portal/Item.d.ts +37 -10
  101. package/portal/LabelingInfo.d.ts +7 -2
  102. package/portal/LayerDefinition.d.ts +121 -0
  103. package/portal/MapFloorInfo.d.ts +130 -0
  104. package/portal/MapFloorInfo.js +1 -0
  105. package/portal/MapServiceLayer.d.ts +5 -0
  106. package/portal/MapServiceLayer.js +1 -1
  107. package/portal/Renderer.d.ts +32 -0
  108. package/portal/Symbol.d.ts +4 -4
  109. package/portal/Table.d.ts +11 -0
  110. package/portal/TiledImageServiceLayer.d.ts +5 -0
  111. package/portal/TiledMapServiceLayer.d.ts +5 -0
  112. package/portal/TiledMapServiceLayer.js +1 -1
  113. package/portal/UtilityNetwork.d.ts +42 -0
  114. package/portal/UtilityNetwork.js +1 -0
  115. package/portal/VectorTileLayer.d.ts +5 -0
  116. package/portal/WebMap.d.ts +16 -0
  117. package/portal/WebMap.js +1 -1
  118. package/portal/WebScene.d.ts +5 -0
  119. package/portal/WebScene.js +1 -1
  120. package/portal/WebTileLayer.js +1 -1
  121. package/portal/Widgets.d.ts +45 -0
  122. package/version.d.ts +1 -1
  123. package/version.js +1 -1
@@ -0,0 +1,243 @@
1
+ <!doctype html>
2
+ <html class="default no-js">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <title>UtilityNetwork | @vertigis/arcgis-extensions</title>
7
+ <meta name="description" content="Documentation for @vertigis/arcgis-extensions">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <link rel="stylesheet" href="../assets/css/main.css">
10
+ <script async src="../assets/js/search.js" id="search-script"></script>
11
+ </head>
12
+ <body>
13
+ <header>
14
+ <div class="tsd-page-toolbar">
15
+ <div class="container">
16
+ <div class="table-wrap">
17
+ <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18
+ <div class="field">
19
+ <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20
+ <input id="tsd-search-field" type="text" />
21
+ </div>
22
+ <ul class="results">
23
+ <li class="state loading">Preparing search index...</li>
24
+ <li class="state failure">The search index is not available</li>
25
+ </ul>
26
+ <a href="../index.html" class="title">@vertigis/arcgis-extensions</a>
27
+ </div>
28
+ <div class="table-cell" id="tsd-widgets">
29
+ <div id="tsd-filter">
30
+ <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31
+ <div class="tsd-filter-group">
32
+ <div class="tsd-select" id="tsd-filter-visibility">
33
+ <span class="tsd-select-label">All</span>
34
+ <ul class="tsd-select-list">
35
+ <li data-value="public">Public</li>
36
+ <li data-value="protected">Public/Protected</li>
37
+ <li data-value="private" class="selected">All</li>
38
+ </ul>
39
+ </div>
40
+ <input type="checkbox" id="tsd-filter-inherited" checked />
41
+ <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42
+ </div>
43
+ </div>
44
+ <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <div class="tsd-page-title">
50
+ <div class="container">
51
+ <ul class="tsd-breadcrumb">
52
+ <li>
53
+ <a href="../modules.html">@vertigis/arcgis-extensions</a>
54
+ </li>
55
+ <li>
56
+ <a href="../modules/portal_utilitynetwork.html">portal/UtilityNetwork</a>
57
+ </li>
58
+ <li>
59
+ <a href="portal_utilitynetwork.utilitynetwork.html">UtilityNetwork</a>
60
+ </li>
61
+ </ul>
62
+ <h1>Interface UtilityNetwork</h1>
63
+ </div>
64
+ </div>
65
+ </header>
66
+ <div class="container container-main">
67
+ <div class="row">
68
+ <div class="col-8 col-content">
69
+ <section class="tsd-panel tsd-comment">
70
+ <div class="tsd-comment tsd-typography">
71
+ <div class="lead">
72
+ <p>Identifies the central object for utility network schema information to
73
+ access utility-related functionality, such as tracing and querying
74
+ associations.
75
+ <a href="https://developers.arcgis.com/web-map-specification/objects/utilityNetwork/" class="external">https://developers.arcgis.com/web-map-specification/objects/utilityNetwork/</a>.</p>
76
+ </div>
77
+ </div>
78
+ </section>
79
+ <section class="tsd-panel tsd-hierarchy">
80
+ <h3>Hierarchy</h3>
81
+ <ul class="tsd-hierarchy">
82
+ <li>
83
+ <span class="target">UtilityNetwork</span>
84
+ </li>
85
+ </ul>
86
+ </section>
87
+ <section class="tsd-panel-group tsd-index-group">
88
+ <h2>Index</h2>
89
+ <section class="tsd-panel tsd-index-panel">
90
+ <div class="tsd-index-content">
91
+ <section class="tsd-index-section ">
92
+ <h3>Properties</h3>
93
+ <ul class="tsd-index-list">
94
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_utilitynetwork.utilitynetwork.html#id" class="tsd-kind-icon">id</a></li>
95
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_utilitynetwork.utilitynetwork.html#title" class="tsd-kind-icon">title</a></li>
96
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_utilitynetwork.utilitynetwork.html#traceconfigurations" class="tsd-kind-icon">trace<wbr>Configurations</a></li>
97
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_utilitynetwork.utilitynetwork.html#url" class="tsd-kind-icon">url</a></li>
98
+ </ul>
99
+ </section>
100
+ </div>
101
+ </section>
102
+ </section>
103
+ <section class="tsd-panel-group tsd-member-group ">
104
+ <h2>Properties</h2>
105
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
106
+ <a name="id" class="tsd-anchor"></a>
107
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> id</h3>
108
+ <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
109
+ <aside class="tsd-sources">
110
+ <ul>
111
+ <li>Defined in src/portal/UtilityNetwork.ts:11</li>
112
+ </ul>
113
+ </aside>
114
+ <div class="tsd-comment tsd-typography">
115
+ <div class="lead">
116
+ <p>A unique identifying string for the utility network.</p>
117
+ </div>
118
+ </div>
119
+ </section>
120
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
121
+ <a name="title" class="tsd-anchor"></a>
122
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> title</h3>
123
+ <div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
124
+ <aside class="tsd-sources">
125
+ <ul>
126
+ <li>Defined in src/portal/UtilityNetwork.ts:17</li>
127
+ </ul>
128
+ </aside>
129
+ <div class="tsd-comment tsd-typography">
130
+ <div class="lead">
131
+ <pre><code><span style="color: #0070C1">A</span><span style="color: #000000"> </span><span style="color: #001080">user</span><span style="color: #000000">-</span><span style="color: #001080">friendly</span><span style="color: #000000"> </span><span style="color: #001080">string</span><span style="color: #000000"> </span><span style="color: #001080">title</span><span style="color: #000000"> </span><span style="color: #001080">for</span><span style="color: #000000"> </span><span style="color: #001080">the</span><span style="color: #000000"> </span><span style="color: #001080">utility</span><span style="color: #000000"> </span><span style="color: #001080">network</span><span style="color: #000000"> </span><span style="color: #001080">that</span><span style="color: #000000"> </span><span style="color: #001080">can</span><span style="color: #000000"> </span><span style="color: #001080">be</span><span style="color: #000000"> </span><span style="color: #001080">used</span><span style="color: #000000"> </span><span style="color: #0000FF">in</span>
132
+ <span style="color: #001080">a</span><span style="color: #000000"> </span><span style="color: #001080">table</span><span style="color: #000000"> </span><span style="color: #0000FF">of</span><span style="color: #000000"> </span><span style="color: #001080">contents</span><span style="color: #000000">.</span>
133
+ </code></pre>
134
+ </div>
135
+ </div>
136
+ </section>
137
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
138
+ <a name="traceconfigurations" class="tsd-anchor"></a>
139
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> trace<wbr>Configurations</h3>
140
+ <div class="tsd-signature tsd-kind-icon">trace<wbr>Configurations<span class="tsd-signature-symbol">:</span> <a href="portal_utilitynetwork.traceconfiguration.html" class="tsd-signature-type" data-tsd-kind="Interface">TraceConfiguration</a><span class="tsd-signature-symbol">[]</span></div>
141
+ <aside class="tsd-sources">
142
+ <ul>
143
+ <li>Defined in src/portal/UtilityNetwork.ts:23</li>
144
+ </ul>
145
+ </aside>
146
+ <div class="tsd-comment tsd-typography">
147
+ <div class="lead">
148
+ <p>An array of pre-configured trace configurations for quickly running
149
+ common traces.</p>
150
+ </div>
151
+ </div>
152
+ </section>
153
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
154
+ <a name="url" class="tsd-anchor"></a>
155
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> url</h3>
156
+ <div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
157
+ <aside class="tsd-sources">
158
+ <ul>
159
+ <li>Defined in src/portal/UtilityNetwork.ts:28</li>
160
+ </ul>
161
+ </aside>
162
+ <div class="tsd-comment tsd-typography">
163
+ <div class="lead">
164
+ <pre><code><span style="color: #0070C1">A</span><span style="color: #000000"> </span><span style="color: #001080">string</span><span style="color: #000000"> </span><span style="color: #001080">value</span><span style="color: #000000"> </span><span style="color: #001080">indicating</span><span style="color: #000000"> </span><span style="color: #001080">the</span><span style="color: #000000"> </span><span style="color: #0070C1">URL</span><span style="color: #000000"> </span><span style="color: #001080">to</span><span style="color: #000000"> </span><span style="color: #001080">the</span><span style="color: #000000"> </span><span style="color: #001080">utility</span><span style="color: #000000"> </span><span style="color: #001080">network</span><span style="color: #000000"> </span><span style="color: #001080">layer</span><span style="color: #000000">.</span>
165
+ </code></pre>
166
+ </div>
167
+ </div>
168
+ </section>
169
+ </section>
170
+ </div>
171
+ <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
172
+ <nav class="tsd-navigation primary">
173
+ <ul>
174
+ <li class=" ">
175
+ <a href="../modules.html">Exports</a>
176
+ </li>
177
+ <li class="current tsd-kind-module">
178
+ <a href="../modules/portal_utilitynetwork.html">portal/<wbr>Utility<wbr>Network</a>
179
+ </li>
180
+ </ul>
181
+ </nav>
182
+ <nav class="tsd-navigation secondary menu-sticky">
183
+ <ul class="before-current">
184
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
185
+ <a href="portal_utilitynetwork.traceconfiguration.html" class="tsd-kind-icon">Trace<wbr>Configuration</a>
186
+ </li>
187
+ </ul>
188
+ <ul class="current">
189
+ <li class="current tsd-kind-interface tsd-parent-kind-module">
190
+ <a href="portal_utilitynetwork.utilitynetwork.html" class="tsd-kind-icon">Utility<wbr>Network</a>
191
+ <ul>
192
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
193
+ <a href="portal_utilitynetwork.utilitynetwork.html#id" class="tsd-kind-icon">id</a>
194
+ </li>
195
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
196
+ <a href="portal_utilitynetwork.utilitynetwork.html#title" class="tsd-kind-icon">title</a>
197
+ </li>
198
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
199
+ <a href="portal_utilitynetwork.utilitynetwork.html#traceconfigurations" class="tsd-kind-icon">trace<wbr>Configurations</a>
200
+ </li>
201
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
202
+ <a href="portal_utilitynetwork.utilitynetwork.html#url" class="tsd-kind-icon">url</a>
203
+ </li>
204
+ </ul>
205
+ </li>
206
+ </ul>
207
+ <ul class="after-current">
208
+ </ul>
209
+ </nav>
210
+ </div>
211
+ </div>
212
+ </div>
213
+ <footer>
214
+ <div class="container">
215
+ <h2>Legend</h2>
216
+ <div class="tsd-legend-group">
217
+ <ul class="tsd-legend">
218
+ <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
219
+ <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
220
+ <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
221
+ <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
222
+ <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
223
+ <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
224
+ </ul>
225
+ <ul class="tsd-legend">
226
+ <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
227
+ <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
228
+ <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
229
+ </ul>
230
+ <ul class="tsd-legend">
231
+ <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
232
+ <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
233
+ </ul>
234
+ <ul class="tsd-legend">
235
+ <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
236
+ </ul>
237
+ </div>
238
+ </div>
239
+ </footer>
240
+ <div class="overlay"></div>
241
+ <script src="../assets/js/main.js"></script>
242
+ </body>
243
+ </html>
@@ -100,6 +100,7 @@
100
100
  <h3>Properties</h3>
101
101
  <ul class="tsd-index-list">
102
102
  <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_vectortilelayer.vectortilelayer-1.html#blendmode" class="tsd-kind-icon">blend<wbr>Mode</a></li>
103
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_vectortilelayer.vectortilelayer-1.html#customparameters" class="tsd-kind-icon">custom<wbr>Parameters</a></li>
103
104
  <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_vectortilelayer.vectortilelayer-1.html#id" class="tsd-kind-icon">id</a></li>
104
105
  <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_vectortilelayer.vectortilelayer-1.html#isreference" class="tsd-kind-icon">is<wbr>Reference</a></li>
105
106
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_vectortilelayer.vectortilelayer-1.html#itemid" class="tsd-kind-icon">item<wbr>Id</a></li>
@@ -139,6 +140,22 @@
139
140
  </div>
140
141
  </div>
141
142
  </section>
143
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
144
+ <a name="customparameters" class="tsd-anchor"></a>
145
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> custom<wbr>Parameters</h3>
146
+ <div class="tsd-signature tsd-kind-icon">custom<wbr>Parameters<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></div>
147
+ <aside class="tsd-sources">
148
+ <ul>
149
+ <li>Defined in src/portal/VectorTileLayer.ts:146</li>
150
+ </ul>
151
+ </aside>
152
+ <div class="tsd-comment tsd-typography">
153
+ <div class="lead">
154
+ <p>A sequence of custom parameters appended to the URL of all requests
155
+ related to supporting ArcGIS layer types.</p>
156
+ </div>
157
+ </div>
158
+ </section>
142
159
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
143
160
  <a name="id" class="tsd-anchor"></a>
144
161
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> id</h3>
@@ -179,7 +196,7 @@
179
196
  <div class="tsd-signature tsd-kind-icon">item<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
180
197
  <aside class="tsd-sources">
181
198
  <ul>
182
- <li>Defined in src/portal/VectorTileLayer.ts:146</li>
199
+ <li>Defined in src/portal/VectorTileLayer.ts:152</li>
183
200
  </ul>
184
201
  </aside>
185
202
  <div class="tsd-comment tsd-typography">
@@ -196,7 +213,7 @@
196
213
  <aside class="tsd-sources">
197
214
  <p>Overrides <a href="portal_basemaplayer.basemaplayerbase.html">BaseMapLayerBase</a>.<a href="portal_basemaplayer.basemaplayerbase.html#layertype">layerType</a></p>
198
215
  <ul>
199
- <li>Defined in src/portal/VectorTileLayer.ts:151</li>
216
+ <li>Defined in src/portal/VectorTileLayer.ts:157</li>
200
217
  </ul>
201
218
  </aside>
202
219
  <div class="tsd-comment tsd-typography">
@@ -282,7 +299,7 @@
282
299
  <div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
283
300
  <aside class="tsd-sources">
284
301
  <ul>
285
- <li>Defined in src/portal/VectorTileLayer.ts:156</li>
302
+ <li>Defined in src/portal/VectorTileLayer.ts:162</li>
286
303
  </ul>
287
304
  </aside>
288
305
  <div class="tsd-comment tsd-typography">
@@ -338,7 +355,7 @@
338
355
  <div class="tsd-signature tsd-kind-icon">style<wbr>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
339
356
  <aside class="tsd-sources">
340
357
  <ul>
341
- <li>Defined in src/portal/VectorTileLayer.ts:163</li>
358
+ <li>Defined in src/portal/VectorTileLayer.ts:169</li>
342
359
  </ul>
343
360
  </aside>
344
361
  <div class="tsd-comment tsd-typography">
@@ -430,6 +447,9 @@
430
447
  <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
431
448
  <a href="portal_vectortilelayer.vectortilelayer-1.html#blendmode" class="tsd-kind-icon">blend<wbr>Mode</a>
432
449
  </li>
450
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
451
+ <a href="portal_vectortilelayer.vectortilelayer-1.html#customparameters" class="tsd-kind-icon">custom<wbr>Parameters</a>
452
+ </li>
433
453
  <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
434
454
  <a href="portal_vectortilelayer.vectortilelayer-1.html#id" class="tsd-kind-icon">id</a>
435
455
  </li>
@@ -101,10 +101,13 @@
101
101
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#basemap" class="tsd-kind-icon">base<wbr>Map</a></li>
102
102
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#bookmarks" class="tsd-kind-icon">bookmarks</a></li>
103
103
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#initialstate" class="tsd-kind-icon">initial<wbr>State</a></li>
104
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#mapfloorinfo" class="tsd-kind-icon">map<wbr>Floor<wbr>Info</a></li>
105
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#maprangeinfo" class="tsd-kind-icon">map<wbr>Range<wbr>Info</a></li>
104
106
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#operationallayers" class="tsd-kind-icon">operational<wbr>Layers</a></li>
105
107
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#presentation" class="tsd-kind-icon">presentation</a></li>
106
108
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#spatialreference" class="tsd-kind-icon">spatial<wbr>Reference</a></li>
107
109
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#tables" class="tsd-kind-icon">tables</a></li>
110
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#utilitynetworks" class="tsd-kind-icon">utility<wbr>Networks</a></li>
108
111
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#version" class="tsd-kind-icon">version</a></li>
109
112
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webmap.webmap-1.html#widgets" class="tsd-kind-icon">widgets</a></li>
110
113
  </ul>
@@ -120,7 +123,7 @@
120
123
  <div class="tsd-signature tsd-kind-icon">$initial<wbr>Viewpoint<span class="tsd-signature-symbol">:</span> <a href="portal_viewpoint.viewpoint-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Viewpoint</a></div>
121
124
  <aside class="tsd-sources">
122
125
  <ul>
123
- <li>Defined in src/portal/WebMap.ts:420</li>
126
+ <li>Defined in src/portal/WebMap.ts:447</li>
124
127
  </ul>
125
128
  </aside>
126
129
  <div class="tsd-comment tsd-typography">
@@ -137,7 +140,7 @@
137
140
  <div class="tsd-signature tsd-kind-icon">application<wbr>Properties<span class="tsd-signature-symbol">:</span> <a href="portal_applicationproperties.applicationproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">ApplicationProperties</a></div>
138
141
  <aside class="tsd-sources">
139
142
  <ul>
140
- <li>Defined in src/portal/WebMap.ts:352</li>
143
+ <li>Defined in src/portal/WebMap.ts:363</li>
141
144
  </ul>
142
145
  </aside>
143
146
  <div class="tsd-comment tsd-typography">
@@ -156,7 +159,7 @@
156
159
  <div class="tsd-signature tsd-kind-icon">authoring<wbr>App<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
157
160
  <aside class="tsd-sources">
158
161
  <ul>
159
- <li>Defined in src/portal/WebMap.ts:357</li>
162
+ <li>Defined in src/portal/WebMap.ts:368</li>
160
163
  </ul>
161
164
  </aside>
162
165
  <div class="tsd-comment tsd-typography">
@@ -171,7 +174,7 @@
171
174
  <div class="tsd-signature tsd-kind-icon">authoring<wbr>App<wbr>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
172
175
  <aside class="tsd-sources">
173
176
  <ul>
174
- <li>Defined in src/portal/WebMap.ts:362</li>
177
+ <li>Defined in src/portal/WebMap.ts:373</li>
175
178
  </ul>
176
179
  </aside>
177
180
  <div class="tsd-comment tsd-typography">
@@ -186,7 +189,7 @@
186
189
  <div class="tsd-signature tsd-kind-icon">base<wbr>Map<span class="tsd-signature-symbol">:</span> <a href="portal_basemap.basemap-1.html" class="tsd-signature-type" data-tsd-kind="Interface">BaseMap</a></div>
187
190
  <aside class="tsd-sources">
188
191
  <ul>
189
- <li>Defined in src/portal/WebMap.ts:369</li>
192
+ <li>Defined in src/portal/WebMap.ts:380</li>
190
193
  </ul>
191
194
  </aside>
192
195
  <div class="tsd-comment tsd-typography">
@@ -203,7 +206,7 @@
203
206
  <div class="tsd-signature tsd-kind-icon">bookmarks<span class="tsd-signature-symbol">:</span> <a href="portal_bookmark.bookmark.html" class="tsd-signature-type" data-tsd-kind="Interface">Bookmark</a><span class="tsd-signature-symbol">[]</span></div>
204
207
  <aside class="tsd-sources">
205
208
  <ul>
206
- <li>Defined in src/portal/WebMap.ts:374</li>
209
+ <li>Defined in src/portal/WebMap.ts:385</li>
207
210
  </ul>
208
211
  </aside>
209
212
  <div class="tsd-comment tsd-typography">
@@ -218,7 +221,7 @@
218
221
  <div class="tsd-signature tsd-kind-icon">initial<wbr>State<span class="tsd-signature-symbol">:</span> <a href="portal_initialstate.initialstate-1.html" class="tsd-signature-type" data-tsd-kind="Interface">InitialState</a></div>
219
222
  <aside class="tsd-sources">
220
223
  <ul>
221
- <li>Defined in src/portal/WebMap.ts:379</li>
224
+ <li>Defined in src/portal/WebMap.ts:390</li>
222
225
  </ul>
223
226
  </aside>
224
227
  <div class="tsd-comment tsd-typography">
@@ -228,13 +231,43 @@
228
231
  </div>
229
232
  </div>
230
233
  </section>
234
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
235
+ <a name="mapfloorinfo" class="tsd-anchor"></a>
236
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> map<wbr>Floor<wbr>Info</h3>
237
+ <div class="tsd-signature tsd-kind-icon">map<wbr>Floor<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-signature-type" data-tsd-kind="Interface">MapFloorInfo</a></div>
238
+ <aside class="tsd-sources">
239
+ <ul>
240
+ <li>Defined in src/portal/WebMap.ts:395</li>
241
+ </ul>
242
+ </aside>
243
+ <div class="tsd-comment tsd-typography">
244
+ <div class="lead">
245
+ <p>Contains floor-awareness information for the map.</p>
246
+ </div>
247
+ </div>
248
+ </section>
249
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
250
+ <a name="maprangeinfo" class="tsd-anchor"></a>
251
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> map<wbr>Range<wbr>Info</h3>
252
+ <div class="tsd-signature tsd-kind-icon">map<wbr>Range<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_maprangeinfo.maprangeinfo.html" class="tsd-signature-type" data-tsd-kind="Interface">MapRangeInfo</a></div>
253
+ <aside class="tsd-sources">
254
+ <ul>
255
+ <li>Defined in src/portal/WebMap.ts:400</li>
256
+ </ul>
257
+ </aside>
258
+ <div class="tsd-comment tsd-typography">
259
+ <div class="lead">
260
+ <p>Map range information.</p>
261
+ </div>
262
+ </div>
263
+ </section>
231
264
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
232
265
  <a name="operationallayers" class="tsd-anchor"></a>
233
266
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> operational<wbr>Layers</h3>
234
267
  <div class="tsd-signature tsd-kind-icon">operational<wbr>Layers<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_operationallayer.html#operationallayer" class="tsd-signature-type" data-tsd-kind="Type alias">OperationalLayer</a><span class="tsd-signature-symbol">[]</span></div>
235
268
  <aside class="tsd-sources">
236
269
  <ul>
237
- <li>Defined in src/portal/WebMap.ts:387</li>
270
+ <li>Defined in src/portal/WebMap.ts:408</li>
238
271
  </ul>
239
272
  </aside>
240
273
  <div class="tsd-comment tsd-typography">
@@ -252,7 +285,7 @@
252
285
  <div class="tsd-signature tsd-kind-icon">presentation<span class="tsd-signature-symbol">:</span> <a href="portal_presentation.presentation-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Presentation</a></div>
253
286
  <aside class="tsd-sources">
254
287
  <ul>
255
- <li>Defined in src/portal/WebMap.ts:393</li>
288
+ <li>Defined in src/portal/WebMap.ts:414</li>
256
289
  </ul>
257
290
  </aside>
258
291
  <div class="tsd-comment tsd-typography">
@@ -268,7 +301,7 @@
268
301
  <div class="tsd-signature tsd-kind-icon">spatial<wbr>Reference<span class="tsd-signature-symbol">:</span> <a href="portal_spatialreference.spatialreference-1.html" class="tsd-signature-type" data-tsd-kind="Interface">SpatialReference</a></div>
269
302
  <aside class="tsd-sources">
270
303
  <ul>
271
- <li>Defined in src/portal/WebMap.ts:398</li>
304
+ <li>Defined in src/portal/WebMap.ts:419</li>
272
305
  </ul>
273
306
  </aside>
274
307
  <div class="tsd-comment tsd-typography">
@@ -283,7 +316,7 @@
283
316
  <div class="tsd-signature tsd-kind-icon">tables<span class="tsd-signature-symbol">:</span> <a href="portal_table.table.html" class="tsd-signature-type" data-tsd-kind="Interface">Table</a><span class="tsd-signature-symbol">[]</span></div>
284
317
  <aside class="tsd-sources">
285
318
  <ul>
286
- <li>Defined in src/portal/WebMap.ts:403</li>
319
+ <li>Defined in src/portal/WebMap.ts:424</li>
287
320
  </ul>
288
321
  </aside>
289
322
  <div class="tsd-comment tsd-typography">
@@ -292,13 +325,29 @@
292
325
  </div>
293
326
  </div>
294
327
  </section>
328
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
329
+ <a name="utilitynetworks" class="tsd-anchor"></a>
330
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> utility<wbr>Networks</h3>
331
+ <div class="tsd-signature tsd-kind-icon">utility<wbr>Networks<span class="tsd-signature-symbol">:</span> <a href="portal_utilitynetwork.utilitynetwork.html" class="tsd-signature-type" data-tsd-kind="Interface">UtilityNetwork</a><span class="tsd-signature-symbol">[]</span></div>
332
+ <aside class="tsd-sources">
333
+ <ul>
334
+ <li>Defined in src/portal/WebMap.ts:430</li>
335
+ </ul>
336
+ </aside>
337
+ <div class="tsd-comment tsd-typography">
338
+ <div class="lead">
339
+ <p>An array of utility network objects the map can use to access
340
+ utility-related functionality, such as tracing and querying associations.</p>
341
+ </div>
342
+ </div>
343
+ </section>
295
344
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
296
345
  <a name="version" class="tsd-anchor"></a>
297
346
  <h3>version</h3>
298
347
  <div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
299
348
  <aside class="tsd-sources">
300
349
  <ul>
301
- <li>Defined in src/portal/WebMap.ts:410</li>
350
+ <li>Defined in src/portal/WebMap.ts:437</li>
302
351
  </ul>
303
352
  </aside>
304
353
  <div class="tsd-comment tsd-typography">
@@ -315,7 +364,7 @@
315
364
  <div class="tsd-signature tsd-kind-icon">widgets<span class="tsd-signature-symbol">:</span> <a href="portal_widgets.widgets.html" class="tsd-signature-type" data-tsd-kind="Interface">Widgets</a></div>
316
365
  <aside class="tsd-sources">
317
366
  <ul>
318
- <li>Defined in src/portal/WebMap.ts:415</li>
367
+ <li>Defined in src/portal/WebMap.ts:442</li>
319
368
  </ul>
320
369
  </aside>
321
370
  <div class="tsd-comment tsd-typography">
@@ -370,6 +419,12 @@
370
419
  <li class=" tsd-kind-property tsd-parent-kind-interface">
371
420
  <a href="portal_webmap.webmap-1.html#initialstate" class="tsd-kind-icon">initial<wbr>State</a>
372
421
  </li>
422
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
423
+ <a href="portal_webmap.webmap-1.html#mapfloorinfo" class="tsd-kind-icon">map<wbr>Floor<wbr>Info</a>
424
+ </li>
425
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
426
+ <a href="portal_webmap.webmap-1.html#maprangeinfo" class="tsd-kind-icon">map<wbr>Range<wbr>Info</a>
427
+ </li>
373
428
  <li class=" tsd-kind-property tsd-parent-kind-interface">
374
429
  <a href="portal_webmap.webmap-1.html#operationallayers" class="tsd-kind-icon">operational<wbr>Layers</a>
375
430
  </li>
@@ -382,6 +437,9 @@
382
437
  <li class=" tsd-kind-property tsd-parent-kind-interface">
383
438
  <a href="portal_webmap.webmap-1.html#tables" class="tsd-kind-icon">tables</a>
384
439
  </li>
440
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
441
+ <a href="portal_webmap.webmap-1.html#utilitynetworks" class="tsd-kind-icon">utility<wbr>Networks</a>
442
+ </li>
385
443
  <li class=" tsd-kind-property tsd-parent-kind-interface">
386
444
  <a href="portal_webmap.webmap-1.html#version" class="tsd-kind-icon">version</a>
387
445
  </li>