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 5, 2026 at 11:47 AMEdit this page