DropdownOption

constructor(value: String, enabled: Boolean = true)

Parameters

value

The value of the option to be displayed.

enabled

Whether the option is enabled or not.