<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TabletopInteraction/Identifier",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit0A11InteractionC10IdentifierV"
  },
  "title" : "TabletopInteraction.Identifier"
}
-->

# TabletopInteraction.Identifier

A unique identifier for interactions.

```
struct Identifier
```

## Overview

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

## Topics

### Creating an identifier

[`init(Int)`](/documentation/TabletopKit/TabletopInteraction/Identifier/init(_:))

### Getting the raw value

[`let rawValue: Int`](/documentation/TabletopKit/TabletopInteraction/Identifier/rawValue)

## Relationships

### Conforms To

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

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

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

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

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

---

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)