---
title: currentItem
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webbackforwardlist/currentitem
---

# currentItem

The current item in the back-forward list.

## Declaration

```swift
var currentItem: 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)
- [item(at:)](webkit/webbackforwardlist/item(at:).md)
- [forwardItem](webkit/webbackforwardlist/forwarditem.md)
- [forwardListCount](webkit/webbackforwardlist/forwardlistcount.md)
- [forwardList(withLimit:)](webkit/webbackforwardlist/forwardlist(withlimit:).md)
