---
title: currentItem
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/backforwardlist-swift.struct/currentitem
---

# currentItem

The current item.

## Declaration

```swift
@MainActor var currentItem: WebPage.BackForwardList.Item? { get }
```

## Discussion

Discussion When the webpage has not loaded any resources, this value will be nil.
