maxLines
The maximum number of lines a text node can reach before it truncates. Only applicable when textTruncation
is set to "ENDING"
.
Supported on:
Signature
maxLines: number | null
Remarks
The value must be >= 1. To disable truncation at a maximum number of lines, set to null
.