Skip to content

Multiselect.setValues method

Multiselect › setValues

Unofficial

Set the values of the multiselect.

Signature:

setValues(values: string[] | null): this

Parameters:

ParameterTypeDescription
valuesstring[] | nullthe values to set.

Returns: thisthe multiselect.