MultipleDropdownComponent.setValue method
MultipleDropdownComponent › setValue
Sets the value of the component.Signature:
setValue(value: readonly string[]): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| value | readonly string[] | The value to set. |
Returns: this — The component.