Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Documented isActive() #3704

Merged
merged 1 commit into from
Dec 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/timeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1387,6 +1387,12 @@ <h2 id="Methods">Methods</h2>
<td>Get the current visible window. Returns an object with properties <code>start: Date</code> and <code>end: Date</code>.</td>
</tr>

<tr>
<td>isActive()</td>
<td>Boolean</td>
<td>Denotes whether the timeline is currently active. This method only returns <code>false</code> if the timline has the <code>{clickToUse:true}</code> option enabled and the timeline is currently unselected.</td>
</tr>

<tr>
<td>moveTo(time [, options, callback])</td>
<td>none</td>
Expand Down