canGoForward
Returns a Boolean value indicating whether the user can navigate to the next page in the page history.
Declaration
var canGoForward: Bool { get }Discussion
The page history gets built as your application calls navigation methods such as go(to:) and goToLastPage(_:).