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