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

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
data?: Uint8Array<ArrayBuffer>