Stop Propagation
StopPropagation will not only prevent default actions but stops propagation altogether so the event won't reach any other listener.
Return this object if you acted on an event and you don't want any other listeners to have the chance of handling the event.
Functions
allowsDefaults
Link copied to clipboard
hasPrecedenceOver
Link copied to clipboard
pickByPrecedence
Link copied to clipboard
shouldStopPropagation
Link copied to clipboard
Properties
eventProcessed
Link copied to clipboard
Tells whether the UIEvent had any effect on the underlying system or not.
Sources
(source)
Link copied to clipboard