---
title: TabletopInteraction.AllowedDestinations
framework: tabletopkit
role: symbol
role_heading: Enumeration
path: tabletopkit/tabletopinteraction/alloweddestinations
---

# TabletopInteraction.AllowedDestinations

The possible destinations of equipment in an interaction.

## Declaration

```swift
enum AllowedDestinations
```

## Topics

### Destinations

- [TabletopInteraction.AllowedDestinations.any](tabletopkit/tabletopinteraction/alloweddestinations/any.md)
- [TabletopInteraction.AllowedDestinations.restricted(_:)](tabletopkit/tabletopinteraction/alloweddestinations/restricted(_:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [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.Destination](tabletopkit/tabletopinteraction/destination.md)
- [setAllowedDestinations(_:)](tabletopkit/tabletopinteraction/setalloweddestinations(_:).md)
