<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebPage/BackForwardList-swift.struct/Item",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "s:6WebKit0A4PageC15BackForwardListV4ItemV"
  },
  "title" : "WebPage.BackForwardList.Item"
}
-->

# WebPage.BackForwardList.Item

A representation of a resource that a webpage previously visited.

```
struct Item
```

## Overview

Two items with equal titles, urls, and initial urls may not necessarily be equal to one another.

## Topics

### Structures

[`struct ID`](/documentation/WebKit/WebPage/BackForwardList-swift.struct/Item/ID-swift.struct)

An opaque type representing the identifier for an item.

### Instance Properties

[`let id: WebPage.BackForwardList.Item.ID`](/documentation/WebKit/WebPage/BackForwardList-swift.struct/Item/id-swift.property)

The unique identifier for the item.

[`let initialURL: URL`](/documentation/WebKit/WebPage/BackForwardList-swift.struct/Item/initialURL)

The source URL that originally asked to load the resource.

[`let title: String?`](/documentation/WebKit/WebPage/BackForwardList-swift.struct/Item/title)

The title of the page this item represents.

[`let url: URL`](/documentation/WebKit/WebPage/BackForwardList-swift.struct/Item/url)

The url of the page this item represents, after having resolved all redirects.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Identifiable`](/documentation/Swift/Identifiable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)