enum sap.ui.core.routing.HistoryDirection

Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-COR

Enumeration for different HistoryDirections.


Properties Overview

Node Description
sap.ui.core.routing.HistoryDirection.Backwards

The page has already been navigated to and it was the predecessor of the previous page.

sap.ui.core.routing.HistoryDirection.Forwards

The page has already been navigated to and it was the successor of the previous page.

sap.ui.core.routing.HistoryDirection.NewEntry

A new entry is added to the history.

sap.ui.core.routing.HistoryDirection.Unknown

A navigation took place, but it could be any of the other three states.