textTruncation
Whether this text node will truncate with an ellipsis when the text node size is smaller than the text inside.
Supported on:
Signature
textTruncation: 'DISABLED' | 'ENDING'
Remarks
When textAutoResize
is set to "NONE"
, the text will truncate when the fixed size is smaller than the text inside. When it is "HEIGHT"
or "WIDTH_AND_HEIGHT"
, truncation will only occur if used in conjunction with maxHeight
or maxLines
.