DropdownComponent.addOptions method
DropdownComponent › addOptions
Official
Add multiple options to the dropdown.Signature:
addOptions(options: Record<string, string>): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| options | Record<string, string> |
Returns: this
Since: 0.9.7