> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.iasynctypewriter/yarn.unity.iasynctypewriter.textelement.md).

# TextElement

Property in [IAsyncTypewriter](/api/csharp/yarn.unity/yarn.unity.iasynctypewriter.md)

## Summary

The main text element that the presenter intends the typewriter to work with

```csharp
public TMP_Text? TextElement { get; set; }
```

## Remarks

Most of the time the typewriter is just going to be changing the visible characters so will need this anyways. Is safe to not worry about this if your typewriter has no need of it.
