@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 |
|---|---|
RTCDataChannel |
channel() |
static RTCDataChannelEventInit.Builder |
create(RTCDataChannel channel) |
void |
setChannel(RTCDataChannel channel) |
bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static RTCDataChannelEventInit.Builder create(@Nonnull RTCDataChannel channel)
@JsProperty(name="channel") @Nonnull RTCDataChannel channel()
@JsProperty
void setChannel(@Nonnull
RTCDataChannel channel)