Delay
Hierarchy
-
↳
Delay
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new Delay(uid, opts?)
Parameters
| Name | Type |
|---|---|
uid | string |
opts? | KeyValue |
Overrides
Properties
uid
Readonly uid: string
Inherited from
Methods
cancel
cancel(): void
Cancel the delay
Returns
void
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