Interface MIDIMessageEventInit
interface MIDIMessageEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
data?: Uint8Array;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
data?: Uint8Array;
}
Hierarchy
- EventInit
- MIDIMessageEventInit (View Summary)