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

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

// Automatically generated - do not modify!

package react.dom.events

import org.w3c.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