toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.midi
/
MIDIMessageEvent
MIDIMessage
Event
open
external
class
MIDIMessageEvent
(
val
type
:
EventType
<
MIDIMessageEvent
>
,
init
:
MIDIMessageEventInit
=
definedExternally
)
:
Event
(
source
)
Available only in secure contexts.
MDN Reference
Members
Constructors
MIDIMessage
Event
Link copied to clipboard
constructor
(
type
:
EventType
<
MIDIMessageEvent
>
,
init
:
MIDIMessageEventInit
=
definedExternally
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
AT_TARGET
Link copied to clipboard
val
AT_TARGET
:
EventPhase
bubbles
Link copied to clipboard
val
bubbles
:
Boolean
BUBBLING_PHASE
Link copied to clipboard
val
BUBBLING_PHASE
:
EventPhase
cancelable
Link copied to clipboard
val
cancelable
:
Boolean
CAPTURING_PHASE
Link copied to clipboard
val
CAPTURING_PHASE
:
EventPhase
composed
Link copied to clipboard
val
composed
:
Boolean
current
Target
Link copied to clipboard
val
currentTarget
:
EventTarget
?
data
Link copied to clipboard
val
data
:
Uint8Array
<
*
>
?
MDN Reference
default
Prevented
Link copied to clipboard
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
val
eventPhase
:
EventPhase
is
Trusted
Link copied to clipboard
val
isTrusted
:
Boolean
NONE
Link copied to clipboard
val
NONE
:
EventPhase
target
Link copied to clipboard
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
val
timeStamp
:
DOMHighResTimeStamp
type
Link copied to clipboard
open
override
val
type
:
EventType
<
MIDIMessageEvent
>
Functions
as
Init
Link copied to clipboard
open
override
fun
asInit
(
)
:
MIDIMessageEventInit
composed
Path
Link copied to clipboard
fun
composedPath
(
)
:
ReadonlyArray
<
EventTarget
>
prevent
Default
Link copied to clipboard
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
)