Skip to content

DropdownComponent.addOptions method

DropdownComponent › addOptions

Official

Add multiple options to the dropdown.

Signature:

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

Parameters:

Parameter Type Description
options Record<string, string>

Returns: this

Since: 0.9.7