TextOverflow¶
Enum | orca.UIKit
Controls how overflowing text is displayed, similar to the CSS text-overflow property
Constants¶
| Name | Description |
|---|---|
Clip |
Clip overflowing text at the container boundary |
Ellipsis |
Truncate overflowing text and append an ellipsis (…) |