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: September 11, 2026 at 12:08 PMEdit this page