Interval
Hierarchy
-
↳
Interval
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new Interval(uid, opts?)
Parameters
| Name | Type |
|---|---|
uid | string |
opts? | KeyValue |
Overrides
Properties
uid
Readonly uid: string
Inherited from
Methods
close
close(): void
Returns
void
Overrides
off
off(event, handler): any
Parameters
| Name | Type |
|---|---|
event | string |
handler | any |
Returns
any
Inherited from
on
on(event, handler): any
Parameters
| Name | Type |
|---|---|
event | string |
handler | any |
Returns
any
Inherited from
start
start(): void
Start the delay
Returns
void
stop
stop(): void
Stop the interval
Returns
void