Sets the value of the label.
Returns this label.
Usage | Returns |
---|---|
Label.setValue(value) | ui.Label |
Argument | Type | Details |
---|---|---|
this: ui.label | ui.Label | The ui.Label instance. |
value | String | The value of the label. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!