ui.Select.setValue

Sets the selected value.

Returns this select.

UsageReturns
Select.setValue(value, trigger)ui.Select
ArgumentTypeDetails
this: ui.selectui.SelectThe ui.Select instance.
valueStringThe value to select.
triggerBoolean, optionalWhether to trigger onChange callbacks when the value property changes. Defaults to true.