@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,351 @@
|
|
|
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>FormAttachmentElement | @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.formattachmentelement.html">FormAttachmentElement</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface FormAttachmentElement</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 how one or more attachments can participate in the form. When present
|
|
73
|
+
in the form, the user has the ability to upload an attachment specific to the
|
|
74
|
+
form element.
|
|
75
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/" class="external">https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/</a>.</p>
|
|
76
|
+
</div>
|
|
77
|
+
</div>
|
|
78
|
+
</section>
|
|
79
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
80
|
+
<h3>Hierarchy</h3>
|
|
81
|
+
<ul class="tsd-hierarchy">
|
|
82
|
+
<li>
|
|
83
|
+
<span class="target">FormAttachmentElement</span>
|
|
84
|
+
</li>
|
|
85
|
+
</ul>
|
|
86
|
+
</section>
|
|
87
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
88
|
+
<h2>Index</h2>
|
|
89
|
+
<section class="tsd-panel tsd-index-panel">
|
|
90
|
+
<div class="tsd-index-content">
|
|
91
|
+
<section class="tsd-index-section ">
|
|
92
|
+
<h3>Properties</h3>
|
|
93
|
+
<ul class="tsd-index-list">
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formattachmentelement.html#attachmentkeyword" class="tsd-kind-icon">attachment<wbr>Keyword</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formattachmentelement.html#description" class="tsd-kind-icon">description</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formattachmentelement.html#editable" class="tsd-kind-icon">editable</a></li>
|
|
97
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formattachmentelement.html#inputtype" class="tsd-kind-icon">input<wbr>Type</a></li>
|
|
98
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formattachmentelement.html#label" class="tsd-kind-icon">label</a></li>
|
|
99
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formattachmentelement.html#type-1" class="tsd-kind-icon">type</a></li>
|
|
100
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formattachmentelement.html#visibilityexpression" class="tsd-kind-icon">visibility<wbr>Expression</a></li>
|
|
101
|
+
</ul>
|
|
102
|
+
</section>
|
|
103
|
+
</div>
|
|
104
|
+
</section>
|
|
105
|
+
</section>
|
|
106
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
107
|
+
<h2>Properties</h2>
|
|
108
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
109
|
+
<a name="attachmentkeyword" class="tsd-anchor"></a>
|
|
110
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> attachment<wbr>Keyword</h3>
|
|
111
|
+
<div class="tsd-signature tsd-kind-icon">attachment<wbr>Keyword<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
112
|
+
<aside class="tsd-sources">
|
|
113
|
+
<ul>
|
|
114
|
+
<li>Defined in src/portal/FormInfo.ts:77</li>
|
|
115
|
+
</ul>
|
|
116
|
+
</aside>
|
|
117
|
+
<div class="tsd-comment tsd-typography">
|
|
118
|
+
<div class="lead">
|
|
119
|
+
<p>A string to identify the attachment(s). When a file is attached using the
|
|
120
|
+
form, this property is used to set the value of the keywords field for
|
|
121
|
+
the attachment. When a form is displaying existing attachments, this
|
|
122
|
+
property is used to query attachments using an exact match on the
|
|
123
|
+
keywords field.</p>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
</section>
|
|
127
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
128
|
+
<a name="description" class="tsd-anchor"></a>
|
|
129
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> description</h3>
|
|
130
|
+
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
131
|
+
<aside class="tsd-sources">
|
|
132
|
+
<ul>
|
|
133
|
+
<li>Defined in src/portal/FormInfo.ts:82</li>
|
|
134
|
+
</ul>
|
|
135
|
+
</aside>
|
|
136
|
+
<div class="tsd-comment tsd-typography">
|
|
137
|
+
<div class="lead">
|
|
138
|
+
<p>A string that describes the element in detail.</p>
|
|
139
|
+
</div>
|
|
140
|
+
</div>
|
|
141
|
+
</section>
|
|
142
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
143
|
+
<a name="editable" class="tsd-anchor"></a>
|
|
144
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> editable</h3>
|
|
145
|
+
<div class="tsd-signature tsd-kind-icon">editable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
146
|
+
<aside class="tsd-sources">
|
|
147
|
+
<ul>
|
|
148
|
+
<li>Defined in src/portal/FormInfo.ts:88</li>
|
|
149
|
+
</ul>
|
|
150
|
+
</aside>
|
|
151
|
+
<div class="tsd-comment tsd-typography">
|
|
152
|
+
<div class="lead">
|
|
153
|
+
<p>Indicates whether the attachments can be edited. If not present, the
|
|
154
|
+
default is true.</p>
|
|
155
|
+
</div>
|
|
156
|
+
</div>
|
|
157
|
+
</section>
|
|
158
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
159
|
+
<a name="inputtype" class="tsd-anchor"></a>
|
|
160
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> input<wbr>Type</h3>
|
|
161
|
+
<div class="tsd-signature tsd-kind-icon">input<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"document"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"attachment"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"audio"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"image"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"signature"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"video"</span><span class="tsd-signature-symbol"> }</span></div>
|
|
162
|
+
<aside class="tsd-sources">
|
|
163
|
+
<ul>
|
|
164
|
+
<li>Defined in src/portal/FormInfo.ts:93</li>
|
|
165
|
+
</ul>
|
|
166
|
+
</aside>
|
|
167
|
+
<div class="tsd-comment tsd-typography">
|
|
168
|
+
<div class="lead">
|
|
169
|
+
<p>The input user interface to use for the attachment.</p>
|
|
170
|
+
</div>
|
|
171
|
+
</div>
|
|
172
|
+
<div class="tsd-type-declaration">
|
|
173
|
+
<h4>Type declaration</h4>
|
|
174
|
+
<ul class="tsd-parameters">
|
|
175
|
+
<li class="tsd-parameter">
|
|
176
|
+
<h5>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"document"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"attachment"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"audio"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"image"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"signature"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"video"</span></h5>
|
|
177
|
+
<div class="tsd-comment tsd-typography">
|
|
178
|
+
<div class="lead">
|
|
179
|
+
<p>The input type identifier.</p>
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
</li>
|
|
183
|
+
</ul>
|
|
184
|
+
</div>
|
|
185
|
+
</section>
|
|
186
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
187
|
+
<a name="label" class="tsd-anchor"></a>
|
|
188
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> label</h3>
|
|
189
|
+
<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
190
|
+
<aside class="tsd-sources">
|
|
191
|
+
<ul>
|
|
192
|
+
<li>Defined in src/portal/FormInfo.ts:103</li>
|
|
193
|
+
</ul>
|
|
194
|
+
</aside>
|
|
195
|
+
<div class="tsd-comment tsd-typography">
|
|
196
|
+
<div class="lead">
|
|
197
|
+
<p>A string value indicating what the element represents.</p>
|
|
198
|
+
</div>
|
|
199
|
+
</div>
|
|
200
|
+
</section>
|
|
201
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
202
|
+
<a name="type-1" class="tsd-anchor"></a>
|
|
203
|
+
<h3>type</h3>
|
|
204
|
+
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"attachment"</span></div>
|
|
205
|
+
<aside class="tsd-sources">
|
|
206
|
+
<ul>
|
|
207
|
+
<li>Defined in src/portal/FormInfo.ts:108</li>
|
|
208
|
+
</ul>
|
|
209
|
+
</aside>
|
|
210
|
+
<div class="tsd-comment tsd-typography">
|
|
211
|
+
<div class="lead">
|
|
212
|
+
<p>String value indicating which type of element to use.</p>
|
|
213
|
+
</div>
|
|
214
|
+
</div>
|
|
215
|
+
</section>
|
|
216
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
217
|
+
<a name="visibilityexpression" class="tsd-anchor"></a>
|
|
218
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> visibility<wbr>Expression</h3>
|
|
219
|
+
<div class="tsd-signature tsd-kind-icon">visibility<wbr>Expression<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
220
|
+
<aside class="tsd-sources">
|
|
221
|
+
<ul>
|
|
222
|
+
<li>Defined in src/portal/FormInfo.ts:117</li>
|
|
223
|
+
</ul>
|
|
224
|
+
</aside>
|
|
225
|
+
<div class="tsd-comment tsd-typography">
|
|
226
|
+
<div class="lead">
|
|
227
|
+
<p>A reference to an Arcade expression that returns a boolean value. When
|
|
228
|
+
this expression evaluates to true, the element is displayed. When the
|
|
229
|
+
expression evaluates to false the element is not displayed. If no
|
|
230
|
+
expression is provided, the default behavior is that the element is
|
|
231
|
+
displayed.</p>
|
|
232
|
+
</div>
|
|
233
|
+
</div>
|
|
234
|
+
</section>
|
|
235
|
+
</section>
|
|
236
|
+
</div>
|
|
237
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
238
|
+
<nav class="tsd-navigation primary">
|
|
239
|
+
<ul>
|
|
240
|
+
<li class=" ">
|
|
241
|
+
<a href="../modules.html">Exports</a>
|
|
242
|
+
</li>
|
|
243
|
+
<li class="current tsd-kind-module">
|
|
244
|
+
<a href="../modules/portal_forminfo.html">portal/<wbr>Form<wbr>Info</a>
|
|
245
|
+
</li>
|
|
246
|
+
</ul>
|
|
247
|
+
</nav>
|
|
248
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
249
|
+
<ul class="before-current">
|
|
250
|
+
</ul>
|
|
251
|
+
<ul class="current">
|
|
252
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
253
|
+
<a href="portal_forminfo.formattachmentelement.html" class="tsd-kind-icon">Form<wbr>Attachment<wbr>Element</a>
|
|
254
|
+
<ul>
|
|
255
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
256
|
+
<a href="portal_forminfo.formattachmentelement.html#attachmentkeyword" class="tsd-kind-icon">attachment<wbr>Keyword</a>
|
|
257
|
+
</li>
|
|
258
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
259
|
+
<a href="portal_forminfo.formattachmentelement.html#description" class="tsd-kind-icon">description</a>
|
|
260
|
+
</li>
|
|
261
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
262
|
+
<a href="portal_forminfo.formattachmentelement.html#editable" class="tsd-kind-icon">editable</a>
|
|
263
|
+
</li>
|
|
264
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
265
|
+
<a href="portal_forminfo.formattachmentelement.html#inputtype" class="tsd-kind-icon">input<wbr>Type</a>
|
|
266
|
+
</li>
|
|
267
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
268
|
+
<a href="portal_forminfo.formattachmentelement.html#label" class="tsd-kind-icon">label</a>
|
|
269
|
+
</li>
|
|
270
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
271
|
+
<a href="portal_forminfo.formattachmentelement.html#type-1" class="tsd-kind-icon">type</a>
|
|
272
|
+
</li>
|
|
273
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
274
|
+
<a href="portal_forminfo.formattachmentelement.html#visibilityexpression" class="tsd-kind-icon">visibility<wbr>Expression</a>
|
|
275
|
+
</li>
|
|
276
|
+
</ul>
|
|
277
|
+
</li>
|
|
278
|
+
</ul>
|
|
279
|
+
<ul class="after-current">
|
|
280
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
281
|
+
<a href="portal_forminfo.formbarcodescannerinput.html" class="tsd-kind-icon">Form<wbr>Barcode<wbr>Scanner<wbr>Input</a>
|
|
282
|
+
</li>
|
|
283
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
284
|
+
<a href="portal_forminfo.formcomboboxinput.html" class="tsd-kind-icon">Form<wbr>Combo<wbr>Box<wbr>Input</a>
|
|
285
|
+
</li>
|
|
286
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
287
|
+
<a href="portal_forminfo.formdatetimepickerinput.html" class="tsd-kind-icon">Form<wbr>Date<wbr>Time<wbr>Picker<wbr>Input</a>
|
|
288
|
+
</li>
|
|
289
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
290
|
+
<a href="portal_forminfo.formexpressioninfo.html" class="tsd-kind-icon">Form<wbr>Expression<wbr>Info</a>
|
|
291
|
+
</li>
|
|
292
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
293
|
+
<a href="portal_forminfo.formfieldelement.html" class="tsd-kind-icon">Form<wbr>Field<wbr>Element</a>
|
|
294
|
+
</li>
|
|
295
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
296
|
+
<a href="portal_forminfo.formgroupelement.html" class="tsd-kind-icon">Form<wbr>Group<wbr>Element</a>
|
|
297
|
+
</li>
|
|
298
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
299
|
+
<a href="portal_forminfo.forminfo.html" class="tsd-kind-icon">Form<wbr>Info</a>
|
|
300
|
+
</li>
|
|
301
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
302
|
+
<a href="portal_forminfo.formradiobuttonsinput.html" class="tsd-kind-icon">Form<wbr>Radio<wbr>Buttons<wbr>Input</a>
|
|
303
|
+
</li>
|
|
304
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
305
|
+
<a href="portal_forminfo.formrelationshipelement.html" class="tsd-kind-icon">Form<wbr>Relationship<wbr>Element</a>
|
|
306
|
+
</li>
|
|
307
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
308
|
+
<a href="portal_forminfo.formswitchinput.html" class="tsd-kind-icon">Form<wbr>Switch<wbr>Input</a>
|
|
309
|
+
</li>
|
|
310
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
311
|
+
<a href="portal_forminfo.formtextareainput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Area<wbr>Input</a>
|
|
312
|
+
</li>
|
|
313
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
314
|
+
<a href="portal_forminfo.formtextboxinput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Box<wbr>Input</a>
|
|
315
|
+
</li>
|
|
316
|
+
</ul>
|
|
317
|
+
</nav>
|
|
318
|
+
</div>
|
|
319
|
+
</div>
|
|
320
|
+
</div>
|
|
321
|
+
<footer>
|
|
322
|
+
<div class="container">
|
|
323
|
+
<h2>Legend</h2>
|
|
324
|
+
<div class="tsd-legend-group">
|
|
325
|
+
<ul class="tsd-legend">
|
|
326
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
327
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
328
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
329
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
330
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
331
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
332
|
+
</ul>
|
|
333
|
+
<ul class="tsd-legend">
|
|
334
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
335
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
336
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
337
|
+
</ul>
|
|
338
|
+
<ul class="tsd-legend">
|
|
339
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
340
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
341
|
+
</ul>
|
|
342
|
+
<ul class="tsd-legend">
|
|
343
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
344
|
+
</ul>
|
|
345
|
+
</div>
|
|
346
|
+
</div>
|
|
347
|
+
</footer>
|
|
348
|
+
<div class="overlay"></div>
|
|
349
|
+
<script src="../assets/js/main.js"></script>
|
|
350
|
+
</body>
|
|
351
|
+
</html>
|
|
@@ -0,0 +1,257 @@
|
|
|
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>FormBarcodeScannerInput | @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.formbarcodescannerinput.html">FormBarcodeScannerInput</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface FormBarcodeScannerInput</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 barcode or QR code scanner. If the
|
|
73
|
+
client does not support barcode scanning, a single-line text box should be
|
|
74
|
+
used.
|
|
75
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/" class="external">https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/</a>.</p>
|
|
76
|
+
</div>
|
|
77
|
+
</div>
|
|
78
|
+
</section>
|
|
79
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
80
|
+
<h3>Hierarchy</h3>
|
|
81
|
+
<ul class="tsd-hierarchy">
|
|
82
|
+
<li>
|
|
83
|
+
<span class="target">FormBarcodeScannerInput</span>
|
|
84
|
+
</li>
|
|
85
|
+
</ul>
|
|
86
|
+
</section>
|
|
87
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
88
|
+
<h2>Index</h2>
|
|
89
|
+
<section class="tsd-panel tsd-index-panel">
|
|
90
|
+
<div class="tsd-index-content">
|
|
91
|
+
<section class="tsd-index-section ">
|
|
92
|
+
<h3>Properties</h3>
|
|
93
|
+
<ul class="tsd-index-list">
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formbarcodescannerinput.html#maxlength" class="tsd-kind-icon">max<wbr>Length</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formbarcodescannerinput.html#minlength" class="tsd-kind-icon">min<wbr>Length</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formbarcodescannerinput.html#type" class="tsd-kind-icon">type</a></li>
|
|
97
|
+
</ul>
|
|
98
|
+
</section>
|
|
99
|
+
</div>
|
|
100
|
+
</section>
|
|
101
|
+
</section>
|
|
102
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
103
|
+
<h2>Properties</h2>
|
|
104
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
105
|
+
<a name="maxlength" class="tsd-anchor"></a>
|
|
106
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>Length</h3>
|
|
107
|
+
<div class="tsd-signature tsd-kind-icon">max<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
108
|
+
<aside class="tsd-sources">
|
|
109
|
+
<ul>
|
|
110
|
+
<li>Defined in src/portal/FormInfo.ts:302</li>
|
|
111
|
+
</ul>
|
|
112
|
+
</aside>
|
|
113
|
+
<div class="tsd-comment tsd-typography">
|
|
114
|
+
<div class="lead">
|
|
115
|
+
<p>This represents the maximum number of characters allowed. This only
|
|
116
|
+
applies for string fields. If not supplied, the value is derived from the
|
|
117
|
+
length property of the referenced field in the service.</p>
|
|
118
|
+
</div>
|
|
119
|
+
</div>
|
|
120
|
+
</section>
|
|
121
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
122
|
+
<a name="minlength" class="tsd-anchor"></a>
|
|
123
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr>Length</h3>
|
|
124
|
+
<div class="tsd-signature tsd-kind-icon">min<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
125
|
+
<aside class="tsd-sources">
|
|
126
|
+
<ul>
|
|
127
|
+
<li>Defined in src/portal/FormInfo.ts:309</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</aside>
|
|
130
|
+
<div class="tsd-comment tsd-typography">
|
|
131
|
+
<div class="lead">
|
|
132
|
+
<p>This represents the minimum number of characters allowed. This only
|
|
133
|
+
applies for string fields. If not supplied, the value is 0, meaning there
|
|
134
|
+
is no minimum constraint.</p>
|
|
135
|
+
</div>
|
|
136
|
+
</div>
|
|
137
|
+
</section>
|
|
138
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
139
|
+
<a name="type" class="tsd-anchor"></a>
|
|
140
|
+
<h3>type</h3>
|
|
141
|
+
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"barcode-scanner"</span></div>
|
|
142
|
+
<aside class="tsd-sources">
|
|
143
|
+
<ul>
|
|
144
|
+
<li>Defined in src/portal/FormInfo.ts:314</li>
|
|
145
|
+
</ul>
|
|
146
|
+
</aside>
|
|
147
|
+
<div class="tsd-comment tsd-typography">
|
|
148
|
+
<div class="lead">
|
|
149
|
+
<p>The input type identifier.</p>
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
</section>
|
|
153
|
+
</section>
|
|
154
|
+
</div>
|
|
155
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
156
|
+
<nav class="tsd-navigation primary">
|
|
157
|
+
<ul>
|
|
158
|
+
<li class=" ">
|
|
159
|
+
<a href="../modules.html">Exports</a>
|
|
160
|
+
</li>
|
|
161
|
+
<li class="current tsd-kind-module">
|
|
162
|
+
<a href="../modules/portal_forminfo.html">portal/<wbr>Form<wbr>Info</a>
|
|
163
|
+
</li>
|
|
164
|
+
</ul>
|
|
165
|
+
</nav>
|
|
166
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
167
|
+
<ul class="before-current">
|
|
168
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
169
|
+
<a href="portal_forminfo.formattachmentelement.html" class="tsd-kind-icon">Form<wbr>Attachment<wbr>Element</a>
|
|
170
|
+
</li>
|
|
171
|
+
</ul>
|
|
172
|
+
<ul class="current">
|
|
173
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
174
|
+
<a href="portal_forminfo.formbarcodescannerinput.html" class="tsd-kind-icon">Form<wbr>Barcode<wbr>Scanner<wbr>Input</a>
|
|
175
|
+
<ul>
|
|
176
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
177
|
+
<a href="portal_forminfo.formbarcodescannerinput.html#maxlength" class="tsd-kind-icon">max<wbr>Length</a>
|
|
178
|
+
</li>
|
|
179
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
180
|
+
<a href="portal_forminfo.formbarcodescannerinput.html#minlength" class="tsd-kind-icon">min<wbr>Length</a>
|
|
181
|
+
</li>
|
|
182
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
183
|
+
<a href="portal_forminfo.formbarcodescannerinput.html#type" class="tsd-kind-icon">type</a>
|
|
184
|
+
</li>
|
|
185
|
+
</ul>
|
|
186
|
+
</li>
|
|
187
|
+
</ul>
|
|
188
|
+
<ul class="after-current">
|
|
189
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
190
|
+
<a href="portal_forminfo.formcomboboxinput.html" class="tsd-kind-icon">Form<wbr>Combo<wbr>Box<wbr>Input</a>
|
|
191
|
+
</li>
|
|
192
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
193
|
+
<a href="portal_forminfo.formdatetimepickerinput.html" class="tsd-kind-icon">Form<wbr>Date<wbr>Time<wbr>Picker<wbr>Input</a>
|
|
194
|
+
</li>
|
|
195
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
196
|
+
<a href="portal_forminfo.formexpressioninfo.html" class="tsd-kind-icon">Form<wbr>Expression<wbr>Info</a>
|
|
197
|
+
</li>
|
|
198
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
199
|
+
<a href="portal_forminfo.formfieldelement.html" class="tsd-kind-icon">Form<wbr>Field<wbr>Element</a>
|
|
200
|
+
</li>
|
|
201
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
202
|
+
<a href="portal_forminfo.formgroupelement.html" class="tsd-kind-icon">Form<wbr>Group<wbr>Element</a>
|
|
203
|
+
</li>
|
|
204
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
205
|
+
<a href="portal_forminfo.forminfo.html" class="tsd-kind-icon">Form<wbr>Info</a>
|
|
206
|
+
</li>
|
|
207
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
208
|
+
<a href="portal_forminfo.formradiobuttonsinput.html" class="tsd-kind-icon">Form<wbr>Radio<wbr>Buttons<wbr>Input</a>
|
|
209
|
+
</li>
|
|
210
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
211
|
+
<a href="portal_forminfo.formrelationshipelement.html" class="tsd-kind-icon">Form<wbr>Relationship<wbr>Element</a>
|
|
212
|
+
</li>
|
|
213
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
214
|
+
<a href="portal_forminfo.formswitchinput.html" class="tsd-kind-icon">Form<wbr>Switch<wbr>Input</a>
|
|
215
|
+
</li>
|
|
216
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
217
|
+
<a href="portal_forminfo.formtextareainput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Area<wbr>Input</a>
|
|
218
|
+
</li>
|
|
219
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
220
|
+
<a href="portal_forminfo.formtextboxinput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Box<wbr>Input</a>
|
|
221
|
+
</li>
|
|
222
|
+
</ul>
|
|
223
|
+
</nav>
|
|
224
|
+
</div>
|
|
225
|
+
</div>
|
|
226
|
+
</div>
|
|
227
|
+
<footer>
|
|
228
|
+
<div class="container">
|
|
229
|
+
<h2>Legend</h2>
|
|
230
|
+
<div class="tsd-legend-group">
|
|
231
|
+
<ul class="tsd-legend">
|
|
232
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
233
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
234
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
235
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
236
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
237
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
238
|
+
</ul>
|
|
239
|
+
<ul class="tsd-legend">
|
|
240
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
241
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
242
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
243
|
+
</ul>
|
|
244
|
+
<ul class="tsd-legend">
|
|
245
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
246
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
247
|
+
</ul>
|
|
248
|
+
<ul class="tsd-legend">
|
|
249
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
250
|
+
</ul>
|
|
251
|
+
</div>
|
|
252
|
+
</div>
|
|
253
|
+
</footer>
|
|
254
|
+
<div class="overlay"></div>
|
|
255
|
+
<script src="../assets/js/main.js"></script>
|
|
256
|
+
</body>
|
|
257
|
+
</html>
|