Source
This page was generated with Wiki Builder. Do not change the format!
Info
Display Categories are different from "categories" in that these are specifically for visual grouping and display of categories in Vendor UI. The "categories" structure is for validation of the contained items, and can be categorized entirely separately from "Display Categories", there need be and often will be no meaningful relationship between the two.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
identifier | string | A string identifier for the display category. |
displayProperties | DestinyDisplayPropertiesDefinition:Definition |
Example
{
// Type: string
"identifier": "",
// Type: DestinyDisplayPropertiesDefinition:Definition
"displayProperties": {
// Type: string
"description": "",
// Type: string
"name": "",
// Type: string
"icon": "",
// Type: boolean
"hasIcon": false
}
}