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