---
title: "setAllowedDestinations(_:)"
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: "tabletopkit/tabletopinteraction/setalloweddestinations(_:)"
---

# setAllowedDestinations(_:)

Sets which equipment the interaction can target.

## Declaration

```swift
func setAllowedDestinations(_ destination: TabletopInteraction.AllowedDestinations)
```

## See Also

### Managing the interaction destination

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