Memento JavaScript UI: Difference between revisions

Line 49: Line 49:
The text object is used to create a text label.
The text object is used to create a text label.


====Syntax====
=====Syntax=====
<source lang="javascript">
<source lang="javascript">
ui().text(text: string)
ui().text(text: string)
</source>
</source>


===Parameters===
=====Parameters=====


* text (required): The text to be displayed in the label.
* text (required): The text to be displayed in the label.