Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Generic Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
data | Dictionary<integer:uint32,DestinyVendorCategoriesComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:uint32,DestinyVendorCategoriesComponent>
"data": {
"0": {
// Type: DestinyVendorCategory[]
"categories": [
// Type: DestinyVendorCategory
{
// Type: integer:int32
"categoryIndex": 0,
// Type: integer:int32[]
"itemIndexes": [
// Type: integer:int32
0
]
}
]
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}