Events
You can directly use an instance of this class.
events
Internal event system, based on EventEmitter2.
Constructor Summary
| Public Constructor | ||
| public |
constructor(e: *) |
|
Member Summary
| Public Members | ||
| public |
events: * |
|
Method Summary
| Public Methods | ||
| public |
Emit event with given properties |
|
| public |
Listen to event |
|
| public |
Stop listening to event callback |
|
Public Constructors
public constructor(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |