displayProperties property

  1. @JsonKey(name: 'displayProperties')
DestinyDisplayPropertiesDefinition? displayProperties
getter/setter pair

These are the display properties actually used to render the Talent Node. The currently active step's displayProperties are shown.

Implementation

@JsonKey(name:'displayProperties')
DestinyDisplayPropertiesDefinition? displayProperties;