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
Optional
eventInitDict: MIDIConnectionEventInit
Returns MIDIConnectionEvent
prototype: MIDIConnectionEvent