ellipsis(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
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
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
val | string | The text to display. |
Returns
Section titled “Returns”this