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

# title

The title of the page this item represents.

## Declaration

```swift
let title: String?
```

## Discussion

Discussion If the resource this item represents does not have a title specified, this value will be nil.
