Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedGene

A user taps one of the related categories (genes) in the artist about tab

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

example
 {
   action: "tappedGene",
   context_module : "Young British Artists",
   context_screen_owner_type: "Artwork",
   context_screen_owner_id: "58de681f275b2464fcdde097",
   context_screen_owner_slug: "damien-hirst",
   destination_screen_owner_type: "Gene"
   destination_screen_owner_id: "58de681f275b2464fcdde097"
   subject: ""
 }

Hierarchy

  • TappedGene

Index

Properties

action

action: tappedGene

context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_screen_owner_id

destination_screen_owner_id: string

destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

subject

subject: string

The text of the tapped button

Generated using TypeDoc