> For the complete documentation index, see [llms.txt](https://thymona.gitbook.io/menuv-standalone-menu-for-fivem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thymona.gitbook.io/menuv-standalone-menu-for-fivem/enums/positions.md).

# Positions

| **Type**   | Default |
| ---------- | ------- |
| **string** | topleft |

## Positions

```typescript
Positions: 'topleft' | 'topcenter' | 'topright' | 'centerleft' | 'center' | 'centerright' | 'bottomleft' | 'bottomcenter' | 'bottomright'
```

Menu position on screen

{% tabs %}
{% tab title="topleft" %}
![Position - topleft](/files/-MN-jHYMZ21NpmthE3ao)
{% endtab %}

{% tab title="topcenter" %}
![Position - topcenter](/files/-MN-jNvYqxAS5KZ8LB6D)
{% endtab %}

{% tab title="topright" %}
![Position - topright](/files/-MN-jSL9wic3H5Nk-Ozf)
{% endtab %}

{% tab title="centerleft" %}
![Position - centerleft](/files/-MN-jWjY69yTr2jxRWlq)
{% endtab %}

{% tab title="center" %}
![Position - center](/files/-MN-jb5D6xYxcBOnXAAA)
{% endtab %}

{% tab title="centerright" %}
![Position - centerright](/files/-MN-jivlf-z-M8qsp_nl)
{% endtab %}

{% tab title="bottomleft" %}
![Position - bottomleft](/files/-MN-jrxOM81-3recTqi-)
{% endtab %}

{% tab title="bottomcenter" %}
![Position - bottomcenter](/files/-MN-jvxdLm8__WD9hgzP)
{% endtab %}

{% tab title="bottomright" %}
![Position - bottomright](/files/-MN-k-pa70GrbGR5tLbZ)
{% endtab %}
{% endtabs %}
