Represents an entry in the navigation history More...
Import Statement: | import com.canonical.Oxide 1.15 |
Instantiates: | OxideQQuickNavigationItem |
NavigationItem represents an entry in a view's navigation history.
originalUrl : url |
The original request URL for the navigation item. The final URL that is loaded may be different to the original request URL if the navigation is redirected.
timstamp : Date |
The timestamp of the last time that this navigation item was committed.
The title of the page associated with this navigation item. This can be an empty string if the page has no title.
url : url |
The URL of the navigation item. This is the actual URL that was loaded the last time that this navigation item was committed, and may be different to originalUrl if there were redirects.