API svyNavigationHistory
Last updated
Was this helpful?
Last updated
Was this helpful?
⇒ scopes.svyNavigation.NavigationItem
Goes back one step in the navigation history from the current position
Clears the history
⇒ [ 'Array' ].<scopes.svyNavigation.NavigationItem>
Returns the history of navigation items
⇒ Number
Returns the current index when navigating through the history or -1, when not navigating
⇒ scopes.svyNavigation.NavigationItem
Returns the item with the given ID from the history stack when found and null otherwise
⇒ Boolean
Returns true
when a historyNext can be performed
⇒ Boolean
Returns true
when a historyBack can be performed
⇒ scopes.svyNavigation.NavigationItem
Goes forward one step in the navigation history from the current position
Sets the maximum number of items held in the navigation history A maximum number of -1 means there is no limit to the number of items in the history
scopes.svyNavigation.NavigationItem
Goes back one step in the navigation history from the current position
Clears the history
[ 'Array' ].<scopes.svyNavigation.NavigationItem>
Returns the history of navigation items
Number
Returns the current index when navigating through the history or -1, when not navigating
scopes.svyNavigation.NavigationItem
Returns the item with the given ID from the history stack when found and null otherwise
id
String
Boolean
Returns true
when a historyNext can be performed
Boolean
Returns true
when a historyBack can be performed
scopes.svyNavigation.NavigationItem
Goes forward one step in the navigation history from the current position
itemToRemove
scopes.svyNavigation.NavigationItem
Sets the maximum number of items held in the navigation history A maximum number of -1 means there is no limit to the number of items in the history
historyLength
Number