
jsMain.web.uievents.CompositionEvent.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER",
)
package web.uievents
import web.events.EventType
external interface CompositionEventInit : UIEventInit {
var data: String?
}
open external class CompositionEvent(
override val type: EventType,
init: CompositionEventInit = definedExternally,
) : UIEvent {
val data: String
companion object
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy