EventBlock
Hierarchy
-
↳
EventBlock↳↳
Cron
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new EventBlock(uid)
Parameters
| Name | Type |
|---|---|
uid | string |
Overrides
Properties
uid
Readonly uid: string
Methods
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