Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedSeeFewerWorks

A user taps on see fewer works by artist button

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

example
 {
   action: "tappedSeeFewerWorks",
   artist_id: "artist-id",
   context_module: "infiniteDiscovery",
   context_screen_owner_id: "artwork-id",
   context_screen_owner_slug: "artwork-slug",
   context_screen_owner_type: "infiniteDiscoveryArtwork"
   subject: ""See fewer works by this artist",
 }

Hierarchy

  • TappedSeeFewerWorks

Index

Properties

action

action: tappedSeeFewerWorks

artist_id

artist_id: string

context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

context_screen_owner_slug

context_screen_owner_slug: string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

subject

subject: string

Generated using TypeDoc