Contents

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(_:).

See Also

Related Documentation

Determining Valid History Operations