@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.
- package/AppConfig.schema.json +43 -11
- package/docs/html/assets/js/search.js +1 -1
- package/docs/html/classes/mapping_grouplayerextension.grouplayerextensioncollection.html +13 -13
- package/docs/html/classes/mapping_mapextension.mapextension.html +7 -7
- package/docs/html/classes/mapping_support__layerextensioncollection.layerextensioncollectionbase.html +19 -19
- package/docs/html/enums/portal_featurelayer.featurelayermode.html +4 -4
- package/docs/html/index.html +9 -0
- package/docs/html/interfaces/data__tableextension.tableproperties.html +51 -9
- package/docs/html/interfaces/mapping_featurelayerextension.featurelayerproperties.html +76 -13
- package/docs/html/interfaces/mapping_featurelayerextensionbase.featurelayerbaseproperties.html +76 -13
- package/docs/html/interfaces/mapping_support__layerextensioncollection.layerextensioncollection.html +3 -3
- package/docs/html/interfaces/portal_applicationproperties.applicationproperties.html +32 -2
- package/docs/html/interfaces/portal_bookmark.bookmark.html +18 -3
- package/docs/html/interfaces/portal_csvlayer.csvlayer-1.html +27 -7
- package/docs/html/interfaces/portal_drawinginfo.drawinginfo-1.html +29 -8
- package/docs/html/interfaces/portal_featurelayer.featurelayer-1.html +73 -13
- package/docs/html/interfaces/portal_forminfo.formattachmentelement.html +351 -0
- package/docs/html/interfaces/portal_forminfo.formbarcodescannerinput.html +257 -0
- package/docs/html/interfaces/portal_forminfo.formcomboboxinput.html +254 -0
- package/docs/html/interfaces/portal_forminfo.formdatetimepickerinput.html +274 -0
- package/docs/html/interfaces/portal_forminfo.formexpressioninfo.html +273 -0
- package/docs/html/interfaces/portal_forminfo.formfieldelement.html +386 -0
- package/docs/html/interfaces/portal_forminfo.formgroupelement.html +315 -0
- package/docs/html/interfaces/portal_forminfo.forminfo.html +271 -0
- package/docs/html/interfaces/portal_forminfo.formradiobuttonsinput.html +253 -0
- package/docs/html/interfaces/portal_forminfo.formrelationshipelement.html +334 -0
- package/docs/html/interfaces/portal_forminfo.formswitchinput.html +252 -0
- package/docs/html/interfaces/portal_forminfo.formtextareainput.html +254 -0
- package/docs/html/interfaces/portal_forminfo.formtextboxinput.html +255 -0
- package/docs/html/interfaces/portal_grouplayer.grouplayer-1.html +7 -4
- package/docs/html/interfaces/portal_grouplayer.subtypegrouplayer.html +501 -0
- package/docs/html/interfaces/portal_imageservicelayer.imageservicelayer-1.html +33 -13
- package/docs/html/interfaces/portal_imageservicevectorlayer.imageservicevectorlayer.html +28 -8
- package/docs/html/interfaces/portal_item.item-1.html +158 -41
- package/docs/html/interfaces/portal_labelinginfo.labelinginfo-1.html +19 -10
- package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +241 -0
- package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +116 -31
- package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +12 -0
- package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +381 -0
- package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +262 -0
- package/docs/html/interfaces/portal_mapfloorinfo.facilitylayerinfo.html +254 -0
- package/docs/html/interfaces/portal_mapfloorinfo.levellayerinfo.html +315 -0
- package/docs/html/interfaces/portal_mapfloorinfo.mapfloorinfo-1.html +233 -0
- package/docs/html/interfaces/portal_mapfloorinfo.sitelayerinfo.html +231 -0
- package/docs/html/interfaces/portal_mapservicelayer.mapservicelayer-1.html +26 -6
- package/docs/html/interfaces/portal_renderer.authoringinfo.html +28 -5
- package/docs/html/interfaces/portal_renderer.colorramp.html +291 -0
- package/docs/html/interfaces/portal_renderer.rendererbase.html +3 -0
- package/docs/html/interfaces/portal_streamlayer.streamlayer-1.html +75 -12
- package/docs/html/interfaces/portal_symbol.font.html +4 -4
- package/docs/html/interfaces/portal_table.table.html +49 -9
- package/docs/html/interfaces/portal_tiledimageservicelayer.tiledimageservicelayer-1.html +23 -3
- package/docs/html/interfaces/portal_tiledmapservicelayer.tiledmapservicelayer-1.html +27 -7
- package/docs/html/interfaces/portal_utilitynetwork.traceconfiguration.html +201 -0
- package/docs/html/interfaces/portal_utilitynetwork.utilitynetwork.html +243 -0
- package/docs/html/interfaces/portal_vectortilelayer.vectortilelayer-1.html +24 -4
- package/docs/html/interfaces/portal_webmap.webmap-1.html +71 -13
- package/docs/html/interfaces/portal_webscene.webscene-1.html +34 -15
- package/docs/html/interfaces/portal_webtilelayer.webtilelayer-1.html +8 -8
- package/docs/html/interfaces/portal_widgets.floorfilter.html +310 -0
- package/docs/html/interfaces/portal_widgets.range.html +6 -3
- package/docs/html/interfaces/portal_widgets.timeslider.html +4 -1
- package/docs/html/interfaces/portal_widgets.widgets.html +22 -0
- package/docs/html/modules/mapping_mapextension.html +1 -1
- package/docs/html/modules/portal_applicationproperties.html +2 -2
- package/docs/html/modules/portal_featurelayer.featurelayer.html +8 -8
- package/docs/html/modules/portal_featurelayer.html +1 -1
- package/docs/html/modules/portal_forminfo.html +178 -0
- package/docs/html/modules/portal_grouplayer.grouplayer.html +3 -3
- package/docs/html/modules/portal_grouplayer.html +5 -1
- package/docs/html/modules/portal_labelinginfo.html +1 -1
- package/docs/html/modules/portal_labelinginfo.labelplacement.html +2 -2
- package/docs/html/modules/portal_layerdefinition.html +32 -1
- package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
- package/docs/html/modules/portal_mapfloorinfo.html +153 -0
- package/docs/html/modules/portal_mapfloorinfo.mapfloorinfo.html +209 -0
- package/docs/html/modules/portal_renderer.html +10 -6
- package/docs/html/modules/portal_table.html +5 -5
- package/docs/html/modules/portal_tiledmapservicelayer.tiledmapservicelayer.html +1 -1
- package/docs/html/modules/portal_utilitynetwork.html +134 -0
- package/docs/html/modules/portal_webmap.webmap.html +3 -3
- package/docs/html/modules/portal_webscene.webscene.html +3 -3
- package/docs/html/modules/portal_webtilelayer.webtilelayer.html +1 -1
- package/docs/html/modules/portal_widgets.html +5 -1
- package/docs/html/modules/version.html +1 -1
- package/docs/html/modules.html +12 -0
- package/mapping/MapExtension.js +1 -1
- package/mapping/support/_LayerExtensionCollection.js +1 -1
- package/package.json +1 -1
- package/portal/ApplicationProperties.d.ts +25 -0
- package/portal/Bookmark.d.ts +8 -2
- package/portal/CSVLayer.d.ts +5 -0
- package/portal/DrawingInfo.d.ts +9 -3
- package/portal/FeatureLayer.d.ts +16 -0
- package/portal/FormInfo.d.ts +391 -0
- package/portal/FormInfo.js +1 -0
- package/portal/GroupLayer.d.ts +25 -0
- package/portal/ImageServiceLayer.d.ts +5 -0
- package/portal/ImageServiceVectorLayer.d.ts +5 -0
- package/portal/Item.d.ts +37 -10
- package/portal/LabelingInfo.d.ts +7 -2
- package/portal/LayerDefinition.d.ts +121 -0
- package/portal/MapFloorInfo.d.ts +130 -0
- package/portal/MapFloorInfo.js +1 -0
- package/portal/MapServiceLayer.d.ts +5 -0
- package/portal/MapServiceLayer.js +1 -1
- package/portal/Renderer.d.ts +32 -0
- package/portal/Symbol.d.ts +4 -4
- package/portal/Table.d.ts +11 -0
- package/portal/TiledImageServiceLayer.d.ts +5 -0
- package/portal/TiledMapServiceLayer.d.ts +5 -0
- package/portal/TiledMapServiceLayer.js +1 -1
- package/portal/UtilityNetwork.d.ts +42 -0
- package/portal/UtilityNetwork.js +1 -0
- package/portal/VectorTileLayer.d.ts +5 -0
- package/portal/WebMap.d.ts +16 -0
- package/portal/WebMap.js +1 -1
- package/portal/WebScene.d.ts +5 -0
- package/portal/WebScene.js +1 -1
- package/portal/WebTileLayer.js +1 -1
- package/portal/Widgets.d.ts +45 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
</section>
|
|
120
120
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
121
121
|
<a name="family" class="tsd-anchor"></a>
|
|
122
|
-
<h3>family</h3>
|
|
122
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> family</h3>
|
|
123
123
|
<div class="tsd-signature tsd-kind-icon">family<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
124
124
|
<aside class="tsd-sources">
|
|
125
125
|
<ul>
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
</section>
|
|
135
135
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
136
136
|
<a name="size" class="tsd-anchor"></a>
|
|
137
|
-
<h3>size</h3>
|
|
137
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> size</h3>
|
|
138
138
|
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
139
139
|
<aside class="tsd-sources">
|
|
140
140
|
<ul>
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
</section>
|
|
150
150
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
151
151
|
<a name="style" class="tsd-anchor"></a>
|
|
152
|
-
<h3>style</h3>
|
|
152
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> style</h3>
|
|
153
153
|
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_symbol.html#fontstyle" class="tsd-signature-type" data-tsd-kind="Type alias">FontStyle</a></div>
|
|
154
154
|
<aside class="tsd-sources">
|
|
155
155
|
<ul>
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
</section>
|
|
165
165
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
166
166
|
<a name="weight" class="tsd-anchor"></a>
|
|
167
|
-
<h3>weight</h3>
|
|
167
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> weight</h3>
|
|
168
168
|
<div class="tsd-signature tsd-kind-icon">weight<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_symbol.html#fontweight" class="tsd-signature-type" data-tsd-kind="Type alias">FontWeight</a></div>
|
|
169
169
|
<aside class="tsd-sources">
|
|
170
170
|
<ul>
|
|
@@ -98,10 +98,12 @@
|
|
|
98
98
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#_tabletype" class="tsd-kind-icon">$table<wbr>Type</a></li>
|
|
99
99
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#capabilities" class="tsd-kind-icon">capabilities</a></li>
|
|
100
100
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#definitioneditor" class="tsd-kind-icon">definition<wbr>Editor</a></li>
|
|
101
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#forminfo" class="tsd-kind-icon">form<wbr>Info</a></li>
|
|
101
102
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#id" class="tsd-kind-icon">id</a></li>
|
|
102
103
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#itemid" class="tsd-kind-icon">item<wbr>Id</a></li>
|
|
103
104
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#layerdefinition" class="tsd-kind-icon">layer<wbr>Definition</a></li>
|
|
104
105
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#popupinfo" class="tsd-kind-icon">popup<wbr>Info</a></li>
|
|
106
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#refreshinterval" class="tsd-kind-icon">refresh<wbr>Interval</a></li>
|
|
105
107
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#title" class="tsd-kind-icon">title</a></li>
|
|
106
108
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_table.table.html#url" class="tsd-kind-icon">url</a></li>
|
|
107
109
|
</ul>
|
|
@@ -117,7 +119,7 @@
|
|
|
117
119
|
<div class="tsd-signature tsd-kind-icon">$table<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ArcGISServiceTable"</span></div>
|
|
118
120
|
<aside class="tsd-sources">
|
|
119
121
|
<ul>
|
|
120
|
-
<li>Defined in src/portal/Table.ts:
|
|
122
|
+
<li>Defined in src/portal/Table.ts:91</li>
|
|
121
123
|
</ul>
|
|
122
124
|
</aside>
|
|
123
125
|
<div class="tsd-comment tsd-typography">
|
|
@@ -133,7 +135,7 @@
|
|
|
133
135
|
<div class="tsd-signature tsd-kind-icon">capabilities<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
134
136
|
<aside class="tsd-sources">
|
|
135
137
|
<ul>
|
|
136
|
-
<li>Defined in src/portal/Table.ts:
|
|
138
|
+
<li>Defined in src/portal/Table.ts:34</li>
|
|
137
139
|
</ul>
|
|
138
140
|
</aside>
|
|
139
141
|
<div class="tsd-comment tsd-typography">
|
|
@@ -150,7 +152,7 @@
|
|
|
150
152
|
<div class="tsd-signature tsd-kind-icon">definition<wbr>Editor<span class="tsd-signature-symbol">:</span> <a href="portal_definitioneditor.definitioneditor.html" class="tsd-signature-type" data-tsd-kind="Interface">DefinitionEditor</a></div>
|
|
151
153
|
<aside class="tsd-sources">
|
|
152
154
|
<ul>
|
|
153
|
-
<li>Defined in src/portal/Table.ts:
|
|
155
|
+
<li>Defined in src/portal/Table.ts:40</li>
|
|
154
156
|
</ul>
|
|
155
157
|
</aside>
|
|
156
158
|
<div class="tsd-comment tsd-typography">
|
|
@@ -160,13 +162,28 @@
|
|
|
160
162
|
</div>
|
|
161
163
|
</div>
|
|
162
164
|
</section>
|
|
165
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
166
|
+
<a name="forminfo" class="tsd-anchor"></a>
|
|
167
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> form<wbr>Info</h3>
|
|
168
|
+
<div class="tsd-signature tsd-kind-icon">form<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_forminfo.forminfo.html" class="tsd-signature-type" data-tsd-kind="Interface">FormInfo</a></div>
|
|
169
|
+
<aside class="tsd-sources">
|
|
170
|
+
<ul>
|
|
171
|
+
<li>Defined in src/portal/Table.ts:45</li>
|
|
172
|
+
</ul>
|
|
173
|
+
</aside>
|
|
174
|
+
<div class="tsd-comment tsd-typography">
|
|
175
|
+
<div class="lead">
|
|
176
|
+
<p>A formInfo object defining the content of the form when you are editing a record.</p>
|
|
177
|
+
</div>
|
|
178
|
+
</div>
|
|
179
|
+
</section>
|
|
163
180
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
164
181
|
<a name="id" class="tsd-anchor"></a>
|
|
165
182
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> id</h3>
|
|
166
183
|
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
167
184
|
<aside class="tsd-sources">
|
|
168
185
|
<ul>
|
|
169
|
-
<li>Defined in src/portal/Table.ts:
|
|
186
|
+
<li>Defined in src/portal/Table.ts:50</li>
|
|
170
187
|
</ul>
|
|
171
188
|
</aside>
|
|
172
189
|
<div class="tsd-comment tsd-typography">
|
|
@@ -181,7 +198,7 @@
|
|
|
181
198
|
<div class="tsd-signature tsd-kind-icon">item<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
182
199
|
<aside class="tsd-sources">
|
|
183
200
|
<ul>
|
|
184
|
-
<li>Defined in src/portal/Table.ts:
|
|
201
|
+
<li>Defined in src/portal/Table.ts:56</li>
|
|
185
202
|
</ul>
|
|
186
203
|
</aside>
|
|
187
204
|
<div class="tsd-comment tsd-typography">
|
|
@@ -197,7 +214,7 @@
|
|
|
197
214
|
<div class="tsd-signature tsd-kind-icon">layer<wbr>Definition<span class="tsd-signature-symbol">:</span> <a href="portal_layerdefinition.layerdefinition-1.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerDefinition</a></div>
|
|
198
215
|
<aside class="tsd-sources">
|
|
199
216
|
<ul>
|
|
200
|
-
<li>Defined in src/portal/Table.ts:
|
|
217
|
+
<li>Defined in src/portal/Table.ts:62</li>
|
|
201
218
|
</ul>
|
|
202
219
|
</aside>
|
|
203
220
|
<div class="tsd-comment tsd-typography">
|
|
@@ -213,7 +230,7 @@
|
|
|
213
230
|
<div class="tsd-signature tsd-kind-icon">popup<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_popupinfo.popupinfo-1.html" class="tsd-signature-type" data-tsd-kind="Interface">PopupInfo</a></div>
|
|
214
231
|
<aside class="tsd-sources">
|
|
215
232
|
<ul>
|
|
216
|
-
<li>Defined in src/portal/Table.ts:
|
|
233
|
+
<li>Defined in src/portal/Table.ts:68</li>
|
|
217
234
|
</ul>
|
|
218
235
|
</aside>
|
|
219
236
|
<div class="tsd-comment tsd-typography">
|
|
@@ -223,13 +240,30 @@
|
|
|
223
240
|
</div>
|
|
224
241
|
</div>
|
|
225
242
|
</section>
|
|
243
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
244
|
+
<a name="refreshinterval" class="tsd-anchor"></a>
|
|
245
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> refresh<wbr>Interval</h3>
|
|
246
|
+
<div class="tsd-signature tsd-kind-icon">refresh<wbr>Interval<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
247
|
+
<aside class="tsd-sources">
|
|
248
|
+
<ul>
|
|
249
|
+
<li>Defined in src/portal/Table.ts:75</li>
|
|
250
|
+
</ul>
|
|
251
|
+
</aside>
|
|
252
|
+
<div class="tsd-comment tsd-typography">
|
|
253
|
+
<div class="lead">
|
|
254
|
+
<p>Refresh interval of the table in minutes. Non-zero value indicates
|
|
255
|
+
automatic table refresh at the specified interval. Value of 0 indicates
|
|
256
|
+
auto refresh is not enabled.</p>
|
|
257
|
+
</div>
|
|
258
|
+
</div>
|
|
259
|
+
</section>
|
|
226
260
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
227
261
|
<a name="title" class="tsd-anchor"></a>
|
|
228
262
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> title</h3>
|
|
229
263
|
<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
230
264
|
<aside class="tsd-sources">
|
|
231
265
|
<ul>
|
|
232
|
-
<li>Defined in src/portal/Table.ts:
|
|
266
|
+
<li>Defined in src/portal/Table.ts:80</li>
|
|
233
267
|
</ul>
|
|
234
268
|
</aside>
|
|
235
269
|
<div class="tsd-comment tsd-typography">
|
|
@@ -244,7 +278,7 @@
|
|
|
244
278
|
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
245
279
|
<aside class="tsd-sources">
|
|
246
280
|
<ul>
|
|
247
|
-
<li>Defined in src/portal/Table.ts:
|
|
281
|
+
<li>Defined in src/portal/Table.ts:85</li>
|
|
248
282
|
</ul>
|
|
249
283
|
</aside>
|
|
250
284
|
<div class="tsd-comment tsd-typography">
|
|
@@ -282,6 +316,9 @@
|
|
|
282
316
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
283
317
|
<a href="portal_table.table.html#definitioneditor" class="tsd-kind-icon">definition<wbr>Editor</a>
|
|
284
318
|
</li>
|
|
319
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
320
|
+
<a href="portal_table.table.html#forminfo" class="tsd-kind-icon">form<wbr>Info</a>
|
|
321
|
+
</li>
|
|
285
322
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
286
323
|
<a href="portal_table.table.html#id" class="tsd-kind-icon">id</a>
|
|
287
324
|
</li>
|
|
@@ -294,6 +331,9 @@
|
|
|
294
331
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
295
332
|
<a href="portal_table.table.html#popupinfo" class="tsd-kind-icon">popup<wbr>Info</a>
|
|
296
333
|
</li>
|
|
334
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
335
|
+
<a href="portal_table.table.html#refreshinterval" class="tsd-kind-icon">refresh<wbr>Interval</a>
|
|
336
|
+
</li>
|
|
297
337
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
298
338
|
<a href="portal_table.table.html#title" class="tsd-kind-icon">title</a>
|
|
299
339
|
</li>
|
|
@@ -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_tiledimageservicelayer.tiledimageservicelayer-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_tiledimageservicelayer.tiledimageservicelayer-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_tiledimageservicelayer.tiledimageservicelayer-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_tiledimageservicelayer.tiledimageservicelayer-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_tiledimageservicelayer.tiledimageservicelayer-1.html#layerdefinition" class="tsd-kind-icon">layer<wbr>Definition</a></li>
|
|
@@ -138,6 +139,22 @@
|
|
|
138
139
|
</div>
|
|
139
140
|
</div>
|
|
140
141
|
</section>
|
|
142
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
143
|
+
<a name="customparameters" class="tsd-anchor"></a>
|
|
144
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> custom<wbr>Parameters</h3>
|
|
145
|
+
<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"><</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">></span></div>
|
|
146
|
+
<aside class="tsd-sources">
|
|
147
|
+
<ul>
|
|
148
|
+
<li>Defined in src/portal/TiledImageServiceLayer.ts:128</li>
|
|
149
|
+
</ul>
|
|
150
|
+
</aside>
|
|
151
|
+
<div class="tsd-comment tsd-typography">
|
|
152
|
+
<div class="lead">
|
|
153
|
+
<p>A sequence of custom parameters appended to the URL of all requests
|
|
154
|
+
related to supporting ArcGIS layer types.</p>
|
|
155
|
+
</div>
|
|
156
|
+
</div>
|
|
157
|
+
</section>
|
|
141
158
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
142
159
|
<a name="id" class="tsd-anchor"></a>
|
|
143
160
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> id</h3>
|
|
@@ -178,7 +195,7 @@
|
|
|
178
195
|
<div class="tsd-signature tsd-kind-icon">layer<wbr>Definition<span class="tsd-signature-symbol">:</span> <a href="portal_layerdefinition.layerdefinition-1.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerDefinition</a></div>
|
|
179
196
|
<aside class="tsd-sources">
|
|
180
197
|
<ul>
|
|
181
|
-
<li>Defined in src/portal/TiledImageServiceLayer.ts:
|
|
198
|
+
<li>Defined in src/portal/TiledImageServiceLayer.ts:145</li>
|
|
182
199
|
</ul>
|
|
183
200
|
</aside>
|
|
184
201
|
<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/TiledImageServiceLayer.ts:
|
|
216
|
+
<li>Defined in src/portal/TiledImageServiceLayer.ts:133</li>
|
|
200
217
|
</ul>
|
|
201
218
|
</aside>
|
|
202
219
|
<div class="tsd-comment tsd-typography">
|
|
@@ -360,7 +377,7 @@
|
|
|
360
377
|
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
361
378
|
<aside class="tsd-sources">
|
|
362
379
|
<ul>
|
|
363
|
-
<li>Defined in src/portal/TiledImageServiceLayer.ts:
|
|
380
|
+
<li>Defined in src/portal/TiledImageServiceLayer.ts:138</li>
|
|
364
381
|
</ul>
|
|
365
382
|
</aside>
|
|
366
383
|
<div class="tsd-comment tsd-typography">
|
|
@@ -413,6 +430,9 @@
|
|
|
413
430
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
414
431
|
<a href="portal_tiledimageservicelayer.tiledimageservicelayer-1.html#blendmode" class="tsd-kind-icon">blend<wbr>Mode</a>
|
|
415
432
|
</li>
|
|
433
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
434
|
+
<a href="portal_tiledimageservicelayer.tiledimageservicelayer-1.html#customparameters" class="tsd-kind-icon">custom<wbr>Parameters</a>
|
|
435
|
+
</li>
|
|
416
436
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
417
437
|
<a href="portal_tiledimageservicelayer.tiledimageservicelayer-1.html#id" class="tsd-kind-icon">id</a>
|
|
418
438
|
</li>
|
|
@@ -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_tiledmapservicelayer.tiledmapservicelayer-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_tiledmapservicelayer.tiledmapservicelayer-1.html#customparameters" class="tsd-kind-icon">custom<wbr>Parameters</a></li>
|
|
103
104
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_tiledmapservicelayer.tiledmapservicelayer-1.html#displaylevels" class="tsd-kind-icon">display<wbr>Levels</a></li>
|
|
104
105
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_tiledmapservicelayer.tiledmapservicelayer-1.html#exclusionareas" class="tsd-kind-icon">exclusion<wbr>Areas</a></li>
|
|
105
106
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="portal_tiledmapservicelayer.tiledmapservicelayer-1.html#id" class="tsd-kind-icon">id</a></li>
|
|
@@ -142,13 +143,29 @@
|
|
|
142
143
|
</div>
|
|
143
144
|
</div>
|
|
144
145
|
</section>
|
|
146
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
147
|
+
<a name="customparameters" class="tsd-anchor"></a>
|
|
148
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> custom<wbr>Parameters</h3>
|
|
149
|
+
<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"><</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">></span></div>
|
|
150
|
+
<aside class="tsd-sources">
|
|
151
|
+
<ul>
|
|
152
|
+
<li>Defined in src/portal/TiledMapServiceLayer.ts:163</li>
|
|
153
|
+
</ul>
|
|
154
|
+
</aside>
|
|
155
|
+
<div class="tsd-comment tsd-typography">
|
|
156
|
+
<div class="lead">
|
|
157
|
+
<p>A sequence of custom parameters appended to the URL of all requests
|
|
158
|
+
related to supporting ArcGIS layer types.</p>
|
|
159
|
+
</div>
|
|
160
|
+
</div>
|
|
161
|
+
</section>
|
|
145
162
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
146
163
|
<a name="displaylevels" class="tsd-anchor"></a>
|
|
147
164
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> display<wbr>Levels</h3>
|
|
148
165
|
<div class="tsd-signature tsd-kind-icon">display<wbr>Levels<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
|
|
149
166
|
<aside class="tsd-sources">
|
|
150
167
|
<ul>
|
|
151
|
-
<li>Defined in src/portal/TiledMapServiceLayer.ts:
|
|
168
|
+
<li>Defined in src/portal/TiledMapServiceLayer.ts:171</li>
|
|
152
169
|
</ul>
|
|
153
170
|
</aside>
|
|
154
171
|
<div class="tsd-comment tsd-typography">
|
|
@@ -166,7 +183,7 @@
|
|
|
166
183
|
<div class="tsd-signature tsd-kind-icon">exclusion<wbr>Areas<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>geometry<span class="tsd-signature-symbol">?: </span><a href="portal_extent.extent.html" class="tsd-signature-type" data-tsd-kind="Interface">Extent</a><span class="tsd-signature-symbol">; </span>maxScale<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>maxZoom<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>minScale<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>minZoom<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></div>
|
|
167
184
|
<aside class="tsd-sources">
|
|
168
185
|
<ul>
|
|
169
|
-
<li>Defined in src/portal/TiledMapServiceLayer.ts:
|
|
186
|
+
<li>Defined in src/portal/TiledMapServiceLayer.ts:179</li>
|
|
170
187
|
</ul>
|
|
171
188
|
</aside>
|
|
172
189
|
<div class="tsd-comment tsd-typography">
|
|
@@ -264,7 +281,7 @@
|
|
|
264
281
|
<div class="tsd-signature tsd-kind-icon">item<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
265
282
|
<aside class="tsd-sources">
|
|
266
283
|
<ul>
|
|
267
|
-
<li>Defined in src/portal/TiledMapServiceLayer.ts:
|
|
284
|
+
<li>Defined in src/portal/TiledMapServiceLayer.ts:211</li>
|
|
268
285
|
</ul>
|
|
269
286
|
</aside>
|
|
270
287
|
<div class="tsd-comment tsd-typography">
|
|
@@ -281,7 +298,7 @@
|
|
|
281
298
|
<aside class="tsd-sources">
|
|
282
299
|
<p>Overrides <a href="portal_basemaplayer.basemaplayerbase.html">BaseMapLayerBase</a>.<a href="portal_basemaplayer.basemaplayerbase.html#layertype">layerType</a></p>
|
|
283
300
|
<ul>
|
|
284
|
-
<li>Defined in src/portal/TiledMapServiceLayer.ts:
|
|
301
|
+
<li>Defined in src/portal/TiledMapServiceLayer.ts:222</li>
|
|
285
302
|
</ul>
|
|
286
303
|
</aside>
|
|
287
304
|
<div class="tsd-comment tsd-typography">
|
|
@@ -296,7 +313,7 @@
|
|
|
296
313
|
<div class="tsd-signature tsd-kind-icon">layers<span class="tsd-signature-symbol">:</span> <a href="portal_layer.layer-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Layer</a><span class="tsd-signature-symbol">[]</span></div>
|
|
297
314
|
<aside class="tsd-sources">
|
|
298
315
|
<ul>
|
|
299
|
-
<li>Defined in src/portal/TiledMapServiceLayer.ts:
|
|
316
|
+
<li>Defined in src/portal/TiledMapServiceLayer.ts:217</li>
|
|
300
317
|
</ul>
|
|
301
318
|
</aside>
|
|
302
319
|
<div class="tsd-comment tsd-typography">
|
|
@@ -383,7 +400,7 @@
|
|
|
383
400
|
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
384
401
|
<aside class="tsd-sources">
|
|
385
402
|
<ul>
|
|
386
|
-
<li>Defined in src/portal/TiledMapServiceLayer.ts:
|
|
403
|
+
<li>Defined in src/portal/TiledMapServiceLayer.ts:227</li>
|
|
387
404
|
</ul>
|
|
388
405
|
</aside>
|
|
389
406
|
<div class="tsd-comment tsd-typography">
|
|
@@ -476,7 +493,7 @@
|
|
|
476
493
|
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
477
494
|
<aside class="tsd-sources">
|
|
478
495
|
<ul>
|
|
479
|
-
<li>Defined in src/portal/TiledMapServiceLayer.ts:
|
|
496
|
+
<li>Defined in src/portal/TiledMapServiceLayer.ts:232</li>
|
|
480
497
|
</ul>
|
|
481
498
|
</aside>
|
|
482
499
|
<div class="tsd-comment tsd-typography">
|
|
@@ -529,6 +546,9 @@
|
|
|
529
546
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
530
547
|
<a href="portal_tiledmapservicelayer.tiledmapservicelayer-1.html#blendmode" class="tsd-kind-icon">blend<wbr>Mode</a>
|
|
531
548
|
</li>
|
|
549
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
550
|
+
<a href="portal_tiledmapservicelayer.tiledmapservicelayer-1.html#customparameters" class="tsd-kind-icon">custom<wbr>Parameters</a>
|
|
551
|
+
</li>
|
|
532
552
|
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
533
553
|
<a href="portal_tiledmapservicelayer.tiledmapservicelayer-1.html#displaylevels" class="tsd-kind-icon">display<wbr>Levels</a>
|
|
534
554
|
</li>
|
|
@@ -0,0 +1,201 @@
|
|
|
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>TraceConfiguration | @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.traceconfiguration.html">TraceConfiguration</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface TraceConfiguration</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>An array of pre-configured trace configurations for quickly running
|
|
73
|
+
common traces.
|
|
74
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/traceConfiguration/" class="external">https://developers.arcgis.com/web-map-specification/objects/traceConfiguration/</a>.</p>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
</section>
|
|
78
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
79
|
+
<h3>Hierarchy</h3>
|
|
80
|
+
<ul class="tsd-hierarchy">
|
|
81
|
+
<li>
|
|
82
|
+
<span class="target">TraceConfiguration</span>
|
|
83
|
+
</li>
|
|
84
|
+
</ul>
|
|
85
|
+
</section>
|
|
86
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
87
|
+
<h2>Index</h2>
|
|
88
|
+
<section class="tsd-panel tsd-index-panel">
|
|
89
|
+
<div class="tsd-index-content">
|
|
90
|
+
<section class="tsd-index-section ">
|
|
91
|
+
<h3>Properties</h3>
|
|
92
|
+
<ul class="tsd-index-list">
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_utilitynetwork.traceconfiguration.html#id" class="tsd-kind-icon">id</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_utilitynetwork.traceconfiguration.html#title" class="tsd-kind-icon">title</a></li>
|
|
95
|
+
</ul>
|
|
96
|
+
</section>
|
|
97
|
+
</div>
|
|
98
|
+
</section>
|
|
99
|
+
</section>
|
|
100
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
101
|
+
<h2>Properties</h2>
|
|
102
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
103
|
+
<a name="id" class="tsd-anchor"></a>
|
|
104
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> id</h3>
|
|
105
|
+
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
106
|
+
<aside class="tsd-sources">
|
|
107
|
+
<ul>
|
|
108
|
+
<li>Defined in src/portal/UtilityNetwork.ts:40</li>
|
|
109
|
+
</ul>
|
|
110
|
+
</aside>
|
|
111
|
+
<div class="tsd-comment tsd-typography">
|
|
112
|
+
<div class="lead">
|
|
113
|
+
<p>A unique identifying string for the trace configuration.</p>
|
|
114
|
+
</div>
|
|
115
|
+
</div>
|
|
116
|
+
</section>
|
|
117
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
118
|
+
<a name="title" class="tsd-anchor"></a>
|
|
119
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> title</h3>
|
|
120
|
+
<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
121
|
+
<aside class="tsd-sources">
|
|
122
|
+
<ul>
|
|
123
|
+
<li>Defined in src/portal/UtilityNetwork.ts:46</li>
|
|
124
|
+
</ul>
|
|
125
|
+
</aside>
|
|
126
|
+
<div class="tsd-comment tsd-typography">
|
|
127
|
+
<div class="lead">
|
|
128
|
+
<p>A user-friendly string title for the trace configuration that can be
|
|
129
|
+
used in a table of contents.</p>
|
|
130
|
+
</div>
|
|
131
|
+
</div>
|
|
132
|
+
</section>
|
|
133
|
+
</section>
|
|
134
|
+
</div>
|
|
135
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
136
|
+
<nav class="tsd-navigation primary">
|
|
137
|
+
<ul>
|
|
138
|
+
<li class=" ">
|
|
139
|
+
<a href="../modules.html">Exports</a>
|
|
140
|
+
</li>
|
|
141
|
+
<li class="current tsd-kind-module">
|
|
142
|
+
<a href="../modules/portal_utilitynetwork.html">portal/<wbr>Utility<wbr>Network</a>
|
|
143
|
+
</li>
|
|
144
|
+
</ul>
|
|
145
|
+
</nav>
|
|
146
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
147
|
+
<ul class="before-current">
|
|
148
|
+
</ul>
|
|
149
|
+
<ul class="current">
|
|
150
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
151
|
+
<a href="portal_utilitynetwork.traceconfiguration.html" class="tsd-kind-icon">Trace<wbr>Configuration</a>
|
|
152
|
+
<ul>
|
|
153
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
154
|
+
<a href="portal_utilitynetwork.traceconfiguration.html#id" class="tsd-kind-icon">id</a>
|
|
155
|
+
</li>
|
|
156
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
157
|
+
<a href="portal_utilitynetwork.traceconfiguration.html#title" class="tsd-kind-icon">title</a>
|
|
158
|
+
</li>
|
|
159
|
+
</ul>
|
|
160
|
+
</li>
|
|
161
|
+
</ul>
|
|
162
|
+
<ul class="after-current">
|
|
163
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
164
|
+
<a href="portal_utilitynetwork.utilitynetwork.html" class="tsd-kind-icon">Utility<wbr>Network</a>
|
|
165
|
+
</li>
|
|
166
|
+
</ul>
|
|
167
|
+
</nav>
|
|
168
|
+
</div>
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
171
|
+
<footer>
|
|
172
|
+
<div class="container">
|
|
173
|
+
<h2>Legend</h2>
|
|
174
|
+
<div class="tsd-legend-group">
|
|
175
|
+
<ul class="tsd-legend">
|
|
176
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
177
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
178
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
179
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
180
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
181
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
182
|
+
</ul>
|
|
183
|
+
<ul class="tsd-legend">
|
|
184
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
185
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
186
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
187
|
+
</ul>
|
|
188
|
+
<ul class="tsd-legend">
|
|
189
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
190
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
191
|
+
</ul>
|
|
192
|
+
<ul class="tsd-legend">
|
|
193
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
194
|
+
</ul>
|
|
195
|
+
</div>
|
|
196
|
+
</div>
|
|
197
|
+
</footer>
|
|
198
|
+
<div class="overlay"></div>
|
|
199
|
+
<script src="../assets/js/main.js"></script>
|
|
200
|
+
</body>
|
|
201
|
+
</html>
|