ellipsis(...)
ellipsis(val : string) : this;
Sets the text to display where the node truncates lengthy text. This only occurs when the layout is Z.Text.Layout.wrap.
Default value: ...
Parameters
Parameter | Type | Description |
---|---|---|
val | string | The text to display. |
Returns
this