EventFacade Class
Wraps and protects a custom event for use when emitFacade is set to true. Requires the event-custom-complex module
Item Index
Properties
Methods
halt
(
-
immediate
Stops the event propagation and prevents the default event behavior.
Parameters:
-
immediate
Booleanif true additional listeners on the current target will not be executed
preventDefault
()
Prevents the event's default behavior
stopImmediatePropagation
()
Stops the propagation to the next bubble target and prevents any additional listeners from being exectued on the current target.
stopPropagation
()
Stops the propagation to the next bubble target