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

jsMain.web.midi.MIDIConnectionEvent.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER",
)

package web.midi

import web.events.Event
import web.events.EventInit
import web.events.EventType

external interface MIDIConnectionEventInit : EventInit {
    var port: MIDIPort?
}

open external class MIDIConnectionEvent(
    override val type: EventType,
    init: MIDIConnectionEventInit = definedExternally,
) : Event {
    val port: MIDIPort

    companion object
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy