@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 |
reason(java.lang.Object reason) |
promise, promise, reason, setPromise, setReasonbubbles, cancelable, composed, of, setBubbles, setCancelable, setComposed@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)