Constructor
new NavigationItem(parent, id, state, optionsopt)
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
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: