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