this dispatches the element using the capture -> target -> bubble process
Prevents the default event handler (if there is one) from being called
this sends it only to the target. If you want propagation, use dispatch() instead.
Stops the event propagation immediately.
This is a DOM event, like in javascript. Note that this library never fires events - it is only here for you to use if you want it.