MultipleDropdownComponent.addOptions method
MultipleDropdownComponent › addOptions
Adds multiple options to the dropdown.Signature:
addOptions(options: Record<string, string>): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| options | Record<string, string> | The options to add. |
Returns: this — The component.