🚀 8.9 Released! → ⚡️ New Node-API Engine Preview, 📲 ns widget ios, 💅 Tailwind v4 and more...
Read Announcement
NavigatedData
interface NavigatedData extends EventData {
  context: any;
  isBackNavigation: boolean;
}
Defines the data for the page navigation events.

Summary

Properties

context
isBackNavigation
2 properties inherited from EventData
Click to expand

Properties

context

context: any
The navigation context (optional, may be undefined) passed to the page navigation events method.

isBackNavigation

isBackNavigation: boolean
Represents if a navigation is forward or backward.