# TextLayer.text
The text content of this layer.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## TextLayer.text property

The text content of this layer.

**Signature:**

```typescript
text: string;
```

## Example

```ts
const currentText = textLayer.text;
textLayer.text = "Updated text content";
```
