Interface MIDIConnectionEventInit
interface MIDIConnectionEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
port?: MIDIPort;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
port?: MIDIPort;
}
Hierarchy
- EventInit
- MIDIConnectionEventInit (View Summary)