Mouse Event
open external class MouseEvent(type: String, eventInitDict: MouseEventInit) : UIEvent, UnionElementOrMouseEvent
Content copied to clipboard
Exposes the JavaScript MouseEvent to Kotlin
Constructors
MouseEvent
Link copied to clipboard
fun MouseEvent(type: String, eventInitDict: MouseEventInit = definedExternally)
Content copied to clipboard
Types
Functions
composed Path
Link copied to clipboard
get Modifier State
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
relatedTarget
Link copied to clipboard
target
Link copied to clipboard
Inheritors
WheelEvent
Link copied to clipboard
DragEvent
Link copied to clipboard
PointerEvent
Link copied to clipboard