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

main.dom.DocumentAndElementEventHandlers.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom

import web.clipboard.ClipboardEvent
import web.events.EventHandler

external interface DocumentAndElementEventHandlers {
    var oncopy: EventHandler?
    var oncut: EventHandler?
    var onpaste: EventHandler?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy