Source
This page was generated with Wiki Builder. Do not change the format!
Info
The definition for information related to a key/value pair that is relevant for a particular Milestone or component within the Milestone. This lets us more flexibly pass up information that's useful to someone, even if it's not necessarily us.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
key | string | |
displayProperties | DestinyDisplayPropertiesDefinition:Definition |
Example
{
// Type: string
"key": "",
// Type: DestinyDisplayPropertiesDefinition:Definition
"displayProperties": {
// Type: string
"description": "",
// Type: string
"name": "",
// Type: string
"icon": "",
// Type: boolean
"hasIcon": false
}
}