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

# backList

The array of items that precede the current item.

## Declaration

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

## Discussion

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