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

Hierarchy (View Summary)

Properties

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