class
Option
public class Option An option for a DropDown or ButtonGroup.
Constructors
Option() Option(String title, Object value) Option(String title, String icon, Object value) Fields
| Name | Type | Description |
|---|---|---|
Title | String | The user-friendly text to show. |
Icon | String | Icon for this option. |
Subtitle | String | |
Tooltip | String | Tooltip for this option. |
Value | Object | The internal value for this option. |