> 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/player-object/player-object-definition/display.md).

# display

The name of the player as displayed at the table.

**Nullable:** true

{% hint style="info" %}
Can be omitted or null if the player's display name is the same as their real name on the poker site.
{% endhint %}

**Type**: string

**Example**:

```javascript
"display": "MVS Player"
```
