Multiselect.setValues method
Multiselect › setValues
Unofficial
Set the values of the multiselect.Signature:
setValues(values: string[] | null): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| values | string[] | null | the values to set. |
Returns: this — the multiselect.