---
title: WebNavigationType.backForward
framework: webkit
role: symbol
role_heading: Case
path: webkit/webnavigationtype/backforward
---

# WebNavigationType.backForward

The user clicked back or forward button.

## Declaration

```swift
case backForward
```

## See Also

### Constants

- [WebNavigationType.linkClicked](webkit/webnavigationtype/linkclicked.md)
- [WebNavigationType.formSubmitted](webkit/webnavigationtype/formsubmitted.md)
- [WebNavigationType.reload](webkit/webnavigationtype/reload.md)
- [WebNavigationType.formResubmitted](webkit/webnavigationtype/formresubmitted.md)
- [WebNavigationType.other](webkit/webnavigationtype/other.md)
