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