---
title: canGoBack
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebview/cangoback
---

# canGoBack

A Boolean value that indicates whether there is a valid back item in the back-forward list.

## Declaration

```swift
var canGoBack: Bool { get }
```

## See Also

### Navigating between webpages

- [allowsBackForwardNavigationGestures](webkit/wkwebview/allowsbackforwardnavigationgestures.md)
- [backForwardList](webkit/wkwebview/backforwardlist.md)
- [goBack(_:)](webkit/wkwebview/goback(_:).md)
- [goBack()](webkit/wkwebview/goback().md)
- [goForward(_:)](webkit/wkwebview/goforward(_:).md)
- [goForward()](webkit/wkwebview/goforward().md)
- [go(to:)](webkit/wkwebview/go(to:).md)
- [canGoForward](webkit/wkwebview/cangoforward.md)
- [allowsLinkPreview](webkit/wkwebview/allowslinkpreview.md)
- [interactionState](webkit/wkwebview/interactionstate.md)
