@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface MIDIMessageEventInit
extends EventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MIDIMessageEventInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
Uint8Array |
data() |
static MIDIMessageEventInit.Builder |
of() |
void |
setData(@JsNonNull Uint8Array data) |
bubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static MIDIMessageEventInit.Builder of()
@JsProperty(name="data") Uint8Array data()
@JsProperty void setData(@JsNonNull Uint8Array data)