MIDIConnectionEventInit
Defined in: src/MIDIConnectionEvent.ts:6
Init dictionary for MIDIConnectionEvent.
Extends
Section titled “Extends”EventInit
Properties
Section titled “Properties”bubbles?
Section titled “bubbles?”
optionalbubbles?:boolean
Defined in: node_modules/typescript/lib/lib.dom.d.ts:662
Inherited from
Section titled “Inherited from”EventInit.bubbles
cancelable?
Section titled “cancelable?”
optionalcancelable?:boolean
Defined in: node_modules/typescript/lib/lib.dom.d.ts:663
Inherited from
Section titled “Inherited from”EventInit.cancelable
composed?
Section titled “composed?”
optionalcomposed?:boolean
Defined in: node_modules/typescript/lib/lib.dom.d.ts:664
Inherited from
Section titled “Inherited from”EventInit.composed
optionalport?:MIDIPort
Defined in: src/MIDIConnectionEvent.ts:8
The port that was connected or disconnected.