@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,315 @@
|
|
|
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>FormGroupElement | @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.formgroupelement.html">FormGroupElement</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface FormGroupElement</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 a container that holds a set of form elements that can be expanded,
|
|
73
|
+
collapsed, or displayed together.
|
|
74
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/formGroupElement/" class="external">https://developers.arcgis.com/web-map-specification/objects/formGroupElement/</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">FormGroupElement</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_forminfo.formgroupelement.html#description" class="tsd-kind-icon">description</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formgroupelement.html#formelements" class="tsd-kind-icon">form<wbr>Elements</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formgroupelement.html#initialstate" class="tsd-kind-icon">initial<wbr>State</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formgroupelement.html#label" class="tsd-kind-icon">label</a></li>
|
|
97
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formgroupelement.html#type" class="tsd-kind-icon">type</a></li>
|
|
98
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formgroupelement.html#visibilityexpression" class="tsd-kind-icon">visibility<wbr>Expression</a></li>
|
|
99
|
+
</ul>
|
|
100
|
+
</section>
|
|
101
|
+
</div>
|
|
102
|
+
</section>
|
|
103
|
+
</section>
|
|
104
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
105
|
+
<h2>Properties</h2>
|
|
106
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
107
|
+
<a name="description" class="tsd-anchor"></a>
|
|
108
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> description</h3>
|
|
109
|
+
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
110
|
+
<aside class="tsd-sources">
|
|
111
|
+
<ul>
|
|
112
|
+
<li>Defined in src/portal/FormInfo.ts:208</li>
|
|
113
|
+
</ul>
|
|
114
|
+
</aside>
|
|
115
|
+
<div class="tsd-comment tsd-typography">
|
|
116
|
+
<div class="lead">
|
|
117
|
+
<p>A string that describes the element in detail.</p>
|
|
118
|
+
</div>
|
|
119
|
+
</div>
|
|
120
|
+
</section>
|
|
121
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
122
|
+
<a name="formelements" class="tsd-anchor"></a>
|
|
123
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> form<wbr>Elements</h3>
|
|
124
|
+
<div class="tsd-signature tsd-kind-icon">form<wbr>Elements<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><a href="portal_forminfo.formattachmentelement.html" class="tsd-signature-type" data-tsd-kind="Interface">FormAttachmentElement</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formfieldelement.html" class="tsd-signature-type" data-tsd-kind="Interface">FormFieldElement</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formrelationshipelement.html" class="tsd-signature-type" data-tsd-kind="Interface">FormRelationshipElement</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div>
|
|
125
|
+
<aside class="tsd-sources">
|
|
126
|
+
<ul>
|
|
127
|
+
<li>Defined in src/portal/FormInfo.ts:214</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</aside>
|
|
130
|
+
<div class="tsd-comment tsd-typography">
|
|
131
|
+
<div class="lead">
|
|
132
|
+
<p>An array of Form Element objects that represent an ordered list of form
|
|
133
|
+
elements. Nested group elements are not supported.</p>
|
|
134
|
+
</div>
|
|
135
|
+
</div>
|
|
136
|
+
</section>
|
|
137
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
138
|
+
<a name="initialstate" class="tsd-anchor"></a>
|
|
139
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> initial<wbr>State</h3>
|
|
140
|
+
<div class="tsd-signature tsd-kind-icon">initial<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"collapsed"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"expanded"</span></div>
|
|
141
|
+
<aside class="tsd-sources">
|
|
142
|
+
<ul>
|
|
143
|
+
<li>Defined in src/portal/FormInfo.ts:220</li>
|
|
144
|
+
</ul>
|
|
145
|
+
</aside>
|
|
146
|
+
<div class="tsd-comment tsd-typography">
|
|
147
|
+
<div class="lead">
|
|
148
|
+
<p>Defines if the group should be expanded or collapsed when the form is
|
|
149
|
+
initially displayed. If not provided, the default value is expanded.</p>
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
</section>
|
|
153
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
154
|
+
<a name="label" class="tsd-anchor"></a>
|
|
155
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> label</h3>
|
|
156
|
+
<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
157
|
+
<aside class="tsd-sources">
|
|
158
|
+
<ul>
|
|
159
|
+
<li>Defined in src/portal/FormInfo.ts:225</li>
|
|
160
|
+
</ul>
|
|
161
|
+
</aside>
|
|
162
|
+
<div class="tsd-comment tsd-typography">
|
|
163
|
+
<div class="lead">
|
|
164
|
+
<p>A string value indicating what the element represents.</p>
|
|
165
|
+
</div>
|
|
166
|
+
</div>
|
|
167
|
+
</section>
|
|
168
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
169
|
+
<a name="type" class="tsd-anchor"></a>
|
|
170
|
+
<h3>type</h3>
|
|
171
|
+
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"group"</span></div>
|
|
172
|
+
<aside class="tsd-sources">
|
|
173
|
+
<ul>
|
|
174
|
+
<li>Defined in src/portal/FormInfo.ts:230</li>
|
|
175
|
+
</ul>
|
|
176
|
+
</aside>
|
|
177
|
+
<div class="tsd-comment tsd-typography">
|
|
178
|
+
<div class="lead">
|
|
179
|
+
<p>String value indicating which type of element to use.</p>
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
</section>
|
|
183
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
184
|
+
<a name="visibilityexpression" class="tsd-anchor"></a>
|
|
185
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> visibility<wbr>Expression</h3>
|
|
186
|
+
<div class="tsd-signature tsd-kind-icon">visibility<wbr>Expression<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
187
|
+
<aside class="tsd-sources">
|
|
188
|
+
<ul>
|
|
189
|
+
<li>Defined in src/portal/FormInfo.ts:239</li>
|
|
190
|
+
</ul>
|
|
191
|
+
</aside>
|
|
192
|
+
<div class="tsd-comment tsd-typography">
|
|
193
|
+
<div class="lead">
|
|
194
|
+
<p>A reference to an Arcade expression that returns a boolean value. When
|
|
195
|
+
this expression evaluates to true, the element is displayed. When the
|
|
196
|
+
expression evaluates to false the element is not displayed. If no
|
|
197
|
+
expression is provided, the default behavior is that the element is
|
|
198
|
+
displayed.</p>
|
|
199
|
+
</div>
|
|
200
|
+
</div>
|
|
201
|
+
</section>
|
|
202
|
+
</section>
|
|
203
|
+
</div>
|
|
204
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
205
|
+
<nav class="tsd-navigation primary">
|
|
206
|
+
<ul>
|
|
207
|
+
<li class=" ">
|
|
208
|
+
<a href="../modules.html">Exports</a>
|
|
209
|
+
</li>
|
|
210
|
+
<li class="current tsd-kind-module">
|
|
211
|
+
<a href="../modules/portal_forminfo.html">portal/<wbr>Form<wbr>Info</a>
|
|
212
|
+
</li>
|
|
213
|
+
</ul>
|
|
214
|
+
</nav>
|
|
215
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
216
|
+
<ul class="before-current">
|
|
217
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
218
|
+
<a href="portal_forminfo.formattachmentelement.html" class="tsd-kind-icon">Form<wbr>Attachment<wbr>Element</a>
|
|
219
|
+
</li>
|
|
220
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
221
|
+
<a href="portal_forminfo.formbarcodescannerinput.html" class="tsd-kind-icon">Form<wbr>Barcode<wbr>Scanner<wbr>Input</a>
|
|
222
|
+
</li>
|
|
223
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
224
|
+
<a href="portal_forminfo.formcomboboxinput.html" class="tsd-kind-icon">Form<wbr>Combo<wbr>Box<wbr>Input</a>
|
|
225
|
+
</li>
|
|
226
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
227
|
+
<a href="portal_forminfo.formdatetimepickerinput.html" class="tsd-kind-icon">Form<wbr>Date<wbr>Time<wbr>Picker<wbr>Input</a>
|
|
228
|
+
</li>
|
|
229
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
230
|
+
<a href="portal_forminfo.formexpressioninfo.html" class="tsd-kind-icon">Form<wbr>Expression<wbr>Info</a>
|
|
231
|
+
</li>
|
|
232
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
233
|
+
<a href="portal_forminfo.formfieldelement.html" class="tsd-kind-icon">Form<wbr>Field<wbr>Element</a>
|
|
234
|
+
</li>
|
|
235
|
+
</ul>
|
|
236
|
+
<ul class="current">
|
|
237
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
238
|
+
<a href="portal_forminfo.formgroupelement.html" class="tsd-kind-icon">Form<wbr>Group<wbr>Element</a>
|
|
239
|
+
<ul>
|
|
240
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
241
|
+
<a href="portal_forminfo.formgroupelement.html#description" class="tsd-kind-icon">description</a>
|
|
242
|
+
</li>
|
|
243
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
244
|
+
<a href="portal_forminfo.formgroupelement.html#formelements" class="tsd-kind-icon">form<wbr>Elements</a>
|
|
245
|
+
</li>
|
|
246
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
247
|
+
<a href="portal_forminfo.formgroupelement.html#initialstate" class="tsd-kind-icon">initial<wbr>State</a>
|
|
248
|
+
</li>
|
|
249
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
250
|
+
<a href="portal_forminfo.formgroupelement.html#label" class="tsd-kind-icon">label</a>
|
|
251
|
+
</li>
|
|
252
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
253
|
+
<a href="portal_forminfo.formgroupelement.html#type" class="tsd-kind-icon">type</a>
|
|
254
|
+
</li>
|
|
255
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
256
|
+
<a href="portal_forminfo.formgroupelement.html#visibilityexpression" class="tsd-kind-icon">visibility<wbr>Expression</a>
|
|
257
|
+
</li>
|
|
258
|
+
</ul>
|
|
259
|
+
</li>
|
|
260
|
+
</ul>
|
|
261
|
+
<ul class="after-current">
|
|
262
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
263
|
+
<a href="portal_forminfo.forminfo.html" class="tsd-kind-icon">Form<wbr>Info</a>
|
|
264
|
+
</li>
|
|
265
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
266
|
+
<a href="portal_forminfo.formradiobuttonsinput.html" class="tsd-kind-icon">Form<wbr>Radio<wbr>Buttons<wbr>Input</a>
|
|
267
|
+
</li>
|
|
268
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
269
|
+
<a href="portal_forminfo.formrelationshipelement.html" class="tsd-kind-icon">Form<wbr>Relationship<wbr>Element</a>
|
|
270
|
+
</li>
|
|
271
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
272
|
+
<a href="portal_forminfo.formswitchinput.html" class="tsd-kind-icon">Form<wbr>Switch<wbr>Input</a>
|
|
273
|
+
</li>
|
|
274
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
275
|
+
<a href="portal_forminfo.formtextareainput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Area<wbr>Input</a>
|
|
276
|
+
</li>
|
|
277
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
278
|
+
<a href="portal_forminfo.formtextboxinput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Box<wbr>Input</a>
|
|
279
|
+
</li>
|
|
280
|
+
</ul>
|
|
281
|
+
</nav>
|
|
282
|
+
</div>
|
|
283
|
+
</div>
|
|
284
|
+
</div>
|
|
285
|
+
<footer>
|
|
286
|
+
<div class="container">
|
|
287
|
+
<h2>Legend</h2>
|
|
288
|
+
<div class="tsd-legend-group">
|
|
289
|
+
<ul class="tsd-legend">
|
|
290
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
291
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
292
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
293
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
294
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
295
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
296
|
+
</ul>
|
|
297
|
+
<ul class="tsd-legend">
|
|
298
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
299
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
300
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
301
|
+
</ul>
|
|
302
|
+
<ul class="tsd-legend">
|
|
303
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
304
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
305
|
+
</ul>
|
|
306
|
+
<ul class="tsd-legend">
|
|
307
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
308
|
+
</ul>
|
|
309
|
+
</div>
|
|
310
|
+
</div>
|
|
311
|
+
</footer>
|
|
312
|
+
<div class="overlay"></div>
|
|
313
|
+
<script src="../assets/js/main.js"></script>
|
|
314
|
+
</body>
|
|
315
|
+
</html>
|
|
@@ -0,0 +1,271 @@
|
|
|
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>FormInfo | @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.forminfo.html">FormInfo</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface FormInfo</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 form configuration when a user edits a feature.
|
|
73
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/formInfo/" class="external">https://developers.arcgis.com/web-map-specification/objects/formInfo/</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">FormInfo</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.forminfo.html#description" class="tsd-kind-icon">description</a></li>
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.forminfo.html#expressioninfos" class="tsd-kind-icon">expression<wbr>Infos</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.forminfo.html#formelements" class="tsd-kind-icon">form<wbr>Elements</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.forminfo.html#title" class="tsd-kind-icon">title</a></li>
|
|
96
|
+
</ul>
|
|
97
|
+
</section>
|
|
98
|
+
</div>
|
|
99
|
+
</section>
|
|
100
|
+
</section>
|
|
101
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
102
|
+
<h2>Properties</h2>
|
|
103
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
104
|
+
<a name="description" class="tsd-anchor"></a>
|
|
105
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> description</h3>
|
|
106
|
+
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
107
|
+
<aside class="tsd-sources">
|
|
108
|
+
<ul>
|
|
109
|
+
<li>Defined in src/portal/FormInfo.ts:11</li>
|
|
110
|
+
</ul>
|
|
111
|
+
</aside>
|
|
112
|
+
<div class="tsd-comment tsd-typography">
|
|
113
|
+
<div class="lead">
|
|
114
|
+
<p>A string that appears in the body of the form as a description.</p>
|
|
115
|
+
</div>
|
|
116
|
+
</div>
|
|
117
|
+
</section>
|
|
118
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
119
|
+
<a name="expressioninfos" class="tsd-anchor"></a>
|
|
120
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> expression<wbr>Infos</h3>
|
|
121
|
+
<div class="tsd-signature tsd-kind-icon">expression<wbr>Infos<span class="tsd-signature-symbol">:</span> <a href="portal_forminfo.formexpressioninfo.html" class="tsd-signature-type" data-tsd-kind="Interface">FormExpressionInfo</a><span class="tsd-signature-symbol">[]</span></div>
|
|
122
|
+
<aside class="tsd-sources">
|
|
123
|
+
<ul>
|
|
124
|
+
<li>Defined in src/portal/FormInfo.ts:16</li>
|
|
125
|
+
</ul>
|
|
126
|
+
</aside>
|
|
127
|
+
<div class="tsd-comment tsd-typography">
|
|
128
|
+
<div class="lead">
|
|
129
|
+
<p>List of Arcade expressions used in the form.</p>
|
|
130
|
+
</div>
|
|
131
|
+
</div>
|
|
132
|
+
</section>
|
|
133
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
134
|
+
<a name="formelements" class="tsd-anchor"></a>
|
|
135
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> form<wbr>Elements</h3>
|
|
136
|
+
<div class="tsd-signature tsd-kind-icon">form<wbr>Elements<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><a href="portal_forminfo.formattachmentelement.html" class="tsd-signature-type" data-tsd-kind="Interface">FormAttachmentElement</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formfieldelement.html" class="tsd-signature-type" data-tsd-kind="Interface">FormFieldElement</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formgroupelement.html" class="tsd-signature-type" data-tsd-kind="Interface">FormGroupElement</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formrelationshipelement.html" class="tsd-signature-type" data-tsd-kind="Interface">FormRelationshipElement</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div>
|
|
137
|
+
<aside class="tsd-sources">
|
|
138
|
+
<ul>
|
|
139
|
+
<li>Defined in src/portal/FormInfo.ts:22</li>
|
|
140
|
+
</ul>
|
|
141
|
+
</aside>
|
|
142
|
+
<div class="tsd-comment tsd-typography">
|
|
143
|
+
<div class="lead">
|
|
144
|
+
<p>An array of formElement objects that represent an ordered list of form
|
|
145
|
+
elements.</p>
|
|
146
|
+
</div>
|
|
147
|
+
</div>
|
|
148
|
+
</section>
|
|
149
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
150
|
+
<a name="title" class="tsd-anchor"></a>
|
|
151
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> title</h3>
|
|
152
|
+
<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
153
|
+
<aside class="tsd-sources">
|
|
154
|
+
<ul>
|
|
155
|
+
<li>Defined in src/portal/FormInfo.ts:32</li>
|
|
156
|
+
</ul>
|
|
157
|
+
</aside>
|
|
158
|
+
<div class="tsd-comment tsd-typography">
|
|
159
|
+
<div class="lead">
|
|
160
|
+
<p>A string that appears at the top of the form as a title.</p>
|
|
161
|
+
</div>
|
|
162
|
+
</div>
|
|
163
|
+
</section>
|
|
164
|
+
</section>
|
|
165
|
+
</div>
|
|
166
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
167
|
+
<nav class="tsd-navigation primary">
|
|
168
|
+
<ul>
|
|
169
|
+
<li class=" ">
|
|
170
|
+
<a href="../modules.html">Exports</a>
|
|
171
|
+
</li>
|
|
172
|
+
<li class="current tsd-kind-module">
|
|
173
|
+
<a href="../modules/portal_forminfo.html">portal/<wbr>Form<wbr>Info</a>
|
|
174
|
+
</li>
|
|
175
|
+
</ul>
|
|
176
|
+
</nav>
|
|
177
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
178
|
+
<ul class="before-current">
|
|
179
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
180
|
+
<a href="portal_forminfo.formattachmentelement.html" class="tsd-kind-icon">Form<wbr>Attachment<wbr>Element</a>
|
|
181
|
+
</li>
|
|
182
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
183
|
+
<a href="portal_forminfo.formbarcodescannerinput.html" class="tsd-kind-icon">Form<wbr>Barcode<wbr>Scanner<wbr>Input</a>
|
|
184
|
+
</li>
|
|
185
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
186
|
+
<a href="portal_forminfo.formcomboboxinput.html" class="tsd-kind-icon">Form<wbr>Combo<wbr>Box<wbr>Input</a>
|
|
187
|
+
</li>
|
|
188
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
189
|
+
<a href="portal_forminfo.formdatetimepickerinput.html" class="tsd-kind-icon">Form<wbr>Date<wbr>Time<wbr>Picker<wbr>Input</a>
|
|
190
|
+
</li>
|
|
191
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
192
|
+
<a href="portal_forminfo.formexpressioninfo.html" class="tsd-kind-icon">Form<wbr>Expression<wbr>Info</a>
|
|
193
|
+
</li>
|
|
194
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
195
|
+
<a href="portal_forminfo.formfieldelement.html" class="tsd-kind-icon">Form<wbr>Field<wbr>Element</a>
|
|
196
|
+
</li>
|
|
197
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
198
|
+
<a href="portal_forminfo.formgroupelement.html" class="tsd-kind-icon">Form<wbr>Group<wbr>Element</a>
|
|
199
|
+
</li>
|
|
200
|
+
</ul>
|
|
201
|
+
<ul class="current">
|
|
202
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
203
|
+
<a href="portal_forminfo.forminfo.html" class="tsd-kind-icon">Form<wbr>Info</a>
|
|
204
|
+
<ul>
|
|
205
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
206
|
+
<a href="portal_forminfo.forminfo.html#description" class="tsd-kind-icon">description</a>
|
|
207
|
+
</li>
|
|
208
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
209
|
+
<a href="portal_forminfo.forminfo.html#expressioninfos" class="tsd-kind-icon">expression<wbr>Infos</a>
|
|
210
|
+
</li>
|
|
211
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
212
|
+
<a href="portal_forminfo.forminfo.html#formelements" class="tsd-kind-icon">form<wbr>Elements</a>
|
|
213
|
+
</li>
|
|
214
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
215
|
+
<a href="portal_forminfo.forminfo.html#title" class="tsd-kind-icon">title</a>
|
|
216
|
+
</li>
|
|
217
|
+
</ul>
|
|
218
|
+
</li>
|
|
219
|
+
</ul>
|
|
220
|
+
<ul class="after-current">
|
|
221
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
222
|
+
<a href="portal_forminfo.formradiobuttonsinput.html" class="tsd-kind-icon">Form<wbr>Radio<wbr>Buttons<wbr>Input</a>
|
|
223
|
+
</li>
|
|
224
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
225
|
+
<a href="portal_forminfo.formrelationshipelement.html" class="tsd-kind-icon">Form<wbr>Relationship<wbr>Element</a>
|
|
226
|
+
</li>
|
|
227
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
228
|
+
<a href="portal_forminfo.formswitchinput.html" class="tsd-kind-icon">Form<wbr>Switch<wbr>Input</a>
|
|
229
|
+
</li>
|
|
230
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
231
|
+
<a href="portal_forminfo.formtextareainput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Area<wbr>Input</a>
|
|
232
|
+
</li>
|
|
233
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
234
|
+
<a href="portal_forminfo.formtextboxinput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Box<wbr>Input</a>
|
|
235
|
+
</li>
|
|
236
|
+
</ul>
|
|
237
|
+
</nav>
|
|
238
|
+
</div>
|
|
239
|
+
</div>
|
|
240
|
+
</div>
|
|
241
|
+
<footer>
|
|
242
|
+
<div class="container">
|
|
243
|
+
<h2>Legend</h2>
|
|
244
|
+
<div class="tsd-legend-group">
|
|
245
|
+
<ul class="tsd-legend">
|
|
246
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
247
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
248
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
249
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
250
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
251
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
252
|
+
</ul>
|
|
253
|
+
<ul class="tsd-legend">
|
|
254
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
255
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
256
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
257
|
+
</ul>
|
|
258
|
+
<ul class="tsd-legend">
|
|
259
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
260
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
261
|
+
</ul>
|
|
262
|
+
<ul class="tsd-legend">
|
|
263
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
264
|
+
</ul>
|
|
265
|
+
</div>
|
|
266
|
+
</div>
|
|
267
|
+
</footer>
|
|
268
|
+
<div class="overlay"></div>
|
|
269
|
+
<script src="../assets/js/main.js"></script>
|
|
270
|
+
</body>
|
|
271
|
+
</html>
|