<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [DocumentDirection](./x-components.documentdirection.md)

## DocumentDirection type

The HTML document direction orientation. Possible values: ltr (left to right) or rtl (right to left).

**Signature:**

```typescript
export type DocumentDirection = 'ltr' | 'rtl';
```
