Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
JQueryTimer
Interface JQueryTimer
Index
Call signatures
Properties
isActive
remaining
Methods
once
pause
play
set
stop
toggle
Call signatures
(
action
?:
Function
, time
?:
Number
, autostart
?:
Boolean
)
:
Object
Parameters
action?:
Function
optional
time?:
Number
optional
autostart?:
Boolean
optional
Returns
Object
Properties
public
isActive
:
Boolean
public
remaining
:
Number
Methods
public
once
(
time
:
Number
)
:
Object
Parameters
time:
Number
Returns
Object
public
pause
(
)
:
Object
Returns
Object
public
play
(
reset
?:
Boolean
)
:
Object
Parameters
reset?:
Boolean
optional
Returns
Object
public
set
(
any
:
any
)
:
Object
Parameters
any:
any
Returns
Object
public
stop
(
)
:
Object
Returns
Object
public
toggle
(
reset
?:
Boolean
)
:
Object
Parameters
reset?:
Boolean
optional
Returns
Object
Globals
jquery