TextOverflow

interface TextOverflow : ComposableProperties<TextOverflow>

定义了当文本内容超出其可用空间时的视觉处理方式。

此接口是对 Jetpack Compose androidx.compose.ui.text.style.TextOverflow 的抽象封装, 用于在脚本 API 中统一表示文本溢出行为,例如裁剪(Clip)或使用省略号(Ellipsis)。

Author

M8Test, [email protected], https://m8test.com