# TextDisplayProps

`interface` in `discord-component-embed` · v0.4.1

<https://docs.seedcord.org/packages/discord-component-embed/0.4.1/interfaces/text-display-props>

```ts
interface TextDisplayProps
```

## Properties

### children

```ts
children: TextChild;
```

Discord markdown. JSX turns a line break in your source into a space. Write `{'\n'}` where the markdown needs a new line. A boolean, `null`, or `undefined` is skipped, like the `false` from `{isNew && ' (new)'}`.
