PopStateEvent

open class PopStateEvent(val type: EventType<PopStateEvent>, init: PopStateEventInit = definedExternally) : Event(source)

PopStateEvent is an interface for the Window/popstate_event event.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<PopStateEvent>, init: PopStateEventInit = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The hasUAVisualTransition read-only property of the PopStateEvent interface returns true if the user agent performed a visual transition for this navigation before dispatching this event, or false otherwise.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: JsAny?

The state read-only property of the PopStateEvent interface represents the state stored when the event was created.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: EventType<PopStateEvent>

Functions

Link copied to clipboard
open override fun asInit(): PopStateEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard