On this page

Interface MIDIMessageEventInit

interface MIDIMessageEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    data?: Uint8Array<ArrayBuffer>;
}

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
data?: Uint8Array<ArrayBuffer>
Was this helpful?
SDK JS
Reference
MIDIMessageEventInit