Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
value | number:double | Raw value of the statistic |
displayValue | string | Localized formated version of the value. |
Example
{
// Type: number:double
"value": 0,
// Type: string
"displayValue": ""
}