Enum dictating the propagation of an event.
Continue normal propagation.
Stop propagation to parent targets.
Stop propagation and prevent any additional listeners on the same target from executing.
Description
Enum dictating the propagation of an event.