Skip to content

TypedDropdownComponent.addOptions method

TypedDropdownComponent › addOptions

Adds multiple options to the dropdown.

Signature:

addOptions(options: Map<T, string>): this

Parameters:

ParameterTypeDescription
optionsMap<T, string>The options to add.

Returns: thisThe component.