---
title: backList
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkbackforwardlist/backlist
---

# backList

The array of items that precede the current item.

## Declaration

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

## Discussion

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

## See Also

### Getting Sublists

- [forwardList](webkit/wkbackforwardlist/forwardlist.md)
