Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Interfaces
NavigatedData
NavigatedData
interface NavigatedData extends EventData { context: any; isBackNavigation: boolean; }
Defines the data for the page navigation events.
Summary 
Properties 
context 
 defined in @nativescript/core/ui/page/index.d.ts:19:1
The navigation context (optional, may be undefined) passed to the page navigation events method.
isBackNavigation 
 defined in @nativescript/core/ui/page/index.d.ts:24:1
Represents if a navigation is forward or backward.
- Previous
 - NativeScriptError
 - Next
 - NavigationContext