@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PopStateEvent")
public class PopStateEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
PopStateEvent(java.lang.String type) |
PopStateEvent(java.lang.String type,
PopStateEventInit eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
jsinterop.base.Any |
state() |
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typepublic PopStateEvent(@Nonnull
java.lang.String type,
@Nonnull
PopStateEventInit eventInitDict)
public PopStateEvent(@Nonnull
java.lang.String type)