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

# forwardList

The array of items that follow the current item.

## Declaration

```swift
@MainActor var forwardList: [WebPage.BackForwardList.Item] { get }
```

## Discussion

Discussion The items are in the order in which they were originally visited.
