PopStateEvent

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

PopStateEvent is an event handler for the popstate event on the window.

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Any?

Returns a copy of the information that was provided to pushState() or replaceState().

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