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