tooltipStyle property

  1. @JsonKey(name: 'tooltipStyle')
String? tooltipStyle
getter/setter pair

An identifier that the game UI uses to determine what type of tooltip to show for the item. These have no corresponding definitions that BNet can link to: so it'll be up to you to interpret and display your UI differently according to these styles (or ignore it).

Implementation

@JsonKey(name:'tooltipStyle')
String? tooltipStyle;