Data types that are used to describe properties of dashboard blocks:
| Data type | Description |
| base64 | Binary data as a text string of the base64 format. |
| Identifier | The string that uniquely identifies the object within the dashboard. |
| Key | Repository object key. |
| Percentage | An integer value from 0 to 100 interpreted as percentage. |
| Size | The number of pixels. |
| Reference | A string that starts with http:// and is interpreted as resource's network address. |
| String | A sequence of zero or more characters. |
| Color | The color in RGB channels. Three pairs of hexadecimal digits are specified after the # character, for example, #808080. |
| Number | The numeric data type. |
| Font | An enumerable data type, which values are system font names. |
| 0|1 | Logical data type. 0 is false, 1 is true. |
See also: