|
|
@ -1145,6 +1145,12 @@ function (option, path) { |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>getDataRange()</td> |
|
|
|
<td>Object</td> |
|
|
|
<td>Get the range of all the items as an object containing <code>min: Date</code> and <code>max: Date</code>.</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr id="getEventProperties"> |
|
|
|
<td>getEventProperties(event)</td> |
|
|
|
<td>Object</td> |
|
|
@ -1176,13 +1182,6 @@ function (option, path) { |
|
|
|
<td>Get the current visible window. Returns an object with properties <code>start: Date</code> and <code>end: Date</code>.</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>getItemRange()</td> |
|
|
|
<td>Object</td> |
|
|
|
<td>Get the range of all the items as an object containing <code>min: Date</code> and <code>max: Date</code>.</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>isGroupVisible(groupId)</td> |
|
|
|
<td>Boolean</td> |
|
|
|