> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Typescript: EncodingOptions

> CDKTN Core API Reference for EncodingOptions in Typescript.

Properties to string encodings.

## Initializer <a name="Initializer" id="cdktn.EncodingOptions.Initializer" />

```typescript theme={null}
import { EncodingOptions } from 'cdktn'

const encodingOptions: EncodingOptions = { ... }
```

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                           | **Type**            | **Description**                                      |
| ---------------------------------------------------------------------------------- | ------------------- | ---------------------------------------------------- |
| <code><a href="#cdktn.EncodingOptions.property.displayHint">displayHint</a></code> | <code>string</code> | A hint for the Token's purpose when stringifying it. |

***

### `displayHint`<sup>Optional</sup> <a name="displayHint" id="cdktn.EncodingOptions.property.displayHint" />

```typescript theme={null}
public readonly displayHint: string;
```

* *Type:* string
* *Default:* no display hint

A hint for the Token's purpose when stringifying it.

***
