Skip to content

MultipleDropdownComponent.addOptions method

MultipleDropdownComponent › addOptions

Adds multiple options to the dropdown.

Signature:

addOptions(options: Record<string, string>): this

Parameters:

ParameterTypeDescription
optionsRecord<string, string>The options to add.

Returns: thisThe component.