---
title: TabletopInteraction.Identifier
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/tabletopinteraction/identifier
---

# TabletopInteraction.Identifier

A unique identifier for interactions.

## Declaration

```swift
struct Identifier
```

## Overview

Overview An interaction identifier is unique across all instances of the same tabletop game.

## Topics

### Creating an identifier

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

### Getting the raw value

- [rawValue](tabletopkit/tabletopinteraction/identifier/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)
