Interface MIDIConnectionEventInit

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

Hierarchy (view full)

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
port?: MIDIPort