You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Array of available filters in the builder. <ahref="#filters">See bellow</a>.</td>
75
75
</tr>
@@ -81,16 +81,22 @@ <h3 id="options">Options</h3>
81
81
</tr>
82
82
<tr>
83
83
<td>operators</td>
84
-
<td>array</td>
84
+
<td>object[]</td>
85
85
<td></td>
86
86
<td>Array of operators. <ahref="#operators">See bellow</a>.</td>
87
87
</tr>
88
88
<tr>
89
89
<td>conditions</td>
90
-
<td>array</td>
90
+
<td>string[]</td>
91
91
<td>['AND', 'OR']</td>
92
92
<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>
0 commit comments