Skip to content

Commit efbe456

Browse files
committed
Deploying to gh-pages from @ 08a1f61 🚀
1 parent 08fb3d6 commit efbe456

File tree

113 files changed

+5294
-18284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+5294
-18284
lines changed

ArrayElement.html

+229
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,229 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>JSDoc: Class: ArrayElement</title>
6+
7+
<script src="scripts/prettify/prettify.js"> </script>
8+
<script src="scripts/prettify/lang-css.js"> </script>
9+
<!--[if lt IE 9]>
10+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+
<![endif]-->
12+
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13+
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14+
</head>
15+
16+
<body>
17+
18+
<div id="main">
19+
20+
<h1 class="page-title">Class: ArrayElement</h1>
21+
22+
23+
24+
25+
26+
27+
<section>
28+
29+
<header>
30+
31+
<h2><span class="attribs"><span class="type-signature"></span></span>ArrayElement<span class="signature">()</span><span class="type-signature"></span></h2>
32+
33+
<div class="class-description">ArrayElement
34+
35+
This class is a store of arrays of objects of one type.</div>
36+
37+
38+
</header>
39+
40+
<article>
41+
<div class="container-overview">
42+
43+
44+
45+
46+
<h2>Constructor</h2>
47+
48+
49+
50+
<h4 class="name" id="ArrayElement"><span class="type-signature"></span>new ArrayElement<span class="signature">()</span><span class="type-signature"></span></h4>
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
<h5 class="subsection-title">Properties:</h5>
70+
71+
72+
73+
<table class="props">
74+
<thead>
75+
<tr>
76+
77+
<th>Name</th>
78+
79+
80+
<th>Type</th>
81+
82+
83+
84+
85+
86+
<th class="last">Description</th>
87+
</tr>
88+
</thead>
89+
90+
<tbody>
91+
92+
93+
<tr>
94+
95+
<td class="name"><code>provider</code></td>
96+
97+
98+
<td class="type">
99+
100+
101+
<span class="param-type">String</span>
102+
103+
104+
105+
</td>
106+
107+
108+
109+
110+
111+
<td class="description last">The provider for data</td>
112+
</tr>
113+
114+
115+
</tbody>
116+
</table>
117+
118+
119+
120+
121+
<dl class="details">
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
148+
<dt class="tag-source">Source:</dt>
149+
<dd class="tag-source"><ul class="dummy"><li>
150+
<a href="core_ArrayElement.js.html">core/ArrayElement.js</a>, <a href="core_ArrayElement.js.html#line14">line 14</a>
151+
</li></ul></dd>
152+
153+
154+
155+
156+
157+
158+
159+
</dl>
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
<h5>Example</h5>
180+
181+
<pre class="prettyprint"><code>&lt;js-array provider="provider">&lt;/js-array></code></pre>
182+
183+
184+
185+
186+
</div>
187+
188+
189+
190+
191+
192+
193+
194+
195+
196+
197+
198+
199+
200+
201+
202+
203+
204+
205+
206+
207+
</article>
208+
209+
</section>
210+
211+
212+
213+
214+
</div>
215+
216+
<nav>
217+
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ArrayElement.html">ArrayElement</a></li><li><a href="ButtonElement.html">ButtonElement</a></li><li><a href="ContainerElement.html">ContainerElement</a></li><li><a href="FeatureModel.html">FeatureModel</a></li><li><a href="IconElement.html">IconElement</a></li><li><a href="MapElement.html">MapElement</a></li><li><a href="MapLayerElement.html">MapLayerElement</a></li><li><a href="MapSourceElement.html">MapSourceElement</a></li><li><a href="Model.html">Model</a></li><li><a href="ProviderElement.html">ProviderElement</a></li><li><a href="ShapeModel.html">ShapeModel</a></li><li><a href="TableBodyElement.html">TableBodyElement</a></li><li><a href="TableHeadElement.html">TableHeadElement</a></li><li><a href="TagElement.html">TagElement</a></li></ul><h3>Global</h3><ul><li><a href="global.html#EventType">EventType</a></li></ul>
218+
</nav>
219+
220+
<br class="clear">
221+
222+
<footer>
223+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Mon Oct 28 2024 13:20:22 GMT+0000 (Coordinated Universal Time)
224+
</footer>
225+
226+
<script> prettyPrint(); </script>
227+
<script src="scripts/linenumber.js"> </script>
228+
</body>
229+
</html>

0 commit comments

Comments
 (0)