Contents

canGoBack

Returns a Boolean value indicating whether the user can navigate to the previous page in the page history.

Declaration

var canGoBack: 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