@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface PromiseRejectionEventInit.Builder
extends PromiseRejectionEventInit
PromiseRejectionEventInit.Builder| Modifier and Type | Method and Description |
|---|---|
default PromiseRejectionEventInit.Builder |
bubbles(boolean bubbles) |
default PromiseRejectionEventInit.Builder |
cancelable(boolean cancelable) |
default PromiseRejectionEventInit.Builder |
composed(boolean composed) |
default PromiseRejectionEventInit.Builder |
promise(Promise<jsinterop.base.Any> promise) |
default PromiseRejectionEventInit.Builder |
reason(java.lang.Object reason) |
create, promise, reason, setPromise, setReasonbubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default PromiseRejectionEventInit.Builder promise(@Nonnull Promise<jsinterop.base.Any> promise)
@JsOverlay @Nonnull default PromiseRejectionEventInit.Builder reason(@Nullable java.lang.Object reason)
@JsOverlay @Nonnull default PromiseRejectionEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default PromiseRejectionEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default PromiseRejectionEventInit.Builder composed(boolean composed)