Select.addOption

Adds an option.

class Select
final
void
addOption
(
string value
,
string text
)

Parameters

value string

The value of the option.

text string

The text of the option.

Meta