---
title: WKNavigationType.backForward
framework: webkit
role: symbol
role_heading: Case
path: webkit/wknavigationtype/backforward
---

# WKNavigationType.backForward

A request for the frame’s next or previous item.

## Declaration

```swift
case backForward
```

## Discussion

Discussion This type of action occurs when the navigation originates from an item in a WKBackForwardList object.

## See Also

### Getting the Navigation Types

- [WKNavigationType.linkActivated](webkit/wknavigationtype/linkactivated.md)
- [WKNavigationType.formSubmitted](webkit/wknavigationtype/formsubmitted.md)
- [WKNavigationType.reload](webkit/wknavigationtype/reload.md)
- [WKNavigationType.formResubmitted](webkit/wknavigationtype/formresubmitted.md)
- [WKNavigationType.other](webkit/wknavigationtype/other.md)
