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