Methods
(private) $main(event) → {*}
Handles removing emitters, is an internal method not called directly.
Parameters:
| Name |
Type |
Description |
event |
String
|
The event to remove static emitter for. |
- Source:
Returns:
-
Type
-
*
(private) $main(event, id, data) → {*}
Handles emitting events, is an internal method not called directly.
Parameters:
| Name |
Type |
Description |
event |
String
|
The name of the event to emit. |
id |
String
|
The id of the event to emit. |
data |
*
|
The data to emit with the event. |
- Source:
Returns:
-
Type
-
*
(private) $main(event, data) → {*}
Handles emitting events, is an internal method not called directly.
Parameters:
| Name |
Type |
Description |
event |
String
|
The name of the event to emit. |
data |
*
|
The data to emit with the event. |
- Source:
Returns:
-
Type
-
*
(private) $main(event, data) → {*}
Handles emitting events, is an internal method not called directly.
Parameters:
| Name |
Type |
Description |
event |
String
|
The name of the event to emit. |
data |
*
|
The data to emit with the event. |
- Source:
Returns:
-
Type
-
*
(private) $main(event, id, listener) → {$main}
Parameters:
| Name |
Type |
Description |
event |
|
|
id |
|
|
listener |
|
|
- Source:
Returns:
-
Type
-
$main