Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedSell

A user taps a button that navigates to the Sell With Artsy home screen (not the 'sell' icon in the tab bar)

This schema describes events sent to Segment from tappedSell

example
 {
   action: "tappedSell",
   context_module: "myCollectionArtwork",
   context_screen_owner_type: "myCollectionArtwork",
   destination_screen_owner_type: "sell"
   subject: "Learn more"
 }

Hierarchy

  • TappedSell

Index

Properties

action

action: tappedSell

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

destination_screen_owner_type

destination_screen_owner_type: sell

subject

subject: string

Generated using TypeDoc