UIEvent
open external class UIEvent(type: String, eventInitDict: UIEventInit) : Event
Content copied to clipboard
Exposes the JavaScript UIEvent to Kotlin
Constructors
UIEvent
Link copied to clipboard
fun UIEvent(type: String, eventInitDict: UIEventInit = definedExternally)
Content copied to clipboard
Types
Functions
composed Path
Link copied to clipboard
prevent Default
Link copied to clipboard
stop Immediate Propagation
Link copied to clipboard
stop Propagation
Link copied to clipboard
Properties
cancelable
Link copied to clipboard
currentTarget
Link copied to clipboard
defaultPrevented
Link copied to clipboard
eventPhase
Link copied to clipboard
target
Link copied to clipboard
Inheritors
FocusEvent
Link copied to clipboard
MouseEvent
Link copied to clipboard
InputEvent
Link copied to clipboard
KeyboardEvent
Link copied to clipboard
CompositionEvent
Link copied to clipboard
TouchEvent
Link copied to clipboard