On this page

Interface MIDIConnectionEventInit

interface MIDIConnectionEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    port?: MIDIPort;
}

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
port?: MIDIPort
Was this helpful?
SDK JS
Reference
MIDIConnectionEventInit