🚀 8.9 Released! → ⚡️ New Node-API Engine Preview, 📲 ns widget ios, 💅 Tailwind v4 and more...
Read Announcement
NavigationContext
interface NavigationContext {
  entry: BackstackEntry;
  isBackNavigation: boolean;
  navigationType: NavigationType;
}
Represents a context passed to navigation methods.

Summary

Properties

isBackNavigation

isBackNavigation: boolean
navigationType: NavigationType