Help prepare for 2025 → Answer 8 simple questions on our Fall Survey
Open Survey
BackstackEntry
interface BackstackEntry {
  entry: NavigationEntry;
  resolvedPage: Page;
}
Represents an entry in the back stack of a Frame object.

Summary

Properties

resolvedPage