Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NavigationEntry

Represents an entry in passed to navigate method.

Hierarchy

Index

Properties

Optional animated

animated: boolean

True to navigate to the new Page using animated transitions, false otherwise.

Optional backstackVisible

backstackVisible: boolean

True to record the navigation in the backstack, false otherwise. If the parameter is set to false then the Page will be displayed but once navigated from it will not be able to be navigated back to.

Optional bindingContext

bindingContext: any

An object to become the binding context of the page navigating to. Optional.

Optional clearHistory

clearHistory: boolean

True to clear the navigation history, false otherwise. Very useful when navigating away from login pages.

Optional context

context: any

An object passed to the onNavigatedTo callback of the Page. Typically this is used to pass some data among pages. Optional.

Optional create

create: function

A function used to create the View instance. Optional.

Type declaration

Optional moduleName

moduleName: string

The name of the module containing the View instance to load. Optional.

Optional transition

transition: NavigationTransition

Specifies an optional navigation transition for all platforms. If not specified, the default platform transition will be used.

Optional transitionAndroid

transitionAndroid: NavigationTransition

Specifies an optional navigation transition for Android. If not specified, the default platform transition will be used.

Optional transitioniOS

transitioniOS: NavigationTransition

Specifies an optional navigation transition for iOS. If not specified, the default platform transition will be used.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method