Search
Preparing search index...
The search index is not available
propresenter
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
propresenter
Timers
Class Timers
Hierarchy
<internal>
.
default
Timers
Index
Constructors
constructor
Properties
client
Methods
delete
fetch
fetch
All
get
Current
Time
get
System
Time
get
Video
Countdown
reset
start
stop
Constructors
constructor
new
Timers
(
client
:
Client
)
:
Timers
Parameters
client:
Client
Returns
Timers
Properties
Readonly
client
client
:
Client
Methods
delete
delete
(
id
:
FetchId
)
:
Promise
<
boolean
>
Parameters
id:
FetchId
Returns
Promise
<
boolean
>
fetch
fetch
(
id
:
FetchId
)
:
Promise
<
Timer
>
Parameters
id:
FetchId
Returns
Promise
<
Timer
>
fetch
All
fetch
All
(
)
:
Promise
<
Collection
<
string
,
Timer
>
>
Returns
Promise
<
Collection
<
string
,
Timer
>
>
get
Current
Time
get
Current
Time
(
timerId
?:
FetchId
)
:
Promise
<
Timer
|
Collection
<
string
,
Timer
>
>
Parameters
Optional
timerId:
FetchId
Returns
Promise
<
Timer
|
Collection
<
string
,
Timer
>
>
get
System
Time
get
System
Time
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
get
Video
Countdown
get
Video
Countdown
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
reset
reset
(
id
?:
FetchId
)
:
Promise
<
boolean
>
Parameters
Optional
id:
FetchId
Returns
Promise
<
boolean
>
start
start
(
id
?:
FetchId
)
:
Promise
<
boolean
>
Parameters
Optional
id:
FetchId
Returns
Promise
<
boolean
>
stop
stop
(
id
?:
FetchId
)
:
Promise
<
boolean
>
Parameters
Optional
id:
FetchId
Returns
Promise
<
boolean
>
Exports
<internal>
Timers
constructor
client
delete
fetch
fetch
All
get
Current
Time
get
System
Time
get
Video
Countdown
reset
start
stop
Generated using
TypeDoc