---
title: StateBookmarkIdentifier
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/statebookmarkidentifier
---

# StateBookmarkIdentifier

A unique identifier for bookmarks.

## Declaration

```swift
struct StateBookmarkIdentifier
```

## Overview

Overview A bookmark identifier needs to be unique across all instances of the same tabletop game.

## Topics

### Creating bookmark identifiers

- [init(_:)](tabletopkit/statebookmarkidentifier/init(_:).md)

### Getting identifier values

- [rawValue](tabletopkit/statebookmarkidentifier/rawvalue.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Bookmarks

- [StateBookmark](tabletopkit/statebookmark.md)
