@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.
Files changed (123) hide show
  1. package/AppConfig.schema.json +43 -11
  2. package/docs/html/assets/js/search.js +1 -1
  3. package/docs/html/classes/mapping_grouplayerextension.grouplayerextensioncollection.html +13 -13
  4. package/docs/html/classes/mapping_mapextension.mapextension.html +7 -7
  5. package/docs/html/classes/mapping_support__layerextensioncollection.layerextensioncollectionbase.html +19 -19
  6. package/docs/html/enums/portal_featurelayer.featurelayermode.html +4 -4
  7. package/docs/html/index.html +9 -0
  8. package/docs/html/interfaces/data__tableextension.tableproperties.html +51 -9
  9. package/docs/html/interfaces/mapping_featurelayerextension.featurelayerproperties.html +76 -13
  10. package/docs/html/interfaces/mapping_featurelayerextensionbase.featurelayerbaseproperties.html +76 -13
  11. package/docs/html/interfaces/mapping_support__layerextensioncollection.layerextensioncollection.html +3 -3
  12. package/docs/html/interfaces/portal_applicationproperties.applicationproperties.html +32 -2
  13. package/docs/html/interfaces/portal_bookmark.bookmark.html +18 -3
  14. package/docs/html/interfaces/portal_csvlayer.csvlayer-1.html +27 -7
  15. package/docs/html/interfaces/portal_drawinginfo.drawinginfo-1.html +29 -8
  16. package/docs/html/interfaces/portal_featurelayer.featurelayer-1.html +73 -13
  17. package/docs/html/interfaces/portal_forminfo.formattachmentelement.html +351 -0
  18. package/docs/html/interfaces/portal_forminfo.formbarcodescannerinput.html +257 -0
  19. package/docs/html/interfaces/portal_forminfo.formcomboboxinput.html +254 -0
  20. package/docs/html/interfaces/portal_forminfo.formdatetimepickerinput.html +274 -0
  21. package/docs/html/interfaces/portal_forminfo.formexpressioninfo.html +273 -0
  22. package/docs/html/interfaces/portal_forminfo.formfieldelement.html +386 -0
  23. package/docs/html/interfaces/portal_forminfo.formgroupelement.html +315 -0
  24. package/docs/html/interfaces/portal_forminfo.forminfo.html +271 -0
  25. package/docs/html/interfaces/portal_forminfo.formradiobuttonsinput.html +253 -0
  26. package/docs/html/interfaces/portal_forminfo.formrelationshipelement.html +334 -0
  27. package/docs/html/interfaces/portal_forminfo.formswitchinput.html +252 -0
  28. package/docs/html/interfaces/portal_forminfo.formtextareainput.html +254 -0
  29. package/docs/html/interfaces/portal_forminfo.formtextboxinput.html +255 -0
  30. package/docs/html/interfaces/portal_grouplayer.grouplayer-1.html +7 -4
  31. package/docs/html/interfaces/portal_grouplayer.subtypegrouplayer.html +501 -0
  32. package/docs/html/interfaces/portal_imageservicelayer.imageservicelayer-1.html +33 -13
  33. package/docs/html/interfaces/portal_imageservicevectorlayer.imageservicevectorlayer.html +28 -8
  34. package/docs/html/interfaces/portal_item.item-1.html +158 -41
  35. package/docs/html/interfaces/portal_labelinginfo.labelinginfo-1.html +19 -10
  36. package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +241 -0
  37. package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +116 -31
  38. package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +12 -0
  39. package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +381 -0
  40. package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +262 -0
  41. package/docs/html/interfaces/portal_mapfloorinfo.facilitylayerinfo.html +254 -0
  42. package/docs/html/interfaces/portal_mapfloorinfo.levellayerinfo.html +315 -0
  43. package/docs/html/interfaces/portal_mapfloorinfo.mapfloorinfo-1.html +233 -0
  44. package/docs/html/interfaces/portal_mapfloorinfo.sitelayerinfo.html +231 -0
  45. package/docs/html/interfaces/portal_mapservicelayer.mapservicelayer-1.html +26 -6
  46. package/docs/html/interfaces/portal_renderer.authoringinfo.html +28 -5
  47. package/docs/html/interfaces/portal_renderer.colorramp.html +291 -0
  48. package/docs/html/interfaces/portal_renderer.rendererbase.html +3 -0
  49. package/docs/html/interfaces/portal_streamlayer.streamlayer-1.html +75 -12
  50. package/docs/html/interfaces/portal_symbol.font.html +4 -4
  51. package/docs/html/interfaces/portal_table.table.html +49 -9
  52. package/docs/html/interfaces/portal_tiledimageservicelayer.tiledimageservicelayer-1.html +23 -3
  53. package/docs/html/interfaces/portal_tiledmapservicelayer.tiledmapservicelayer-1.html +27 -7
  54. package/docs/html/interfaces/portal_utilitynetwork.traceconfiguration.html +201 -0
  55. package/docs/html/interfaces/portal_utilitynetwork.utilitynetwork.html +243 -0
  56. package/docs/html/interfaces/portal_vectortilelayer.vectortilelayer-1.html +24 -4
  57. package/docs/html/interfaces/portal_webmap.webmap-1.html +71 -13
  58. package/docs/html/interfaces/portal_webscene.webscene-1.html +34 -15
  59. package/docs/html/interfaces/portal_webtilelayer.webtilelayer-1.html +8 -8
  60. package/docs/html/interfaces/portal_widgets.floorfilter.html +310 -0
  61. package/docs/html/interfaces/portal_widgets.range.html +6 -3
  62. package/docs/html/interfaces/portal_widgets.timeslider.html +4 -1
  63. package/docs/html/interfaces/portal_widgets.widgets.html +22 -0
  64. package/docs/html/modules/mapping_mapextension.html +1 -1
  65. package/docs/html/modules/portal_applicationproperties.html +2 -2
  66. package/docs/html/modules/portal_featurelayer.featurelayer.html +8 -8
  67. package/docs/html/modules/portal_featurelayer.html +1 -1
  68. package/docs/html/modules/portal_forminfo.html +178 -0
  69. package/docs/html/modules/portal_grouplayer.grouplayer.html +3 -3
  70. package/docs/html/modules/portal_grouplayer.html +5 -1
  71. package/docs/html/modules/portal_labelinginfo.html +1 -1
  72. package/docs/html/modules/portal_labelinginfo.labelplacement.html +2 -2
  73. package/docs/html/modules/portal_layerdefinition.html +32 -1
  74. package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
  75. package/docs/html/modules/portal_mapfloorinfo.html +153 -0
  76. package/docs/html/modules/portal_mapfloorinfo.mapfloorinfo.html +209 -0
  77. package/docs/html/modules/portal_renderer.html +10 -6
  78. package/docs/html/modules/portal_table.html +5 -5
  79. package/docs/html/modules/portal_tiledmapservicelayer.tiledmapservicelayer.html +1 -1
  80. package/docs/html/modules/portal_utilitynetwork.html +134 -0
  81. package/docs/html/modules/portal_webmap.webmap.html +3 -3
  82. package/docs/html/modules/portal_webscene.webscene.html +3 -3
  83. package/docs/html/modules/portal_webtilelayer.webtilelayer.html +1 -1
  84. package/docs/html/modules/portal_widgets.html +5 -1
  85. package/docs/html/modules/version.html +1 -1
  86. package/docs/html/modules.html +12 -0
  87. package/mapping/MapExtension.js +1 -1
  88. package/mapping/support/_LayerExtensionCollection.js +1 -1
  89. package/package.json +1 -1
  90. package/portal/ApplicationProperties.d.ts +25 -0
  91. package/portal/Bookmark.d.ts +8 -2
  92. package/portal/CSVLayer.d.ts +5 -0
  93. package/portal/DrawingInfo.d.ts +9 -3
  94. package/portal/FeatureLayer.d.ts +16 -0
  95. package/portal/FormInfo.d.ts +391 -0
  96. package/portal/FormInfo.js +1 -0
  97. package/portal/GroupLayer.d.ts +25 -0
  98. package/portal/ImageServiceLayer.d.ts +5 -0
  99. package/portal/ImageServiceVectorLayer.d.ts +5 -0
  100. package/portal/Item.d.ts +37 -10
  101. package/portal/LabelingInfo.d.ts +7 -2
  102. package/portal/LayerDefinition.d.ts +121 -0
  103. package/portal/MapFloorInfo.d.ts +130 -0
  104. package/portal/MapFloorInfo.js +1 -0
  105. package/portal/MapServiceLayer.d.ts +5 -0
  106. package/portal/MapServiceLayer.js +1 -1
  107. package/portal/Renderer.d.ts +32 -0
  108. package/portal/Symbol.d.ts +4 -4
  109. package/portal/Table.d.ts +11 -0
  110. package/portal/TiledImageServiceLayer.d.ts +5 -0
  111. package/portal/TiledMapServiceLayer.d.ts +5 -0
  112. package/portal/TiledMapServiceLayer.js +1 -1
  113. package/portal/UtilityNetwork.d.ts +42 -0
  114. package/portal/UtilityNetwork.js +1 -0
  115. package/portal/VectorTileLayer.d.ts +5 -0
  116. package/portal/WebMap.d.ts +16 -0
  117. package/portal/WebMap.js +1 -1
  118. package/portal/WebScene.d.ts +5 -0
  119. package/portal/WebScene.js +1 -1
  120. package/portal/WebTileLayer.js +1 -1
  121. package/portal/Widgets.d.ts +45 -0
  122. package/version.d.ts +1 -1
  123. package/version.js +1 -1
