609 B
609 B
title | cols | order |
---|---|---|
Ellipsis | 1 | 10 |
When the text is too long, the Ellipsis automatically shortens it according to its length or the maximum number of lines.
API
Property | Description | Type | Default |
---|---|---|---|
tooltip | tooltip for showing the full text content when hovering over | boolean | - |
length | maximum number of characters in the text before being truncated | number | - |
lines | maximum number of rows in the text before being truncated | number | 1 |
fullWidthRecognition | whether consider full-width character length as 2 when calculate string length | boolean | - |