@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface StorageEventInit.Builder
extends StorageEventInit
StorageEventInit.Builder| Modifier and Type | Method and Description |
|---|---|
default StorageEventInit.Builder |
bubbles(boolean bubbles) |
default StorageEventInit.Builder |
cancelable(boolean cancelable) |
default StorageEventInit.Builder |
composed(boolean composed) |
default StorageEventInit.Builder |
key(java.lang.String key) |
default StorageEventInit.Builder |
newValue(java.lang.String newValue) |
default StorageEventInit.Builder |
oldValue(java.lang.String oldValue) |
default StorageEventInit.Builder |
storageArea(Storage storageArea) |
default StorageEventInit.Builder |
url(java.lang.String url) |
create, key, newValue, oldValue, setKey, setNewValue, setOldValue, setStorageArea, setUrl, storageArea, urlbubbles, cancelable, composed, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default StorageEventInit.Builder key(@Nullable java.lang.String key)
@JsOverlay @Nonnull default StorageEventInit.Builder newValue(@Nullable java.lang.String newValue)
@JsOverlay @Nonnull default StorageEventInit.Builder oldValue(@Nullable java.lang.String oldValue)
@JsOverlay @Nonnull default StorageEventInit.Builder storageArea(@Nullable Storage storageArea)
@JsOverlay @Nonnull default StorageEventInit.Builder url(@Nonnull java.lang.String url)
@JsOverlay @Nonnull default StorageEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default StorageEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default StorageEventInit.Builder composed(boolean composed)