Variable MIDIConnectionEvent
MIDIConnectionEvent: {
prototype: MIDIConnectionEvent;
new (
type: string,
eventInitDict?: MIDIConnectionEventInit,
): MIDIConnectionEvent;
}
prototype: MIDIConnectionEvent;
new (
type: string,
eventInitDict?: MIDIConnectionEventInit,
): MIDIConnectionEvent;
}
Type declaration
- new (type: string, eventInitDict?: MIDIConnectionEventInit): MIDIConnectionEvent
- Parameters- type: string
- OptionaleventInitDict: MIDIConnectionEventInit
 - Returns MIDIConnectionEvent
 
- prototype: MIDIConnectionEvent