Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
pass
Link copied to clipboard
common
fun pass(): Pass
Pass is the default UIEventResponse which indicates that no event processing happened.
preventDefault
Link copied to clipboard
common
fun preventDefault(): PreventDefault
PreventDefault is an UIEventResponse which requests the prevention of any default actions for the given event.
processed
Link copied to clipboard
common
fun processed(): Processed
Processed indicates that at least one event handler processed the UIEvent but it did not stop propagation nor the default actions.
stopPropagation
Link copied to clipboard
common
fun stopPropagation(): StopPropagation
StopPropagation will not only prevent default actions but stops propagation altogether so the event won't reach any other listener.
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard