PageSwapEvent
open class PageSwapEvent(val type: EventType<PageSwapEvent>, init: PageSwapEventInit = definedExternally) : Event(source)
The PageSwapEvent
event object is made available inside handler functions for the Window.pageswap_event event.
Properties
Link copied to clipboard
The activation
read-only property of the PageSwapEvent interface contains a NavigationActivation object containing the navigation type and current and destination document history entries for a same-origin navigation.
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
The viewTransition
read-only property of the PageRevealEvent interface contains a ViewTransition object representing the active view transition for the cross-document navigation.