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