Interface StayOnPageEventInit

Stay on page event initialization options.

Hierarchy

  • Omit<EventInit, "cancelable">
    • StayOnPageEventInit

Properties

bubbles?: boolean
composed?: boolean
from: Page

The page to stay at.

reason?: unknown

A reason of navigation failure. This is set when navigation failed due to some error.

Navigation target.

Generated using TypeDoc