Skip to content

Commit c50d322

Browse files
committed
update doc
1 parent 5ee4f59 commit c50d322

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3 id="options">Options</h3>
6969
<tbody>
7070
<tr>
7171
<td>filters</td>
72-
<td>array</td>
72+
<td>object[]</td>
7373
<td><span class="label label-danger">required</span></td>
7474
<td>Array of available filters in the builder. <a href="#filters">See bellow</a>.</td>
7575
</tr>
@@ -81,16 +81,22 @@ <h3 id="options">Options</h3>
8181
</tr>
8282
<tr>
8383
<td>operators</td>
84-
<td>array</td>
84+
<td>object[]</td>
8585
<td></td>
8686
<td>Array of operators. <a href="#operators">See bellow</a>.</td>
8787
</tr>
8888
<tr>
8989
<td>conditions</td>
90-
<td>array</td>
90+
<td>string[]</td>
9191
<td>['AND', 'OR']</td>
9292
<td>Array of available group conditions. Change the label with the lang option (the keyword is always lower-cased before lookup in <code>lang</code> array.</td>
9393
</tr>
94+
<tr>
95+
<td>default_condition</td>
96+
<td>string</td>
97+
<td>'AND'</td>
98+
<td>Default active operator.</td>
99+
</tr>
94100
<tr>
95101
<td>lang</td>
96102
<td>object</td>

0 commit comments

Comments
 (0)