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