@@ -0,0 +1,386 @@
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>FormFieldElement | @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.formfieldelement.html">FormFieldElement</a>
60
+ </li>
61
+ </ul>
62
+ <h1>Interface FormFieldElement</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 a field in the dataset participates in the form.
73
+ <a href="https://developers.arcgis.com/web-map-specification/objects/formFieldElement/" class="external">https://developers.arcgis.com/web-map-specification/objects/formFieldElement/</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">FormFieldElement</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.formfieldelement.html#description" class="tsd-kind-icon">description</a></li>
93
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formfieldelement.html#domain" class="tsd-kind-icon">domain</a></li>
94
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formfieldelement.html#editable" class="tsd-kind-icon">editable</a></li>
95
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formfieldelement.html#fieldname" class="tsd-kind-icon">field<wbr>Name</a></li>
96
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formfieldelement.html#inputtype" class="tsd-kind-icon">input<wbr>Type</a></li>
97
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formfieldelement.html#label" class="tsd-kind-icon">label</a></li>
98
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formfieldelement.html#requiredexpression" class="tsd-kind-icon">required<wbr>Expression</a></li>
99
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formfieldelement.html#type" class="tsd-kind-icon">type</a></li>
100
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_forminfo.formfieldelement.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="description" class="tsd-anchor"></a>
110
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> description</h3>
111
+ <div class="tsd-signature tsd-kind-icon">description<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:128</li>
115
+ </ul>
116
+ </aside>
117
+ <div class="tsd-comment tsd-typography">
118
+ <div class="lead">
119
+ <p>A string that describes the element in detail.</p>
120
+ </div>
121
+ </div>
122
+ </section>
123
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
124
+ <a name="domain" class="tsd-anchor"></a>
125
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> domain</h3>
126
+ <div class="tsd-signature tsd-kind-icon">domain<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_domain.domain.html" class="tsd-signature-type" data-tsd-kind="Namespace">Domain</a></div>
127
+ <aside class="tsd-sources">
128
+ <ul>
129
+ <li>Defined in src/portal/FormInfo.ts:134</li>
130
+ </ul>
131
+ </aside>
132
+ <div class="tsd-comment tsd-typography">
133
+ <div class="lead">
134
+ <p>The domain to apply to this field. If defined, it takes precedence over
135
+ domains defined in field, type, or subtype.</p>
136
+ </div>
137
+ </div>
138
+ </section>
139
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
140
+ <a name="editable" class="tsd-anchor"></a>
141
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> editable</h3>
142
+ <div class="tsd-signature tsd-kind-icon">editable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
143
+ <aside class="tsd-sources">
144
+ <ul>
145
+ <li>Defined in src/portal/FormInfo.ts:141</li>
146
+ </ul>
147
+ </aside>
148
+ <div class="tsd-comment tsd-typography">
149
+ <div class="lead">
150
+ <p>A Boolean determining whether users can edit this form element. If not
151
+ supplied, the editable state is derived from the editable property of
152
+ referenced field in the service.</p>
153
+ </div>
154
+ </div>
155
+ </section>
156
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
157
+ <a name="fieldname" class="tsd-anchor"></a>
158
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> field<wbr>Name</h3>
159
+ <div class="tsd-signature tsd-kind-icon">field<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
160
+ <aside class="tsd-sources">
161
+ <ul>
162
+ <li>Defined in src/portal/FormInfo.ts:146</li>
163
+ </ul>
164
+ </aside>
165
+ <div class="tsd-comment tsd-typography">
166
+ <div class="lead">
167
+ <p>A string containing the field name as defined by the feature layer.</p>
168
+ </div>
169
+ </div>
170
+ </section>
171
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
172
+ <a name="inputtype" class="tsd-anchor"></a>
173
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> input<wbr>Type</h3>
174
+ <div class="tsd-signature tsd-kind-icon">input<wbr>Type<span class="tsd-signature-symbol">:</span> <a href="portal_forminfo.formbarcodescannerinput.html" class="tsd-signature-type" data-tsd-kind="Interface">FormBarcodeScannerInput</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formcomboboxinput.html" class="tsd-signature-type" data-tsd-kind="Interface">FormComboBoxInput</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formdatetimepickerinput.html" class="tsd-signature-type" data-tsd-kind="Interface">FormDateTimePickerInput</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formradiobuttonsinput.html" class="tsd-signature-type" data-tsd-kind="Interface">FormRadioButtonsInput</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formswitchinput.html" class="tsd-signature-type" data-tsd-kind="Interface">FormSwitchInput</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formtextareainput.html" class="tsd-signature-type" data-tsd-kind="Interface">FormTextAreaInput</a><span class="tsd-signature-symbol"> | </span><a href="portal_forminfo.formtextboxinput.html" class="tsd-signature-type" data-tsd-kind="Interface">FormTextBoxInput</a></div>
175
+ <aside class="tsd-sources">
176
+ <ul>
177
+ <li>Defined in src/portal/FormInfo.ts:154</li>
178
+ </ul>
179
+ </aside>
180
+ <div class="tsd-comment tsd-typography">
181
+ <div class="lead">
182
+ <p>The input user interface to use for the element. If an input type is not
183
+ supplied or the client application does not understand the supplied input
184
+ type, the client application is responsible for defining the default user
185
+ interface.</p>
186
+ </div>
187
+ </div>
188
+ </section>
189
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
190
+ <a name="label" class="tsd-anchor"></a>
191
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> label</h3>
192
+ <div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
193
+ <aside class="tsd-sources">
194
+ <ul>
195
+ <li>Defined in src/portal/FormInfo.ts:168</li>
196
+ </ul>
197
+ </aside>
198
+ <div class="tsd-comment tsd-typography">
199
+ <div class="lead">
200
+ <p>A string indicating what the element represents. If not supplied, the
201
+ label is derived from the alias property in the referenced field in
202
+ the service.</p>
203
+ </div>
204
+ </div>
205
+ </section>
206
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
207
+ <a name="requiredexpression" class="tsd-anchor"></a>
208
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> required<wbr>Expression</h3>
209
+ <div class="tsd-signature tsd-kind-icon">required<wbr>Expression<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
210
+ <aside class="tsd-sources">
211
+ <ul>
212
+ <li>Defined in src/portal/FormInfo.ts:179</li>
213
+ </ul>
214
+ </aside>
215
+ <div class="tsd-comment tsd-typography">
216
+ <div class="lead">
217
+ <p>A reference to an Arcade expression that returns a boolean value. When
218
+ this expression evaluates to true and the element is visible, the
219
+ element must have a valid value in order for the feature to be created
220
+ or edited. When the expression evaluates to false the element is not
221
+ required. If no expression is provided, the default behavior is that the
222
+ element is not required. If the referenced field is non-nullable, the
223
+ required expression is ignored and the element is always required.</p>
224
+ </div>
225
+ </div>
226
+ </section>
227
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
228
+ <a name="type" class="tsd-anchor"></a>
229
+ <h3>type</h3>
230
+ <div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;field&quot;</span></div>
231
+ <aside class="tsd-sources">
232
+ <ul>
233
+ <li>Defined in src/portal/FormInfo.ts:184</li>
234
+ </ul>
235
+ </aside>
236
+ <div class="tsd-comment tsd-typography">
237
+ <div class="lead">
238
+ <p>A string indicating which type of element to use.</p>
239
+ </div>
240
+ </div>
241
+ </section>
242
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
243
+ <a name="visibilityexpression" class="tsd-anchor"></a>
244
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> visibility<wbr>Expression</h3>
245
+ <div class="tsd-signature tsd-kind-icon">visibility<wbr>Expression<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
246
+ <aside class="tsd-sources">
247
+ <ul>
248
+ <li>Defined in src/portal/FormInfo.ts:196</li>
249
+ </ul>
250
+ </aside>
251
+ <div class="tsd-comment tsd-typography">
252
+ <div class="lead">
253
+ <p>A reference to an Arcade expression that returns a boolean value. When
254
+ this expression evaluates to true, the element is displayed. When the
255
+ expression evaluates to false the element is not displayed. If no
256
+ expression is provided, the default behavior is that the element is
257
+ displayed. Care must be taken when defining a visibility expression for a
258
+ non-nullable field i.e. to make sure that such fields either have default
259
+ values or are made visible to users so that they can provide a value
260
+ before submitting the form.</p>
261
+ </div>
262
+ </div>
263
+ </section>
264
+ </section>
265
+ </div>
266
+ <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
267
+ <nav class="tsd-navigation primary">
268
+ <ul>
269
+ <li class=" ">
270
+ <a href="../modules.html">Exports</a>
271
+ </li>
272
+ <li class="current tsd-kind-module">
273
+ <a href="../modules/portal_forminfo.html">portal/<wbr>Form<wbr>Info</a>
274
+ </li>
275
+ </ul>
276
+ </nav>
277
+ <nav class="tsd-navigation secondary menu-sticky">
278
+ <ul class="before-current">
279
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
280
+ <a href="portal_forminfo.formattachmentelement.html" class="tsd-kind-icon">Form<wbr>Attachment<wbr>Element</a>
281
+ </li>
282
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
283
+ <a href="portal_forminfo.formbarcodescannerinput.html" class="tsd-kind-icon">Form<wbr>Barcode<wbr>Scanner<wbr>Input</a>
284
+ </li>
285
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
286
+ <a href="portal_forminfo.formcomboboxinput.html" class="tsd-kind-icon">Form<wbr>Combo<wbr>Box<wbr>Input</a>
287
+ </li>
288
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
289
+ <a href="portal_forminfo.formdatetimepickerinput.html" class="tsd-kind-icon">Form<wbr>Date<wbr>Time<wbr>Picker<wbr>Input</a>
290
+ </li>
291
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
292
+ <a href="portal_forminfo.formexpressioninfo.html" class="tsd-kind-icon">Form<wbr>Expression<wbr>Info</a>
293
+ </li>
294
+ </ul>
295
+ <ul class="current">
296
+ <li class="current tsd-kind-interface tsd-parent-kind-module">
297
+ <a href="portal_forminfo.formfieldelement.html" class="tsd-kind-icon">Form<wbr>Field<wbr>Element</a>
298
+ <ul>
299
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
300
+ <a href="portal_forminfo.formfieldelement.html#description" class="tsd-kind-icon">description</a>
301
+ </li>
302
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
303
+ <a href="portal_forminfo.formfieldelement.html#domain" class="tsd-kind-icon">domain</a>
304
+ </li>
305
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
306
+ <a href="portal_forminfo.formfieldelement.html#editable" class="tsd-kind-icon">editable</a>
307
+ </li>
308
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
309
+ <a href="portal_forminfo.formfieldelement.html#fieldname" class="tsd-kind-icon">field<wbr>Name</a>
310
+ </li>
311
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
312
+ <a href="portal_forminfo.formfieldelement.html#inputtype" class="tsd-kind-icon">input<wbr>Type</a>
313
+ </li>
314
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
315
+ <a href="portal_forminfo.formfieldelement.html#label" class="tsd-kind-icon">label</a>
316
+ </li>
317
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
318
+ <a href="portal_forminfo.formfieldelement.html#requiredexpression" class="tsd-kind-icon">required<wbr>Expression</a>
319
+ </li>
320
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
321
+ <a href="portal_forminfo.formfieldelement.html#type" class="tsd-kind-icon">type</a>
322
+ </li>
323
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
324
+ <a href="portal_forminfo.formfieldelement.html#visibilityexpression" class="tsd-kind-icon">visibility<wbr>Expression</a>
325
+ </li>
326
+ </ul>
327
+ </li>
328
+ </ul>
329
+ <ul class="after-current">
330
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
331
+ <a href="portal_forminfo.formgroupelement.html" class="tsd-kind-icon">Form<wbr>Group<wbr>Element</a>
332
+ </li>
333
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
334
+ <a href="portal_forminfo.forminfo.html" class="tsd-kind-icon">Form<wbr>Info</a>
335
+ </li>
336
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
337
+ <a href="portal_forminfo.formradiobuttonsinput.html" class="tsd-kind-icon">Form<wbr>Radio<wbr>Buttons<wbr>Input</a>
338
+ </li>
339
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
340
+ <a href="portal_forminfo.formrelationshipelement.html" class="tsd-kind-icon">Form<wbr>Relationship<wbr>Element</a>
341
+ </li>
342
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
343
+ <a href="portal_forminfo.formswitchinput.html" class="tsd-kind-icon">Form<wbr>Switch<wbr>Input</a>
344
+ </li>
345
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
346
+ <a href="portal_forminfo.formtextareainput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Area<wbr>Input</a>
347
+ </li>
348
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
349
+ <a href="portal_forminfo.formtextboxinput.html" class="tsd-kind-icon">Form<wbr>Text<wbr>Box<wbr>Input</a>
350
+ </li>
351
+ </ul>
352
+ </nav>
353
+ </div>
354
+ </div>
355
+ </div>
356
+ <footer>
357
+ <div class="container">
358
+ <h2>Legend</h2>
359
+ <div class="tsd-legend-group">
360
+ <ul class="tsd-legend">
361
+ <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
362
+ <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
363
+ <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
364
+ <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
365
+ <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
366
+ <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
367
+ </ul>
368
+ <ul class="tsd-legend">
369
+ <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
370
+ <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
371
+ <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
372
+ </ul>
373
+ <ul class="tsd-legend">
374
+ <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
375
+ <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
376
+ </ul>
377
+ <ul class="tsd-legend">
378
+ <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
379
+ </ul>
380
+ </div>
381
+ </div>
382
+ </footer>
383
+ <div class="overlay"></div>
384
+ <script src="../assets/js/main.js"></script>
385
+ </body>
386
+ </html>