previewItemOverrideHash property

  1. @JsonKey(name: 'previewItemOverrideHash')
int? previewItemOverrideHash
getter/setter pair

In the game, if you're inspecting a plug item directly, this will be the item shown with the plug attached. Look up the DestinyInventoryItemDefinition for this hash for the item.

Implementation

@JsonKey(name:'previewItemOverrideHash')
int? previewItemOverrideHash;