Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedInfoBubble

A user taps an information bubble

This schema describes events sent to Segment from [[tappedInfoBubble]]

example
 {
   action: "tappedInfoBubble",
   context_module: "myCollectionArtwork",
   context_screen_owner_type: "myCollectionArtwork",
   subject: "auctionResults"
 }

Hierarchy

  • TappedInfoBubble

Index

Properties

action

action: tappedInfoBubble

context_module

context_module: ContextModule

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

subject

subject: "auctionResults" | "demandIndex" | "priceEstimate" | "artistMarketStatistics" | "auctionResultSalePrice" | "alertsHeader" | "followsHeader" | "signalYourInterestToGalleries" | "favoritesHeader"

Generated using TypeDoc