---
title: TabletopInteraction.Destination
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/tabletopinteraction/destination
---

# TabletopInteraction.Destination

An object that represents the destination position and orientation of equipment in an interaction.

## Declaration

```swift
struct Destination
```

## Overview

Overview The position and orientation can be relative to either a piece of equipment or the table.

## Topics

### Getting the destination equipment

- [equipmentID](tabletopkit/tabletopinteraction/destination/equipmentid.md)

### Getting the interaction pose

- [pose](tabletopkit/tabletopinteraction/destination/pose.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managing the interaction destination

- [setConfiguration(_:)](tabletopkit/tabletopinteraction/setconfiguration(_:).md)
- [TabletopInteraction.Configuration](tabletopkit/tabletopinteraction/configuration.md)
- [TabletopInteraction.AllowedDestinations](tabletopkit/tabletopinteraction/alloweddestinations.md)
- [setAllowedDestinations(_:)](tabletopkit/tabletopinteraction/setalloweddestinations(_:).md)
