Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions en/option/partial/text-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ Ellipsis to be displayed when `overflow` is set to `truncate`.

+ `'truncate'` Truncate the overflow lines.

#${prefix} lineOverflow(string) = 'none'

Determine how to display the text when it's overflow on height. Available when `overflow` and `height` are set.

+ `'truncate'` Truncate the overflow lines.

{{ if: !${noRich} }}
#${prefix} rich(Object)

Expand Down