textOverflow
How overflowing text is handled — cut off or trailing ellipsis.
Type(s)
| Type | Example |
|---|---|
TextOverflow | "CLIP", "ELLIPSIS" |
null | null |
Not token-bindable — structural property, not a design value.
Supported on
| Element | Figma Layer(s) |
|---|---|
text | Text |
Figma key
Reads from textTruncation (DISABLED→CLIP, ENDING→ELLIPSIS). See ADR 062 — Text Truncation.
Source
| Format | File |
|---|---|
| TypeScript | packages/schema/types/Styles.ts |
| JSON Schema | packages/schema/schema/styles.schema.json |