---
title: forwardList
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkbackforwardlist/forwardlist
---

# forwardList

The array of items that follow the current item.

## Declaration

```swift
var forwardList: [WKBackForwardListItem] { get }
```

## Discussion

Discussion The items are in the order in which the web view originally visited them.

## See Also

### Getting Sublists

- [backList](webkit/wkbackforwardlist/backlist.md)
