---
title: TableCursorIdentifier
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/tablecursoridentifier
---

# TableCursorIdentifier

A unique identifier for cursors.

## Declaration

```swift
struct TableCursorIdentifier
```

## Overview

Overview A cursor identifier is unique across all instances of the same tabletop game.

## Topics

### Creating cursor identifiers

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

### Getting identifier values

- [rawValue](tabletopkit/tablecursoridentifier/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

### Interactions

- [Simulating dice rolls as a component for your game](tabletopkit/simulating-dice-rolls-as-a-component-for-your-game.md)
- [TabletopInteraction](tabletopkit/tabletopinteraction.md)
- [TossableRepresentation](tabletopkit/tossablerepresentation.md)
- [TableSnapshot](tabletopkit/tablesnapshot.md)
- [TableVisualState](tabletopkit/tablevisualstate.md)
- [TableCursor](tabletopkit/tablecursor.md)
