<!--
{
  "availability" : [
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TableState",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit10TableStateV"
  },
  "title" : "TableState"
}
-->

# TableState

The state of the table that can be queried and modified.

```
struct TableState
```

## Topics

### Getting the table state

[`var counters: CounterCollection`](/documentation/TabletopKit/TableState/counters)

The collection of score counters.

[`var equipment: EquipmentCollection`](/documentation/TabletopKit/TableState/equipment)

The collection of equipment.

[`var turn: Set<TableSeatIdentifier>`](/documentation/TabletopKit/TableState/turn)

The seats that are currently in turn.



---

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)