PageRevealEvent

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

The PageRevealEvent event object is made available inside handler functions for the Window.pagereveal_event event.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<PageRevealEvent>, init: PageRevealEventInit = 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
Link copied to clipboard
open override val type: EventType<PageRevealEvent>
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.

Functions

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