Prevent Default
PreventDefault is an UIEventResponse which requests the prevention of any default actions for the given event.
Return this object if you acted on an event and you don't want any default actions to take place (hover effects on components for example).
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