ui.Textbox.setValue

Sets the value of the textbox.

Returns this textbox.

UsageReturns
Textbox.setValue(value, trigger)ui.Textbox
ArgumentTypeDetails
this: ui.textboxui.TextboxThe ui.Textbox instance.
valueStringThe value of the textbox.
triggerBoolean, optionalWhether to trigger onChange callbacks when the value property changes. Defaults to true.