@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCPeerConnectionIceEventInit
extends EventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCPeerConnectionIceEventInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
@JsNullable RTCIceCandidate |
candidate() |
static RTCPeerConnectionIceEventInit.Builder |
of() |
void |
setCandidate(@JsNullable RTCIceCandidate candidate) |
void |
setUrl(@JsNullable java.lang.String url) |
@JsNullable java.lang.String |
url() |
bubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static RTCPeerConnectionIceEventInit.Builder of()
@JsProperty(name="candidate") @JsNullable RTCIceCandidate candidate()
@JsProperty void setCandidate(@JsNullable RTCIceCandidate candidate)
@JsProperty(name="url") @JsNullable java.lang.String url()
@JsProperty void setUrl(@JsNullable java.lang.String url)