Companion
object Companion
Content copied to clipboard
Functions
preventDefault
Link copied to clipboard
PreventDefault is an UIEventResponse which requests the prevention of any default actions for the given event.
stopPropagation
Link copied to clipboard
StopPropagation will not only prevent default actions but stops propagation altogether so the event won't reach any other listener.
Sources
(source)
Link copied to clipboard