NavigationItem

NavigationItem

Item on the history stack

Constructor

Not for external use. Should only be called by Manager

Parameters:
Name Type Attributes Description
parent Manager
id string
state object
options Options <optional>
Source:

Classes

NavigationItem

Members

(readonly) id :string

Source:

(readonly) isOverlay :boolean

Source:

(readonly) parent :Manager

Source:

(readonly) transition :ScreenTransition

Source:

Methods

getState() → {object}

Return the state of this screen. Could be from the stored state if the screen is not active. Or the result of the Screen#getState callback

Source: