tooltipTextKey property

  1. @BuiltValueField(wireName: 'tooltip_text_key')
String tooltipTextKey

The value of the string that will be displayed on the client when the tooltip is clicked. Possible values:

  • tooltip_open_post - open a post
  • tooltip_open_photo - open photo
  • tooltip_open_page - open the page
  • tooltip_open_default - go. This value is passed by default

Implementation

@BuiltValueField(wireName: 'tooltip_text_key')
String get tooltipTextKey;