---
title: proposedDestination
framework: tabletopkit
role: symbol
role_heading: Instance Property
path: tabletopkit/tabletopinteraction/value-swift.struct/proposeddestination
---

# proposedDestination

The proposed destination of the main interaction object, computed from the current pose of the object. During a toss simulation, the proposed destination is only updated if there is only one tossed equipment and it is the currently controlled equipment.

## Declaration

```swift
var proposedDestination: TabletopInteraction.Destination? { get }
```

## See Also

### Getting the proposed locations

- [proposedFlip](tabletopkit/tabletopinteraction/value-swift.struct/proposedflip.md)
