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

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

// Automatically generated - do not modify!

package react.dom.events

import js.core.HighResTimeStamp
import web.events.Event
import web.events.EventType

external interface BaseSyntheticEvent {
    val nativeEvent: E
    val currentTarget: C
    val target: T
    val bubbles: Boolean
    val cancelable: Boolean
    val defaultPrevented: Boolean
    val eventPhase: Int
    val isTrusted: Boolean
    fun preventDefault()
    fun isDefaultPrevented(): Boolean
    fun stopPropagation()
    fun isPropagationStopped(): Boolean
    fun persist()
    val timeStamp: HighResTimeStamp
    val type: EventType
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy