Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
NavigationContext
NavigationContext
interface NavigationContext { entry: BackstackEntry; isBackNavigation: boolean; navigationType: NavigationType; }
Represents a context passed to navigation methods.
Summary
Properties
Properties
entry
entry: BackstackEntry
defined in @nativescript/core/ui/frame/index.d.ts:337:1
isBackNavigation
defined in @nativescript/core/ui/frame/index.d.ts:338:1
navigationType
defined in @nativescript/core/ui/frame/index.d.ts:339:1
- Previous
- NavigatedData
- Next
- NavigationEntry