Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Interfaces
BackstackEntry
BackstackEntry
interface BackstackEntry {
  entry: NavigationEntry;
  resolvedPage: Page;
}Represents an entry in the back stack of a Frame object.
Summary 
Properties
Properties 
entry 
entry: NavigationEntry
 defined in @nativescript/core/ui/frame/index.d.ts:385:1
resolvedPage 
resolvedPage: Page
 defined in @nativescript/core/ui/frame/index.d.ts:386:1
- Previous
 - ApplicationEventData
 - Next
 - BindingOptions