MIDIMessageEventInit
Defined in: src/MIDIMessageEvent.ts:4
Init dictionary for MIDIMessageEvent.
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
optionaldata?:Uint8Array<ArrayBufferLike>
Defined in: src/MIDIMessageEvent.ts:17
The MIDI data bytes of a single, complete MIDI message.
receivedTime?
Section titled “receivedTime?”
optionalreceivedTime?:number
Defined in: src/MIDIMessageEvent.ts:15
timeStamp?
Section titled “timeStamp?”
optionaltimeStamp?:number
Defined in: src/MIDIMessageEvent.ts:9
High-resolution timestamp (performance.now() domain) of when the message
was received. Surfaces as the W3C MIDIMessageEvent.timeStamp.