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

# forwardItem

The item immediately following the current item, if any.

## Declaration

```swift
var forwardItem: WKBackForwardListItem? { get }
```

## Discussion

Discussion If the current item is the last item in the list, this value in this property is nil.

## See Also

### Getting the Most Recent Items

- [backItem](webkit/wkbackforwardlist/backitem.md)
- [currentItem](webkit/wkbackforwardlist/currentitem.md)
