TextLayer.text

The text content of this layer.

TextLayer.text property

The text content of this layer.

Signature:

text: string;

Example

const currentText = textLayer.text;
textLayer.text = "Updated text content";
Last updated: August 13, 2026 at 9:17 AMEdit this page