> ## 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: LazyStringValueOptions

> CDKTN Core API Reference for LazyStringValueOptions in Typescript.

Options for creating a lazy string token.

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

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

const lazyStringValueOptions: LazyStringValueOptions = { ... }
```

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

| **Name**                                                                                  | **Type**            | **Description**                       |
| ----------------------------------------------------------------------------------------- | ------------------- | ------------------------------------- |
| <code><a href="#cdktn.LazyStringValueOptions.property.displayHint">displayHint</a></code> | <code>string</code> | Use the given name as a display hint. |

***

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

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

* *Type:* string
* *Default:* No hint

Use the given name as a display hint.

***
