Type alias: EnumValueConfig
Ƭ EnumValueConfig: Object
Configuration for a particular entry in an EnumValues
Type declaration
Name | Type | Description |
---|---|---|
color? | ChipColorKey | ChipColorScheme | You can pick from a list of predefined color combinations or define your own ChipColorScheme |
disabled? | boolean | This value will not be selectable |
id | string | number | Value stored in the data source. |
label | string | Displayed label |