Enum sap.ui.core.routing.HistoryDirectionModule: sap/ui/core/library


Enumaration for different HistoryDirections

Field Summary
sap.ui.core.routing.HistoryDirection.BackwardsThe page has already been navigated to and it was the precessor of the previous page
sap.ui.core.routing.HistoryDirection.ForwardsThe page has already been navigated to and it was the successor of the previous page
sap.ui.core.routing.HistoryDirection.NewEntryA new Entry is added to the history
sap.ui.core.routing.HistoryDirection.UnknownA Navigation took place, but it could be any of the other three states
Field Detail
sap.ui.core.routing.HistoryDirection.Backwards: string
The page has already been navigated to and it was the precessor of the previous page
sap.ui.core.routing.HistoryDirection.Forwards: string
The page has already been navigated to and it was the successor of the previous page
sap.ui.core.routing.HistoryDirection.NewEntry: string
A new Entry is added to the history
sap.ui.core.routing.HistoryDirection.Unknown: string
A Navigation took place, but it could be any of the other three states