Package elemental2.dom
Interface PopStateEvent.PopStateEventEventInitDictType
-
- Enclosing class:
- PopStateEvent
@JsType(isNative=true, name="?", namespace="<global>") public static interface PopStateEvent.PopStateEventEventInitDictType
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PopStateEvent.PopStateEventEventInitDictType
create()
java.lang.Object
getState()
void
setState(java.lang.Object state)
-
-
-
Method Detail
-
create
@JsOverlay static PopStateEvent.PopStateEventEventInitDictType create()
-
getState
@JsProperty java.lang.Object getState()
-
setState
@JsProperty void setState(java.lang.Object state)
-
-