<!--
{
  "availability" : [
    "visionOS: 2.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TabletopInteraction/Configuration",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit0A11InteractionC13ConfigurationV"
  },
  "title" : "TabletopInteraction.Configuration"
}
-->

# TabletopInteraction.Configuration

```
struct Configuration
```

## Topics

### Creating a configuration

[`init()`](/documentation/TabletopKit/TabletopInteraction/Configuration/init())

[`init(allowedDestinations: TabletopInteraction.AllowedDestinations)`](/documentation/TabletopKit/TabletopInteraction/Configuration/init(allowedDestinations:))

[`init(allowedDestinations: TabletopInteraction.AllowedDestinations, hoverAlignment: TabletopInteraction.HoverAlignmentBehavior)`](/documentation/TabletopKit/TabletopInteraction/Configuration/init(allowedDestinations:hoverAlignment:))

### Getting the allowed destinations

[`var allowedDestinations: TabletopInteraction.AllowedDestinations`](/documentation/TabletopKit/TabletopInteraction/Configuration/allowedDestinations)

The set of equipment that are allowed to be proposed as potential parents of the one being controlled.

### Getting the hover alignment

[`var hoverAlignment: TabletopInteraction.HoverAlignmentBehavior`](/documentation/TabletopKit/TabletopInteraction/Configuration/hoverAlignment)

Hover alignment describes how the equipment should behave when hovering a target.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)