> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/json-object/table_handle.md).

# table\_handle

**table\_handle**

The window handle of the table which the hand is from.

**Nullable:** true

{% hint style="info" %}
For hands saved while playing.  Can be omitted, null, or empty string if there is no table window associated with the hand.
{% endhint %}

**Type:** handle\_string

Example:

```javascript
"table_handle": "0A123BDE"
```
