Namespace jQuery.sap.history.NavTypeModule: jquery.sap.history


Field Summary
jQuery.sap.history.NavType.BackThis indicates that the new hash is achieved by pressing the back button.
jQuery.sap.history.NavType.BookmarkThis indicates that the new hash is restored from the bookmark.
jQuery.sap.history.NavType.ForwardThis indicates that the new hash is achieved by pressing the forward button.
jQuery.sap.history.NavType.UnknownThis indicates that the new hash is achieved by some unknown direction.
Field Detail
jQuery.sap.history.NavType.Back: string
This indicates that the new hash is achieved by pressing the back button.
jQuery.sap.history.NavType.Bookmark: string
This indicates that the new hash is restored from the bookmark.
jQuery.sap.history.NavType.Forward: string
This indicates that the new hash is achieved by pressing the forward button.
jQuery.sap.history.NavType.Unknown: string
This indicates that the new hash is achieved by some unknown direction. This happens when the user navigates out of the application and then click on the forward button in the browser to navigate back to the application.