Typescript Library Declarations (DOM)
Interface MIDIMessageEventInit
interface
MIDIMessageEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
data
?:
Uint8Array
;
}
Hierarchy
EventInit
MIDIMessageEventInit (
view full
)
Index
Properties
bubbles?
cancelable?
composed?
data?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
data
data
?:
Uint8Array
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
data
Typescript Library Declarations (DOM)