new Event(type, data, extras)
The Event class for the EventDispatcher.
Parameters:
Name | Type | Argument | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type |
string | ||||||||||||||
data |
* | ||||||||||||||
extras |
Object |
<optional> |
Properties
|
Methods
-
getBubbles() → {boolean}
-
Get bubbling status
Returns:
true if bubbling false otherwise- Type
- boolean
-
preventBubbling()
-
Prevent this event from bubbling up to parent
-
scheduleForExternal() → {boolean}
-
Try to schedule an event for externalDispatcher
Returns:
true if external and not already scheduled, otherwise false- Type
- boolean