MIDIConnectionEventInit constructor

MIDIConnectionEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. MIDIPort port,
})

Implementation

external factory MIDIConnectionEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  MIDIPort port,
});