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 25, 2026 at 6:23 AMEdit this page