All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.react.dom.events.WheelEvent.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.events

import web.dom.Element

external interface WheelEvent : MouseEvent {
    val deltaMode: Int
    val deltaX: Double
    val deltaY: Double
    val deltaZ: Double
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy