EnumMetadata
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| value | integer | |
| displayName | string | |
| description | string | |
| icon | string | |
| backgroundColor | string | |
| textColor | string | |
| group | string | |
| order | integer | |
| fontFamily | string | |
| fontFallback | string | |
| googleFontUrl | string | |
| isOnlineOnly | boolean | |
| hmrcService | string | |
| hmrcClientIdType | string | |
| hmrcClientIdSource | string | |
| hmrcKnownFactSource | string | |
| hmrcFlowType | string | |
| percentage | number | |
| isDataFormSupported | boolean | |
| dataFormDataType | string | |
| dataFormOptions | string | |
| isWorkflowStepOnly | boolean | |
| hasOptions | boolean | |
| hasMaxLength | boolean | |
| hasLines | boolean | |
| hasDisplayWidth | boolean | |
| hasBooleanDisplayMode | boolean | |
| hasAllowedExtensions | boolean |
JSON Example
{
"name": "string",
"value": 0,
"displayName": "string",
"description": "string",
"icon": "string"
}