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