InvalidEvent

external interface InvalidEvent<out T : Element> : SyntheticEvent<T, Event> (source)

Properties

Link copied to clipboard
abstract val bubbles: Boolean
Link copied to clipboard
abstract val cancelable: Boolean
Link copied to clipboard
abstract val currentTarget: T
Link copied to clipboard
Link copied to clipboard
abstract val eventPhase: Int
Link copied to clipboard
abstract val isTrusted: Boolean
Link copied to clipboard
abstract val nativeEvent: Event
Link copied to clipboard
abstract override val target: T
Link copied to clipboard
Link copied to clipboard
abstract val type: EventType<Event>

Functions

Link copied to clipboard
abstract fun isDefaultPrevented(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun persist()
Link copied to clipboard
abstract fun preventDefault()
Link copied to clipboard
abstract fun stopPropagation()