Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedGene

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

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

example
 {
   action: "clickedGene",
   context_module : "Young British Artists",
   context_page_owner_type: "Artwork",
   context_page_owner_id: "58de681f275b2464fcdde097",
   context_page_owner_slug: "damien-hirst",
   destination_page_owner_type: "Gene"
   destination_page_owner_id: "58de681f275b2464fcdde097"
   subject: ""
 }

Hierarchy

  • ClickedGene

Index

Properties

action

action: clickedGene

context_module

context_module: ContextModule

context_page_owner_id

context_page_owner_id: string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

destination_page_owner_id

destination_page_owner_id: string

destination_page_owner_type

destination_page_owner_type: PageOwnerType

Optional subject

subject: undefined | string

Generated using TypeDoc