Enum ExtraDataFieldType
String, int, decimal, image, url, etc. How should the value be interpreted.
Syntax
ExtraDataFieldType
Fields
| Name | Description |
|---|---|
| String | Anything to be shown as text, left aligned. If type is string, it can contain formatspecifiers (use this for displaying numbers correctly as the user's computer is set up). |
| Url | A web address |
| Image | Contains the url of the image, or a base64 encoded version of it. |