Specifies the data type of an option value
| Value | Member | Description |
|---|---|---|
| 0 | Bool | Boolean option value |
| 0 | Group | Group option value. Groups logically-related options. An option of this type has no value. |
| 1 | Int | Integer option value |
| 2 | Fixed | Fixed option value |
| 3 | String | String option value |
| 4 | Button | Button option value. Setting an option of this type triggers an event or causes an action to occur. |