Skip to main content

defaultPrevented

property Event.defaultPrevented

Returns true if preventDefault() was invoked successfully to indicate cancellation, and false otherwise.

boolean
Back to top