true if preventDefault was called.
name of the event.
the scope on which the event was $emit-ed or $broadcast-ed.
calling preventDefault sets defaultPrevented flag to true.
calling stopPropagation function will cancel further event propagation (available only for events that were $emit-ed).
Generated using TypeDoc
the scope that is currently handling the event. Once the event propagates through the scope hierarchy, this property is set to null.