@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
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
126
126
|
<a name="labelexpressioninfo" class="tsd-anchor"></a>
|
|
127
127
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> label<wbr>Expression<wbr>Info</h3>
|
|
128
|
-
<div class="tsd-signature tsd-kind-icon">label<wbr>Expression<wbr>Info<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>expression<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>value<span class="tsd-signature-symbol"
|
|
128
|
+
<div class="tsd-signature tsd-kind-icon">label<wbr>Expression<wbr>Info<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>expression<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>title<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>value<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
|
|
129
129
|
<aside class="tsd-sources">
|
|
130
130
|
<ul>
|
|
131
131
|
<li>Defined in src/portal/LabelingInfo.ts:54</li>
|
|
@@ -151,10 +151,19 @@
|
|
|
151
151
|
</div>
|
|
152
152
|
</li>
|
|
153
153
|
<li class="tsd-parameter">
|
|
154
|
-
<h5>
|
|
154
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> title<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
155
155
|
<div class="tsd-comment tsd-typography">
|
|
156
156
|
<div class="lead">
|
|
157
|
-
<p>
|
|
157
|
+
<p>The title of the expression.</p>
|
|
158
|
+
</div>
|
|
159
|
+
</div>
|
|
160
|
+
</li>
|
|
161
|
+
<li class="tsd-parameter">
|
|
162
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> value<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
163
|
+
<div class="tsd-comment tsd-typography">
|
|
164
|
+
<div class="lead">
|
|
165
|
+
<p>Represents a simple template string. This property is deprecated as
|
|
166
|
+
of version 2.7 of the web map in favor of 'expression'.</p>
|
|
158
167
|
</div>
|
|
159
168
|
</div>
|
|
160
169
|
</li>
|
|
@@ -167,7 +176,7 @@
|
|
|
167
176
|
<div class="tsd-signature tsd-kind-icon">label<wbr>Placement<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_labelinginfo.labelplacement.html" class="tsd-signature-type" data-tsd-kind="Namespace">LabelPlacement</a></div>
|
|
168
177
|
<aside class="tsd-sources">
|
|
169
178
|
<ul>
|
|
170
|
-
<li>Defined in src/portal/LabelingInfo.ts:
|
|
179
|
+
<li>Defined in src/portal/LabelingInfo.ts:77</li>
|
|
171
180
|
</ul>
|
|
172
181
|
</aside>
|
|
173
182
|
<div class="tsd-comment tsd-typography">
|
|
@@ -184,7 +193,7 @@
|
|
|
184
193
|
<div class="tsd-signature tsd-kind-icon">max<wbr>Scale<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
185
194
|
<aside class="tsd-sources">
|
|
186
195
|
<ul>
|
|
187
|
-
<li>Defined in src/portal/LabelingInfo.ts:
|
|
196
|
+
<li>Defined in src/portal/LabelingInfo.ts:83</li>
|
|
188
197
|
</ul>
|
|
189
198
|
</aside>
|
|
190
199
|
<div class="tsd-comment tsd-typography">
|
|
@@ -200,7 +209,7 @@
|
|
|
200
209
|
<div class="tsd-signature tsd-kind-icon">min<wbr>Scale<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
201
210
|
<aside class="tsd-sources">
|
|
202
211
|
<ul>
|
|
203
|
-
<li>Defined in src/portal/LabelingInfo.ts:
|
|
212
|
+
<li>Defined in src/portal/LabelingInfo.ts:89</li>
|
|
204
213
|
</ul>
|
|
205
214
|
</aside>
|
|
206
215
|
<div class="tsd-comment tsd-typography">
|
|
@@ -216,7 +225,7 @@
|
|
|
216
225
|
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
217
226
|
<aside class="tsd-sources">
|
|
218
227
|
<ul>
|
|
219
|
-
<li>Defined in src/portal/LabelingInfo.ts:
|
|
228
|
+
<li>Defined in src/portal/LabelingInfo.ts:94</li>
|
|
220
229
|
</ul>
|
|
221
230
|
</aside>
|
|
222
231
|
<div class="tsd-comment tsd-typography">
|
|
@@ -231,7 +240,7 @@
|
|
|
231
240
|
<div class="tsd-signature tsd-kind-icon">symbol<span class="tsd-signature-symbol">:</span> <a href="portal_textsymbol.textsymbol.html" class="tsd-signature-type" data-tsd-kind="Interface">TextSymbol</a><span class="tsd-signature-symbol"> | </span><a href="portal_labelsymbol3d.labelsymbol3d.html" class="tsd-signature-type" data-tsd-kind="Interface">LabelSymbol3D</a></div>
|
|
232
241
|
<aside class="tsd-sources">
|
|
233
242
|
<ul>
|
|
234
|
-
<li>Defined in src/portal/LabelingInfo.ts:
|
|
243
|
+
<li>Defined in src/portal/LabelingInfo.ts:99</li>
|
|
235
244
|
</ul>
|
|
236
245
|
</aside>
|
|
237
246
|
<div class="tsd-comment tsd-typography">
|
|
@@ -246,7 +255,7 @@
|
|
|
246
255
|
<div class="tsd-signature tsd-kind-icon">use<wbr>Coded<wbr>Values<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
247
256
|
<aside class="tsd-sources">
|
|
248
257
|
<ul>
|
|
249
|
-
<li>Defined in src/portal/LabelingInfo.ts:
|
|
258
|
+
<li>Defined in src/portal/LabelingInfo.ts:105</li>
|
|
250
259
|
</ul>
|
|
251
260
|
</aside>
|
|
252
261
|
<div class="tsd-comment tsd-typography">
|
|
@@ -262,7 +271,7 @@
|
|
|
262
271
|
<div class="tsd-signature tsd-kind-icon">where<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
263
272
|
<aside class="tsd-sources">
|
|
264
273
|
<ul>
|
|
265
|
-
<li>Defined in src/portal/LabelingInfo.ts:
|
|
274
|
+
<li>Defined in src/portal/LabelingInfo.ts:110</li>
|
|
266
275
|
</ul>
|
|
267
276
|
</aside>
|
|
268
277
|
<div class="tsd-comment tsd-typography">
|
|
@@ -0,0 +1,241 @@
|
|
|
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>FieldOverride | @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_layerdefinition.html">portal/LayerDefinition</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a href="portal_layerdefinition.fieldoverride.html">FieldOverride</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface FieldOverride</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>Defines overridden properties on a field for a specific view of the data.
|
|
73
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/fieldOverride/" class="external">https://developers.arcgis.com/web-map-specification/objects/fieldOverride/</a>.</p>
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
</section>
|
|
77
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
78
|
+
<h3>Hierarchy</h3>
|
|
79
|
+
<ul class="tsd-hierarchy">
|
|
80
|
+
<li>
|
|
81
|
+
<span class="target">FieldOverride</span>
|
|
82
|
+
</li>
|
|
83
|
+
</ul>
|
|
84
|
+
</section>
|
|
85
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
86
|
+
<h2>Index</h2>
|
|
87
|
+
<section class="tsd-panel tsd-index-panel">
|
|
88
|
+
<div class="tsd-index-content">
|
|
89
|
+
<section class="tsd-index-section ">
|
|
90
|
+
<h3>Properties</h3>
|
|
91
|
+
<ul class="tsd-index-list">
|
|
92
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.fieldoverride.html#alias" class="tsd-kind-icon">alias</a></li>
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.fieldoverride.html#editable" class="tsd-kind-icon">editable</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_layerdefinition.fieldoverride.html#name" class="tsd-kind-icon">name</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="alias" class="tsd-anchor"></a>
|
|
104
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> alias</h3>
|
|
105
|
+
<div class="tsd-signature tsd-kind-icon">alias<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/LayerDefinition.ts:738</li>
|
|
109
|
+
</ul>
|
|
110
|
+
</aside>
|
|
111
|
+
<div class="tsd-comment tsd-typography">
|
|
112
|
+
<div class="lead">
|
|
113
|
+
<p>A string containing the overridden field alias.</p>
|
|
114
|
+
</div>
|
|
115
|
+
</div>
|
|
116
|
+
</section>
|
|
117
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
118
|
+
<a name="editable" class="tsd-anchor"></a>
|
|
119
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> editable</h3>
|
|
120
|
+
<div class="tsd-signature tsd-kind-icon">editable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
121
|
+
<aside class="tsd-sources">
|
|
122
|
+
<ul>
|
|
123
|
+
<li>Defined in src/portal/LayerDefinition.ts:743</li>
|
|
124
|
+
</ul>
|
|
125
|
+
</aside>
|
|
126
|
+
<div class="tsd-comment tsd-typography">
|
|
127
|
+
<div class="lead">
|
|
128
|
+
<p>A Boolean determining whether users can edit this field.</p>
|
|
129
|
+
</div>
|
|
130
|
+
</div>
|
|
131
|
+
</section>
|
|
132
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
133
|
+
<a name="name" class="tsd-anchor"></a>
|
|
134
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> name</h3>
|
|
135
|
+
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
136
|
+
<aside class="tsd-sources">
|
|
137
|
+
<ul>
|
|
138
|
+
<li>Defined in src/portal/LayerDefinition.ts:748</li>
|
|
139
|
+
</ul>
|
|
140
|
+
</aside>
|
|
141
|
+
<div class="tsd-comment tsd-typography">
|
|
142
|
+
<div class="lead">
|
|
143
|
+
<p>A string containing the field name as defined by the service.</p>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
</section>
|
|
147
|
+
</section>
|
|
148
|
+
</div>
|
|
149
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
150
|
+
<nav class="tsd-navigation primary">
|
|
151
|
+
<ul>
|
|
152
|
+
<li class=" ">
|
|
153
|
+
<a href="../modules.html">Exports</a>
|
|
154
|
+
</li>
|
|
155
|
+
<li class="current tsd-kind-module">
|
|
156
|
+
<a href="../modules/portal_layerdefinition.html">portal/<wbr>Layer<wbr>Definition</a>
|
|
157
|
+
<ul>
|
|
158
|
+
<li class=" tsd-kind-namespace tsd-parent-kind-module">
|
|
159
|
+
<a href="../modules/portal_layerdefinition.layerdefinition.html">Layer<wbr>Definition</a>
|
|
160
|
+
</li>
|
|
161
|
+
<li class=" tsd-kind-namespace tsd-parent-kind-module">
|
|
162
|
+
<a href="../modules/portal_layerdefinition.layerdefinitioncapabilities.html">Layer<wbr>Definition<wbr>Capabilities</a>
|
|
163
|
+
</li>
|
|
164
|
+
</ul>
|
|
165
|
+
</li>
|
|
166
|
+
</ul>
|
|
167
|
+
</nav>
|
|
168
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
169
|
+
<ul class="before-current">
|
|
170
|
+
</ul>
|
|
171
|
+
<ul class="current">
|
|
172
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
173
|
+
<a href="portal_layerdefinition.fieldoverride.html" class="tsd-kind-icon">Field<wbr>Override</a>
|
|
174
|
+
<ul>
|
|
175
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
176
|
+
<a href="portal_layerdefinition.fieldoverride.html#alias" class="tsd-kind-icon">alias</a>
|
|
177
|
+
</li>
|
|
178
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
179
|
+
<a href="portal_layerdefinition.fieldoverride.html#editable" class="tsd-kind-icon">editable</a>
|
|
180
|
+
</li>
|
|
181
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
182
|
+
<a href="portal_layerdefinition.fieldoverride.html#name" class="tsd-kind-icon">name</a>
|
|
183
|
+
</li>
|
|
184
|
+
</ul>
|
|
185
|
+
</li>
|
|
186
|
+
</ul>
|
|
187
|
+
<ul class="after-current">
|
|
188
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
189
|
+
<a href="portal_layerdefinition.layerdefinition-1.html" class="tsd-kind-icon">Layer<wbr>Definition</a>
|
|
190
|
+
</li>
|
|
191
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
192
|
+
<a href="portal_layerdefinition.layerdefinitiondefaults.html" class="tsd-kind-icon">Layer<wbr>Definition<wbr>Defaults</a>
|
|
193
|
+
</li>
|
|
194
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
195
|
+
<a href="portal_layerdefinition.layertimeinfo.html" class="tsd-kind-icon">Layer<wbr>Time<wbr>Info</a>
|
|
196
|
+
</li>
|
|
197
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
198
|
+
<a href="portal_layerdefinition.timeinfoexportoptions.html" class="tsd-kind-icon">Time<wbr>Info<wbr>Export<wbr>Options</a>
|
|
199
|
+
</li>
|
|
200
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
201
|
+
<a href="../modules/portal_layerdefinition.html#htmlpopuptype" class="tsd-kind-icon">Html<wbr>Popup<wbr>Type</a>
|
|
202
|
+
</li>
|
|
203
|
+
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
204
|
+
<a href="../modules/portal_layerdefinition.html#temporalunit" class="tsd-kind-icon">Temporal<wbr>Unit</a>
|
|
205
|
+
</li>
|
|
206
|
+
</ul>
|
|
207
|
+
</nav>
|
|
208
|
+
</div>
|
|
209
|
+
</div>
|
|
210
|
+
</div>
|
|
211
|
+
<footer>
|
|
212
|
+
<div class="container">
|
|
213
|
+
<h2>Legend</h2>
|
|
214
|
+
<div class="tsd-legend-group">
|
|
215
|
+
<ul class="tsd-legend">
|
|
216
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
217
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
218
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
219
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
220
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
221
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
222
|
+
</ul>
|
|
223
|
+
<ul class="tsd-legend">
|
|
224
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
225
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
226
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
227
|
+
</ul>
|
|
228
|
+
<ul class="tsd-legend">
|
|
229
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
230
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
231
|
+
</ul>
|
|
232
|
+
<ul class="tsd-legend">
|
|
233
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
234
|
+
</ul>
|
|
235
|
+
</div>
|
|
236
|
+
</div>
|
|
237
|
+
</footer>
|
|
238
|
+
<div class="overlay"></div>
|
|
239
|
+
<script src="../assets/js/main.js"></script>
|
|
240
|
+
</body>
|
|
241
|
+
</html>
|