tooltipIconStyle property

String? tooltipIconStyle
getter/setter pair

The suggested type of an icon for tooltip, if a tooltip is present. Possible string values are:

  • "TOOLTIP_ICON_STYLE_UNSPECIFIED" : Default value. Will never be provided by the API.
  • "INFO" : Used when the tooltip adds additional information to the context, the 'i' can be used as an icon.
  • "QUESTION" : Used when the tooltip shows helpful information, the '?' can be used as an icon.

Implementation

core.String? tooltipIconStyle;