EventFacade Class
yui3/src/event-custom/js/event-facade.js:27
Parent Module: event-custom
Wraps and protects a custom event for use when emitFacade is set to true. Requires the event-custom-complex module
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
Properties
_type
String
private
The real event type
details
Array
The arguments passed to fire
type
String
The event type, this can be overridden by the fire() payload