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