<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/ControllingSeats",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit16ControllingSeatsO"
  },
  "title" : "ControllingSeats"
}
-->

# ControllingSeats

The seats that can manipulate or interact with the equipment.

```
enum ControllingSeats
```

## Topics

### Seats

[`case any`](/documentation/TabletopKit/ControllingSeats/any)

Lets players in all seats interact with the equipment.

[`case restricted([TableSeatIdentifier])`](/documentation/TabletopKit/ControllingSeats/restricted(_:))

Lets players in specific seats interact with the equipment.

[`case restrictedCurrent([TableSeatIdentifier])`](/documentation/TabletopKit/ControllingSeats/restrictedCurrent(_:))

Lets players in specific seats interact with the equipment if they are currently in turn.

[`case inherited`](/documentation/TabletopKit/ControllingSeats/inherited)

The value is inherited from the parent. The table implicit value is considered to be `.any`.

[`case current`](/documentation/TabletopKit/ControllingSeats/current)

Lets only seats currently in turn interact with the equipment.

## Relationships

### Conforms To

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

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

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

---

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)