[Home](./index.md) > [@jsamr/counter-style](./counter-style.md) > [RtlOptions](./counter-style.rtloptions.md)
## RtlOptions interface
An object to specify RTL rendering.
Signature:
```typescript
export interface RtlOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [reverseCounter?](./counter-style.rtloptions.reversecounter.md) | boolean | (Optional) Reverse the order of characters in the counter. |
| [reversePrefix?](./counter-style.rtloptions.reverseprefix.md) | boolean | (Optional) Reverse the order of characters in the prefix. |
| [reverseSuffix?](./counter-style.rtloptions.reversesuffix.md) | boolean | (Optional) Reverse the order of characters in the suffix. |