EnumMetadata
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| value | integer | |
| displayName | string | |
| description | string | |
| icon | string | |
| backgroundColor | string | |
| textColor | string | |
| group | string | |
| fontFamily | string | |
| fontFallback | string | |
| googleFontUrl | string | |
| isOnlineOnly | boolean | |
| percentage | number | |
| isDataFormSupported | boolean |
JSON Example
{
"name": "string",
"value": 0,
"displayName": "string",
"description": "string",
"icon": "string"
}