8.6 Released with 🥽 visionOS support and more!
Check it out
BackstackEntry
interface BackstackEntry {
  entry: NavigationEntry;
  resolvedPage: Page;
}
Represents an entry in the back stack of a Frame object.

Summary

Properties

resolvedPage