@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,254 @@
|
|
|
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>FacilityLayerInfo | @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_mapfloorinfo.html">portal/MapFloorInfo</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a href="portal_mapfloorinfo.facilitylayerinfo.html">FacilityLayerInfo</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface FacilityLayerInfo</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 layer and field properties for the Facility layer used for
|
|
73
|
+
floor filtering.
|
|
74
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/facilityLayerInfo/" class="external">https://developers.arcgis.com/web-map-specification/objects/facilityLayerInfo/</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">FacilityLayerInfo</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_mapfloorinfo.facilitylayerinfo.html#facilityidfield" class="tsd-kind-icon">facility<wbr>IdField</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_mapfloorinfo.facilitylayerinfo.html#layerid" class="tsd-kind-icon">layer<wbr>Id</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_mapfloorinfo.facilitylayerinfo.html#namefield" class="tsd-kind-icon">name<wbr>Field</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_mapfloorinfo.facilitylayerinfo.html#siteidfield" class="tsd-kind-icon">site<wbr>IdField</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="facilityidfield" class="tsd-anchor"></a>
|
|
106
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> facility<wbr>IdField</h3>
|
|
107
|
+
<div class="tsd-signature tsd-kind-icon">facility<wbr>IdField<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
108
|
+
<aside class="tsd-sources">
|
|
109
|
+
<ul>
|
|
110
|
+
<li>Defined in src/portal/MapFloorInfo.ts:64</li>
|
|
111
|
+
</ul>
|
|
112
|
+
</aside>
|
|
113
|
+
<div class="tsd-comment tsd-typography">
|
|
114
|
+
<div class="lead">
|
|
115
|
+
<p>The name of the attribute field that contains a facility feature's
|
|
116
|
+
unique identifier.</p>
|
|
117
|
+
</div>
|
|
118
|
+
</div>
|
|
119
|
+
</section>
|
|
120
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
121
|
+
<a name="layerid" class="tsd-anchor"></a>
|
|
122
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> layer<wbr>Id</h3>
|
|
123
|
+
<div class="tsd-signature tsd-kind-icon">layer<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
124
|
+
<aside class="tsd-sources">
|
|
125
|
+
<ul>
|
|
126
|
+
<li>Defined in src/portal/MapFloorInfo.ts:70</li>
|
|
127
|
+
</ul>
|
|
128
|
+
</aside>
|
|
129
|
+
<div class="tsd-comment tsd-typography">
|
|
130
|
+
<div class="lead">
|
|
131
|
+
<p>A layer ID that refers to an operational layer in the map. The layer
|
|
132
|
+
provides access to Facility features to use for floor filtering.</p>
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
</section>
|
|
136
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
137
|
+
<a name="namefield" class="tsd-anchor"></a>
|
|
138
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> name<wbr>Field</h3>
|
|
139
|
+
<div class="tsd-signature tsd-kind-icon">name<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
140
|
+
<aside class="tsd-sources">
|
|
141
|
+
<ul>
|
|
142
|
+
<li>Defined in src/portal/MapFloorInfo.ts:76</li>
|
|
143
|
+
</ul>
|
|
144
|
+
</aside>
|
|
145
|
+
<div class="tsd-comment tsd-typography">
|
|
146
|
+
<div class="lead">
|
|
147
|
+
<pre><code><span style="color: #001080">The</span><span style="color: #000000"> </span><span style="color: #001080">name</span><span style="color: #000000"> </span><span style="color: #0000FF">of</span><span style="color: #000000"> </span><span style="color: #001080">the</span><span style="color: #000000"> </span><span style="color: #001080">attribute</span><span style="color: #000000"> </span><span style="color: #001080">field</span><span style="color: #000000"> </span><span style="color: #001080">that</span><span style="color: #000000"> </span><span style="color: #001080">contains</span><span style="color: #000000"> </span><span style="color: #001080">a</span><span style="color: #000000"> </span><span style="color: #001080">facility</span><span style="color: #000000"> </span><span style="color: #001080">feature</span><span style="color: #A31515">'</span><span style="color: #CD3131">s</span>
|
|
148
|
+
<span style="color: #001080">name</span><span style="color: #000000">.</span>
|
|
149
|
+
</code></pre>
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
</section>
|
|
153
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
154
|
+
<a name="siteidfield" class="tsd-anchor"></a>
|
|
155
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> site<wbr>IdField</h3>
|
|
156
|
+
<div class="tsd-signature tsd-kind-icon">site<wbr>IdField<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/MapFloorInfo.ts:82</li>
|
|
160
|
+
</ul>
|
|
161
|
+
</aside>
|
|
162
|
+
<div class="tsd-comment tsd-typography">
|
|
163
|
+
<div class="lead">
|
|
164
|
+
<p>The name of the attribute field that contains a facility feature's
|
|
165
|
+
site identifier (a foreign key to the Site layer).</p>
|
|
166
|
+
</div>
|
|
167
|
+
</div>
|
|
168
|
+
</section>
|
|
169
|
+
</section>
|
|
170
|
+
</div>
|
|
171
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
172
|
+
<nav class="tsd-navigation primary">
|
|
173
|
+
<ul>
|
|
174
|
+
<li class=" ">
|
|
175
|
+
<a href="../modules.html">Exports</a>
|
|
176
|
+
</li>
|
|
177
|
+
<li class="current tsd-kind-module">
|
|
178
|
+
<a href="../modules/portal_mapfloorinfo.html">portal/<wbr>Map<wbr>Floor<wbr>Info</a>
|
|
179
|
+
<ul>
|
|
180
|
+
<li class=" tsd-kind-namespace tsd-parent-kind-module">
|
|
181
|
+
<a href="../modules/portal_mapfloorinfo.mapfloorinfo.html">Map<wbr>Floor<wbr>Info</a>
|
|
182
|
+
</li>
|
|
183
|
+
</ul>
|
|
184
|
+
</li>
|
|
185
|
+
</ul>
|
|
186
|
+
</nav>
|
|
187
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
188
|
+
<ul class="before-current">
|
|
189
|
+
</ul>
|
|
190
|
+
<ul class="current">
|
|
191
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
192
|
+
<a href="portal_mapfloorinfo.facilitylayerinfo.html" class="tsd-kind-icon">Facility<wbr>Layer<wbr>Info</a>
|
|
193
|
+
<ul>
|
|
194
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
195
|
+
<a href="portal_mapfloorinfo.facilitylayerinfo.html#facilityidfield" class="tsd-kind-icon">facility<wbr>IdField</a>
|
|
196
|
+
</li>
|
|
197
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
198
|
+
<a href="portal_mapfloorinfo.facilitylayerinfo.html#layerid" class="tsd-kind-icon">layer<wbr>Id</a>
|
|
199
|
+
</li>
|
|
200
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
201
|
+
<a href="portal_mapfloorinfo.facilitylayerinfo.html#namefield" class="tsd-kind-icon">name<wbr>Field</a>
|
|
202
|
+
</li>
|
|
203
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
204
|
+
<a href="portal_mapfloorinfo.facilitylayerinfo.html#siteidfield" class="tsd-kind-icon">site<wbr>IdField</a>
|
|
205
|
+
</li>
|
|
206
|
+
</ul>
|
|
207
|
+
</li>
|
|
208
|
+
</ul>
|
|
209
|
+
<ul class="after-current">
|
|
210
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
211
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html" class="tsd-kind-icon">Level<wbr>Layer<wbr>Info</a>
|
|
212
|
+
</li>
|
|
213
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
214
|
+
<a href="portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-kind-icon">Map<wbr>Floor<wbr>Info</a>
|
|
215
|
+
</li>
|
|
216
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
217
|
+
<a href="portal_mapfloorinfo.sitelayerinfo.html" class="tsd-kind-icon">Site<wbr>Layer<wbr>Info</a>
|
|
218
|
+
</li>
|
|
219
|
+
</ul>
|
|
220
|
+
</nav>
|
|
221
|
+
</div>
|
|
222
|
+
</div>
|
|
223
|
+
</div>
|
|
224
|
+
<footer>
|
|
225
|
+
<div class="container">
|
|
226
|
+
<h2>Legend</h2>
|
|
227
|
+
<div class="tsd-legend-group">
|
|
228
|
+
<ul class="tsd-legend">
|
|
229
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
230
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
231
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
232
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
233
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
234
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
235
|
+
</ul>
|
|
236
|
+
<ul class="tsd-legend">
|
|
237
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
238
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
239
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
240
|
+
</ul>
|
|
241
|
+
<ul class="tsd-legend">
|
|
242
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
243
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
244
|
+
</ul>
|
|
245
|
+
<ul class="tsd-legend">
|
|
246
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
247
|
+
</ul>
|
|
248
|
+
</div>
|
|
249
|
+
</div>
|
|
250
|
+
</footer>
|
|
251
|
+
<div class="overlay"></div>
|
|
252
|
+
<script src="../assets/js/main.js"></script>
|
|
253
|
+
</body>
|
|
254
|
+
</html>
|
|
@@ -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>LevelLayerInfo | @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_mapfloorinfo.html">portal/MapFloorInfo</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html">LevelLayerInfo</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface LevelLayerInfo</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 layer and field properties for the Level layer used for floor
|
|
73
|
+
filtering.
|
|
74
|
+
<a href="https://developers.arcgis.com/web-map-specification/objects/levelLayerInfo/" class="external">https://developers.arcgis.com/web-map-specification/objects/levelLayerInfo/</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">LevelLayerInfo</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_mapfloorinfo.levellayerinfo.html#facilityidfield" class="tsd-kind-icon">facility<wbr>IdField</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_mapfloorinfo.levellayerinfo.html#layerid" class="tsd-kind-icon">layer<wbr>Id</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_mapfloorinfo.levellayerinfo.html#levelidfield" class="tsd-kind-icon">level<wbr>IdField</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_mapfloorinfo.levellayerinfo.html#levelnumberfield" class="tsd-kind-icon">level<wbr>Number<wbr>Field</a></li>
|
|
97
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_mapfloorinfo.levellayerinfo.html#longnamefield" class="tsd-kind-icon">long<wbr>Name<wbr>Field</a></li>
|
|
98
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_mapfloorinfo.levellayerinfo.html#shortnamefield" class="tsd-kind-icon">short<wbr>Name<wbr>Field</a></li>
|
|
99
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_mapfloorinfo.levellayerinfo.html#verticalorderfield" class="tsd-kind-icon">vertical<wbr>Order<wbr>Field</a></li>
|
|
100
|
+
</ul>
|
|
101
|
+
</section>
|
|
102
|
+
</div>
|
|
103
|
+
</section>
|
|
104
|
+
</section>
|
|
105
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
106
|
+
<h2>Properties</h2>
|
|
107
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
108
|
+
<a name="facilityidfield" class="tsd-anchor"></a>
|
|
109
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> facility<wbr>IdField</h3>
|
|
110
|
+
<div class="tsd-signature tsd-kind-icon">facility<wbr>IdField<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
111
|
+
<aside class="tsd-sources">
|
|
112
|
+
<ul>
|
|
113
|
+
<li>Defined in src/portal/MapFloorInfo.ts:95</li>
|
|
114
|
+
</ul>
|
|
115
|
+
</aside>
|
|
116
|
+
<div class="tsd-comment tsd-typography">
|
|
117
|
+
<div class="lead">
|
|
118
|
+
<p>The name of the attribute field that contains a level feature's
|
|
119
|
+
facility identifier (a foreign key to the Facility layer).</p>
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
</section>
|
|
123
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
124
|
+
<a name="layerid" class="tsd-anchor"></a>
|
|
125
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> layer<wbr>Id</h3>
|
|
126
|
+
<div class="tsd-signature tsd-kind-icon">layer<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
127
|
+
<aside class="tsd-sources">
|
|
128
|
+
<ul>
|
|
129
|
+
<li>Defined in src/portal/MapFloorInfo.ts:101</li>
|
|
130
|
+
</ul>
|
|
131
|
+
</aside>
|
|
132
|
+
<div class="tsd-comment tsd-typography">
|
|
133
|
+
<div class="lead">
|
|
134
|
+
<p>A layer ID that refers to an operational layer in the map. The layer
|
|
135
|
+
provides access to Level features to use for floor filtering.</p>
|
|
136
|
+
</div>
|
|
137
|
+
</div>
|
|
138
|
+
</section>
|
|
139
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
140
|
+
<a name="levelidfield" class="tsd-anchor"></a>
|
|
141
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> level<wbr>IdField</h3>
|
|
142
|
+
<div class="tsd-signature tsd-kind-icon">level<wbr>IdField<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
143
|
+
<aside class="tsd-sources">
|
|
144
|
+
<ul>
|
|
145
|
+
<li>Defined in src/portal/MapFloorInfo.ts:107</li>
|
|
146
|
+
</ul>
|
|
147
|
+
</aside>
|
|
148
|
+
<div class="tsd-comment tsd-typography">
|
|
149
|
+
<div class="lead">
|
|
150
|
+
<p>The name of the attribute field that contains a level feature's
|
|
151
|
+
unique identifier.</p>
|
|
152
|
+
</div>
|
|
153
|
+
</div>
|
|
154
|
+
</section>
|
|
155
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
156
|
+
<a name="levelnumberfield" class="tsd-anchor"></a>
|
|
157
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> level<wbr>Number<wbr>Field</h3>
|
|
158
|
+
<div class="tsd-signature tsd-kind-icon">level<wbr>Number<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
159
|
+
<aside class="tsd-sources">
|
|
160
|
+
<ul>
|
|
161
|
+
<li>Defined in src/portal/MapFloorInfo.ts:113</li>
|
|
162
|
+
</ul>
|
|
163
|
+
</aside>
|
|
164
|
+
<div class="tsd-comment tsd-typography">
|
|
165
|
+
<div class="lead">
|
|
166
|
+
<p>The name of the attribute field that contains a level feature's level
|
|
167
|
+
number specific to its facility.</p>
|
|
168
|
+
</div>
|
|
169
|
+
</div>
|
|
170
|
+
</section>
|
|
171
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
172
|
+
<a name="longnamefield" class="tsd-anchor"></a>
|
|
173
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> long<wbr>Name<wbr>Field</h3>
|
|
174
|
+
<div class="tsd-signature tsd-kind-icon">long<wbr>Name<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
175
|
+
<aside class="tsd-sources">
|
|
176
|
+
<ul>
|
|
177
|
+
<li>Defined in src/portal/MapFloorInfo.ts:119</li>
|
|
178
|
+
</ul>
|
|
179
|
+
</aside>
|
|
180
|
+
<div class="tsd-comment tsd-typography">
|
|
181
|
+
<div class="lead">
|
|
182
|
+
<p>The name of the attribute field that contains a level feature's long
|
|
183
|
+
name.</p>
|
|
184
|
+
</div>
|
|
185
|
+
</div>
|
|
186
|
+
</section>
|
|
187
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
188
|
+
<a name="shortnamefield" class="tsd-anchor"></a>
|
|
189
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> short<wbr>Name<wbr>Field</h3>
|
|
190
|
+
<div class="tsd-signature tsd-kind-icon">short<wbr>Name<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
191
|
+
<aside class="tsd-sources">
|
|
192
|
+
<ul>
|
|
193
|
+
<li>Defined in src/portal/MapFloorInfo.ts:125</li>
|
|
194
|
+
</ul>
|
|
195
|
+
</aside>
|
|
196
|
+
<div class="tsd-comment tsd-typography">
|
|
197
|
+
<div class="lead">
|
|
198
|
+
<p>The name of the attribute field that contains a level feature's short
|
|
199
|
+
name.</p>
|
|
200
|
+
</div>
|
|
201
|
+
</div>
|
|
202
|
+
</section>
|
|
203
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
204
|
+
<a name="verticalorderfield" class="tsd-anchor"></a>
|
|
205
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> vertical<wbr>Order<wbr>Field</h3>
|
|
206
|
+
<div class="tsd-signature tsd-kind-icon">vertical<wbr>Order<wbr>Field<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
207
|
+
<aside class="tsd-sources">
|
|
208
|
+
<ul>
|
|
209
|
+
<li>Defined in src/portal/MapFloorInfo.ts:133</li>
|
|
210
|
+
</ul>
|
|
211
|
+
</aside>
|
|
212
|
+
<div class="tsd-comment tsd-typography">
|
|
213
|
+
<div class="lead">
|
|
214
|
+
<p>The name of the attribute field that contains a level feature's
|
|
215
|
+
vertical order. The vertical order defines the order of display in
|
|
216
|
+
the floor filter widget, and it also references the floor levels of
|
|
217
|
+
an Indoor Positioning System.</p>
|
|
218
|
+
</div>
|
|
219
|
+
</div>
|
|
220
|
+
</section>
|
|
221
|
+
</section>
|
|
222
|
+
</div>
|
|
223
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
224
|
+
<nav class="tsd-navigation primary">
|
|
225
|
+
<ul>
|
|
226
|
+
<li class=" ">
|
|
227
|
+
<a href="../modules.html">Exports</a>
|
|
228
|
+
</li>
|
|
229
|
+
<li class="current tsd-kind-module">
|
|
230
|
+
<a href="../modules/portal_mapfloorinfo.html">portal/<wbr>Map<wbr>Floor<wbr>Info</a>
|
|
231
|
+
<ul>
|
|
232
|
+
<li class=" tsd-kind-namespace tsd-parent-kind-module">
|
|
233
|
+
<a href="../modules/portal_mapfloorinfo.mapfloorinfo.html">Map<wbr>Floor<wbr>Info</a>
|
|
234
|
+
</li>
|
|
235
|
+
</ul>
|
|
236
|
+
</li>
|
|
237
|
+
</ul>
|
|
238
|
+
</nav>
|
|
239
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
240
|
+
<ul class="before-current">
|
|
241
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
242
|
+
<a href="portal_mapfloorinfo.facilitylayerinfo.html" class="tsd-kind-icon">Facility<wbr>Layer<wbr>Info</a>
|
|
243
|
+
</li>
|
|
244
|
+
</ul>
|
|
245
|
+
<ul class="current">
|
|
246
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
247
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html" class="tsd-kind-icon">Level<wbr>Layer<wbr>Info</a>
|
|
248
|
+
<ul>
|
|
249
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
250
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html#facilityidfield" class="tsd-kind-icon">facility<wbr>IdField</a>
|
|
251
|
+
</li>
|
|
252
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
253
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html#layerid" class="tsd-kind-icon">layer<wbr>Id</a>
|
|
254
|
+
</li>
|
|
255
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
256
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html#levelidfield" class="tsd-kind-icon">level<wbr>IdField</a>
|
|
257
|
+
</li>
|
|
258
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
259
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html#levelnumberfield" class="tsd-kind-icon">level<wbr>Number<wbr>Field</a>
|
|
260
|
+
</li>
|
|
261
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
262
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html#longnamefield" class="tsd-kind-icon">long<wbr>Name<wbr>Field</a>
|
|
263
|
+
</li>
|
|
264
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
265
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html#shortnamefield" class="tsd-kind-icon">short<wbr>Name<wbr>Field</a>
|
|
266
|
+
</li>
|
|
267
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
268
|
+
<a href="portal_mapfloorinfo.levellayerinfo.html#verticalorderfield" class="tsd-kind-icon">vertical<wbr>Order<wbr>Field</a>
|
|
269
|
+
</li>
|
|
270
|
+
</ul>
|
|
271
|
+
</li>
|
|
272
|
+
</ul>
|
|
273
|
+
<ul class="after-current">
|
|
274
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
275
|
+
<a href="portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-kind-icon">Map<wbr>Floor<wbr>Info</a>
|
|
276
|
+
</li>
|
|
277
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
278
|
+
<a href="portal_mapfloorinfo.sitelayerinfo.html" class="tsd-kind-icon">Site<wbr>Layer<wbr>Info</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>
|