Search


Search something to see results

MIDIMessageEventInit

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

Hierarchy (View Summary)

Index

Properties

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean