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