---
title: WebPage.BackForwardList.Item
framework: webkit
role: symbol
role_heading: Structure
path: webkit/webpage/backforwardlist-swift.struct/item
---

# WebPage.BackForwardList.Item

A representation of a resource that a webpage previously visited.

## Declaration

```swift
struct Item
```

## Overview

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

## Topics

### Structures

- [WebPage.BackForwardList.Item.ID](webkit/webpage/backforwardlist-swift.struct/item/id-swift.struct.md)

### Instance Properties

- [id](webkit/webpage/backforwardlist-swift.struct/item/id-swift.property.md)
- [initialURL](webkit/webpage/backforwardlist-swift.struct/item/initialurl.md)
- [title](webkit/webpage/backforwardlist-swift.struct/item/title.md)
- [url](webkit/webpage/backforwardlist-swift.struct/item/url.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
