Skip to content

Commit 5ece5f5

Browse files
committed
Documented "options" and "items" properties.
1 parent 9ac1f55 commit 5ece5f5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/api.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@ var selectize = $select[0].selectize;
1818
- [Event Documentation](events.md)
1919
- [Developing Plugins](plugins.md)
2020

21+
### Properties
22+
23+
<table width="100%">
24+
<tr>
25+
<th valign="top" colspan="3" align="left"><a href="#props" name="props">Properties</a></th>
26+
</tr>
27+
<tr>
28+
<th valign="top" width="120px" align="left">Property</th>
29+
<th valign="top" align="left">Description</th>
30+
</tr>
31+
<tr>
32+
<td valign="top"><code>options</code></td>
33+
<td valign="top">An object containing the entire pool of options. The object is keyed by each object's value.</td>
34+
</tr>
35+
<tr>
36+
<td valign="top"><code>items</code></td>
37+
<td valign="top">An array of selected values.</td>
38+
</tr>
39+
</table>
40+
2141
### Methods
2242

2343
<table width="100%">

0 commit comments

Comments
 (0)