@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
|
@@ -0,0 +1,255 @@
|
|
|
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>FormTextBoxInput | @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_forminfo.html">portal/FormInfo</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a href="portal_forminfo.formtextboxinput.html">FormTextBoxInput</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface FormTextBoxInput</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 the desired user interface is a single-line text box.
|
|
73
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/" class="external">https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/</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">FormTextBoxInput</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_forminfo.formtextboxinput.html#maxlength" class="tsd-kind-icon">max<wbr>Length</a></li>
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formtextboxinput.html#minlength" class="tsd-kind-icon">min<wbr>Length</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formtextboxinput.html#type" class="tsd-kind-icon">type</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="maxlength" class="tsd-anchor"></a>
|
|
104
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>Length</h3>
|
|
105
|
+
<div class="tsd-signature tsd-kind-icon">max<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
106
|
+
<aside class="tsd-sources">
|
|
107
|
+
<ul>
|
|
108
|
+
<li>Defined in src/portal/FormInfo.ts:449</li>
|
|
109
|
+
</ul>
|
|
110
|
+
</aside>
|
|
111
|
+
<div class="tsd-comment tsd-typography">
|
|
112
|
+
<div class="lead">
|
|
113
|
+
<p>This represents the maximum number of characters allowed. This only
|
|
114
|
+
applies for string fields. If not supplied, the value is derived from the
|
|
115
|
+
length property of the referenced field in the service.</p>
|
|
116
|
+
</div>
|
|
117
|
+
</div>
|
|
118
|
+
</section>
|
|
119
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
120
|
+
<a name="minlength" class="tsd-anchor"></a>
|
|
121
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr>Length</h3>
|
|
122
|
+
<div class="tsd-signature tsd-kind-icon">min<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
123
|
+
<aside class="tsd-sources">
|
|
124
|
+
<ul>
|
|
125
|
+
<li>Defined in src/portal/FormInfo.ts:456</li>
|
|
126
|
+
</ul>
|
|
127
|
+
</aside>
|
|
128
|
+
<div class="tsd-comment tsd-typography">
|
|
129
|
+
<div class="lead">
|
|
130
|
+
<p>This represents the minimum number of characters allowed. This only
|
|
131
|
+
applies for string fields. If not supplied, the value is 0, meaning there
|
|
132
|
+
is no minimum constraint.</p>
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
</section>
|
|
136
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
137
|
+
<a name="type" class="tsd-anchor"></a>
|
|
138
|
+
<h3>type</h3>
|
|
139
|
+
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"text-box"</span></div>
|
|
140
|
+
<aside class="tsd-sources">
|
|
141
|
+
<ul>
|
|
142
|
+
<li>Defined in src/portal/FormInfo.ts:461</li>
|
|
143
|
+
</ul>
|
|
144
|
+
</aside>
|
|
145
|
+
<div class="tsd-comment tsd-typography">
|
|
146
|
+
<div class="lead">
|
|
147
|
+
<p>The input type identifier.</p>
|
|
148
|
+
</div>
|
|
149
|
+
</div>
|
|
150
|
+
</section>
|
|
151
|
+
</section>
|
|
152
|
+
</div>
|
|
153
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
154
|
+
<nav class="tsd-navigation primary">
|
|
155
|
+
<ul>
|
|
156
|
+
<li class=" ">
|
|
157
|
+
<a href="../modules.html">Exports</a>
|
|
158
|
+
</li>
|
|
159
|
+
<li class="current tsd-kind-module">
|
|
160
|
+
<a href="../modules/portal_forminfo.html">portal/<wbr>Form<wbr>Info</a>
|
|
161
|
+
</li>
|
|
162
|
+
</ul>
|
|
163
|
+
</nav>
|
|
164
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
165
|
+
<ul class="before-current">
|
|
166
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
167
|
+
<a href="portal_forminfo.formattachmentelement.html" class="tsd-kind-icon">Form<wbr>Attachment<wbr>Element</a>
|
|
168
|
+
</li>
|
|
169
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
170
|
+
<a href="portal_forminfo.formbarcodescannerinput.html" class="tsd-kind-icon">Form<wbr>Barcode<wbr>Scanner<wbr>Input</a>
|
|
171
|
+
</li>
|
|
172
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
173
|
+
<a href="portal_forminfo.formcomboboxinput.html" class="tsd-kind-icon">Form<wbr>Combo<wbr>Box<wbr>Input</a>
|
|
174
|
+
</li>
|
|
175
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
176
|
+
<a href="portal_forminfo.formdatetimepickerinput.html" class="tsd-kind-icon">Form<wbr>Date<wbr>Time<wbr>Picker<wbr>Input</a>
|
|
177
|
+
</li>
|
|
178
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
179
|
+
<a href="portal_forminfo.formexpressioninfo.html" class="tsd-kind-icon">Form<wbr>Expression<wbr>Info</a>
|
|
180
|
+
</li>
|
|
181
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
182
|
+
<a href="portal_forminfo.formfieldelement.html" class="tsd-kind-icon">Form<wbr>Field<wbr>Element</a>
|
|
183
|
+
</li>
|
|
184
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
185
|
+
<a href="portal_forminfo.formgroupelement.html" class="tsd-kind-icon">Form<wbr>Group<wbr>Element</a>
|
|
186
|
+
</li>
|
|
187
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
188
|
+
<a href="portal_forminfo.forminfo.html" class="tsd-kind-icon">Form<wbr>Info</a>
|
|
189
|
+
</li>
|
|
190
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
191
|
+
<a href="portal_forminfo.formradiobuttonsinput.html" class="tsd-kind-icon">Form<wbr>Radio<wbr>Buttons<wbr>Input</a>
|
|
192
|
+
</li>
|
|
193
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
194
|
+
<a href="portal_forminfo.formrelationshipelement.html" class="tsd-kind-icon">Form<wbr>Relationship<wbr>Element</a>
|
|
195
|
+
</li>
|
|
196
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
197
|
+
<a href="portal_forminfo.formswitchinput.html" class="tsd-kind-icon">Form<wbr>Switch<wbr>Input</a>
|
|
198
|
+
</li>
|
|
199
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
200
|
+
<a href="portal_forminfo.formtextareainput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Area<wbr>Input</a>
|
|
201
|
+
</li>
|
|
202
|
+
</ul>
|
|
203
|
+
<ul class="current">
|
|
204
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
205
|
+
<a href="portal_forminfo.formtextboxinput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Box<wbr>Input</a>
|
|
206
|
+
<ul>
|
|
207
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
208
|
+
<a href="portal_forminfo.formtextboxinput.html#maxlength" class="tsd-kind-icon">max<wbr>Length</a>
|
|
209
|
+
</li>
|
|
210
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
211
|
+
<a href="portal_forminfo.formtextboxinput.html#minlength" class="tsd-kind-icon">min<wbr>Length</a>
|
|
212
|
+
</li>
|
|
213
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
214
|
+
<a href="portal_forminfo.formtextboxinput.html#type" class="tsd-kind-icon">type</a>
|
|
215
|
+
</li>
|
|
216
|
+
</ul>
|
|
217
|
+
</li>
|
|
218
|
+
</ul>
|
|
219
|
+
<ul class="after-current">
|
|
220
|
+
</ul>
|
|
221
|
+
</nav>
|
|
222
|
+
</div>
|
|
223
|
+
</div>
|
|
224
|
+
</div>
|
|
225
|
+
<footer>
|
|
226
|
+
<div class="container">
|
|
227
|
+
<h2>Legend</h2>
|
|
228
|
+
<div class="tsd-legend-group">
|
|
229
|
+
<ul class="tsd-legend">
|
|
230
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
231
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
232
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
233
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
234
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
235
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
236
|
+
</ul>
|
|
237
|
+
<ul class="tsd-legend">
|
|
238
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
239
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
240
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
241
|
+
</ul>
|
|
242
|
+
<ul class="tsd-legend">
|
|
243
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
244
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
245
|
+
</ul>
|
|
246
|
+
<ul class="tsd-legend">
|
|
247
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
248
|
+
</ul>
|
|
249
|
+
</div>
|
|
250
|
+
</div>
|
|
251
|
+
</footer>
|
|
252
|
+
<div class="overlay"></div>
|
|
253
|
+
<script src="../assets/js/main.js"></script>
|
|
254
|
+
</body>
|
|
255
|
+
</html>
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
<aside class="tsd-sources">
|
|
161
161
|
<p>Overrides <a href="portal_operationallayer.operationallayerbase.html">OperationalLayerBase</a>.<a href="portal_operationallayer.operationallayerbase.html#layertype">layerType</a></p>
|
|
162
162
|
<ul>
|
|
163
|
-
<li>Defined in src/portal/GroupLayer.ts:
|
|
163
|
+
<li>Defined in src/portal/GroupLayer.ts:123</li>
|
|
164
164
|
</ul>
|
|
165
165
|
</aside>
|
|
166
166
|
<div class="tsd-comment tsd-typography">
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
<div class="tsd-signature tsd-kind-icon">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>
|
|
177
177
|
<aside class="tsd-sources">
|
|
178
178
|
<ul>
|
|
179
|
-
<li>Defined in src/portal/GroupLayer.ts:
|
|
179
|
+
<li>Defined in src/portal/GroupLayer.ts:128</li>
|
|
180
180
|
</ul>
|
|
181
181
|
</aside>
|
|
182
182
|
<div class="tsd-comment tsd-typography">
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
<aside class="tsd-sources">
|
|
193
193
|
<p>Overrides <a href="portal_operationallayer.operationallayerbase.html">OperationalLayerBase</a>.<a href="portal_operationallayer.operationallayerbase.html#listmode">listMode</a></p>
|
|
194
194
|
<ul>
|
|
195
|
-
<li>Defined in src/portal/GroupLayer.ts:
|
|
195
|
+
<li>Defined in src/portal/GroupLayer.ts:134</li>
|
|
196
196
|
</ul>
|
|
197
197
|
</aside>
|
|
198
198
|
<div class="tsd-comment tsd-typography">
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
<div class="tsd-signature tsd-kind-icon">visibility<wbr>Mode<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_grouplayer.html#grouplayervisibilitymode" class="tsd-signature-type" data-tsd-kind="Type alias">GroupLayerVisibilityMode</a></div>
|
|
357
357
|
<aside class="tsd-sources">
|
|
358
358
|
<ul>
|
|
359
|
-
<li>Defined in src/portal/GroupLayer.ts:
|
|
359
|
+
<li>Defined in src/portal/GroupLayer.ts:140</li>
|
|
360
360
|
</ul>
|
|
361
361
|
</aside>
|
|
362
362
|
<div class="tsd-comment tsd-typography">
|
|
@@ -437,6 +437,9 @@
|
|
|
437
437
|
</li>
|
|
438
438
|
</ul>
|
|
439
439
|
<ul class="after-current">
|
|
440
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
441
|
+
<a href="portal_grouplayer.subtypegrouplayer.html" class="tsd-kind-icon">Subtype<wbr>Group<wbr>Layer</a>
|
|
442
|
+
</li>
|
|
440
443
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
441
444
|
<a href="../modules/portal_grouplayer.html#grouplayervisibilitymode" class="tsd-kind-icon">Group<wbr>Layer<wbr>Visibility<wbr>Mode</a>
|
|
442
445
|
</li>
|