Skip to main content
Version: Next

EventWithoutData

A framework-level event that carries no payload (e.g. browser and page lifecycle events).

Index

Properties

Properties

data

data: Any

The event payload, always empty for this event.

name

name: Literal[Event.SESSION_RETIRED, Event.BROWSER_LAUNCHED, Event.BROWSER_RETIRED, Event.BROWSER_CLOSED, Event.PAGE_CREATED, Event.PAGE_CLOSED]

The event name.

Page Options