Skip to content

Multiselect.setValues method

Multiselect › setValues

Unofficial

Set the values of the multiselect.

Signature:

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

Parameters:

Parameter Type Description
values string[] | null the values to set.

Returns: thisthe multiselect.