---
title: forwardItem
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webbackforwardlist/forwarditem
---

# forwardItem

The item that follows the current item in the back-forward list.

## Declaration

```swift
var forwardItem: WebHistoryItem! { get }
```

## See Also

### Querying the Back-Forward List

- [backItem](webkit/webbackforwardlist/backitem.md)
- [backListCount](webkit/webbackforwardlist/backlistcount.md)
- [back(withLimit:)](webkit/webbackforwardlist/back(withlimit:).md)
- [contains(_:)](webkit/webbackforwardlist/contains(_:).md)
- [currentItem](webkit/webbackforwardlist/currentitem.md)
- [item(at:)](webkit/webbackforwardlist/item(at:).md)
- [forwardListCount](webkit/webbackforwardlist/forwardlistcount.md)
- [forwardList(withLimit:)](webkit/webbackforwardlist/forwardlist(withlimit:).md)
