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